My main PC has been running Neon LTS Edition since 18.04 based neon came out. I have several other computers running the User Edition. I noticed my user edition installs were running Plasma 5.15.5 while the LTS release was still on 5.12.8. Since all the User Editions were running marvelously I decide to change my LTS install over to the User Edition.
The changes were simple:
Edit the file /etc/apt/sources.list.d/neon.list and remove /lts from the source lines:
from:
deb http://archive.neon.kde.org/user/lts bionic main
deb-src http://archive.neon.kde.org/user/lts bionic main
to:
deb http://archive.neon.kde.org/user bionic main
deb-src http://archive.neon.kde.org/user bionic main
The "apt full-upgrade" command upgraded 158 packages and install 21 new ones.
Then I wanted to have the Info center look right so I edited /etc/lsb-release and changed:
DISTRIB_DESCRIPTION="KDE neon Plasma LTS Edition 5.12"
to:
DISTRIB_DESCRIPTION="KDE neon User Edition 5.15"
and now I'm a "regular" KDEneon user!
The changes were simple:
Edit the file /etc/apt/sources.list.d/neon.list and remove /lts from the source lines:
from:
deb http://archive.neon.kde.org/user/lts bionic main
deb-src http://archive.neon.kde.org/user/lts bionic main
to:
deb http://archive.neon.kde.org/user bionic main
deb-src http://archive.neon.kde.org/user bionic main
The "apt full-upgrade" command upgraded 158 packages and install 21 new ones.
Then I wanted to have the Info center look right so I edited /etc/lsb-release and changed:
DISTRIB_DESCRIPTION="KDE neon Plasma LTS Edition 5.12"
to:
DISTRIB_DESCRIPTION="KDE neon User Edition 5.15"
and now I'm a "regular" KDEneon user!