Skip to content

Instantly share code, notes, and snippets.

@kelixlabs
Forked from nihathrael/kubuntu-to-neon.md
Created April 5, 2017 00:15
Show Gist options
  • Save kelixlabs/9ca64e92a75d6f3b53e00d61923e876f to your computer and use it in GitHub Desktop.
Save kelixlabs/9ca64e92a75d6f3b53e00d61923e876f to your computer and use it in GitHub Desktop.

Revisions

  1. @nihathrael nihathrael revised this gist May 19, 2016. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions kubuntu-to-neon.md
    Original file line number Diff line number Diff line change
    @@ -2,16 +2,16 @@ This worked for me and might not work for your.

    ***Try it at your own risk!***

    # Add the neon repositories and install the neon desktop
    ### Add the neon repositories and install the neon desktop
    ```sh
    $ wget -qO - 'http://archive.neon.kde.org/public.key' | sudo apt-key add -
    $ sudo apt-add-repository http://archive.neon.kde.org/user
    $ sudo apt-get update
    $ sudo apt-get install neon-desktop
    ```

    ### Upgrade everything. Repeat if necessary, until everything is really up to date and you have no held-back packages.
    ```sh
    # Upgrade everything. Repeat if necessary, until everything is really up to date and you have no held-back packages.
    $ sudo apt-get update
    $ sudo apt-get upgrade
    $ sudo apt-get dist-upgrade
  2. @nihathrael nihathrael revised this gist May 19, 2016. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion kubuntu-to-neon.md
    Original file line number Diff line number Diff line change
    @@ -3,12 +3,16 @@ This worked for me and might not work for your.
    ***Try it at your own risk!***

    # Add the neon repositories and install the neon desktop
    ```sh
    $ wget -qO - 'http://archive.neon.kde.org/public.key' | sudo apt-key add -
    $ sudo apt-add-repository http://archive.neon.kde.org/user
    $ sudo apt-get update
    $ sudo apt-get install neon-desktop
    ```

    ```sh
    # Upgrade everything. Repeat if necessary, until everything is really up to date and you have no held-back packages.
    $ sudo apt-get update
    $ sudo apt-get upgrade
    $ sudo apt-get dist-upgrade
    $ sudo apt-get dist-upgrade
    ```
  3. @nihathrael nihathrael created this gist May 19, 2016.
    14 changes: 14 additions & 0 deletions kubuntu-to-neon.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    This worked for me and might not work for your.

    ***Try it at your own risk!***

    # Add the neon repositories and install the neon desktop
    $ wget -qO - 'http://archive.neon.kde.org/public.key' | sudo apt-key add -
    $ sudo apt-add-repository http://archive.neon.kde.org/user
    $ sudo apt-get update
    $ sudo apt-get install neon-desktop

    # Upgrade everything. Repeat if necessary, until everything is really up to date and you have no held-back packages.
    $ sudo apt-get update
    $ sudo apt-get upgrade
    $ sudo apt-get dist-upgrade