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.
How to upgrade kubuntu 16.04 -> KDE neon

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment