If you look over at KDE Neon's forum, as well as in other places, you might notice that one of the most common problems people are having with it is updating their systems from the command line. This is primarily because there is confusion on the correct apt commands to use. Many are using apt upgrade, which does not work as the literal text of the command would indicate on Ubuntu-based systems. While most *buntu users probably already know this, not everyone is coming from such an environment.
The simple and effective fix for this is to use the same method used by Discover and other gui tools under the hood : Packagekit.
Pkcon - the PackageKit console client is pretty simple and easy to use for keeping the system up-to-date.
From Neon's FAQ:
https://phabricator.kde.org/T5930
Note that the proper use of apt can still be used, of course.
You do not need to use sudo with this command, as you will be prompted for the password when needed.
The terminal output is nice, simple and tidy when it is downloading and installing.
The simple and effective fix for this is to use the same method used by Discover and other gui tools under the hood : Packagekit.
Pkcon - the PackageKit console client is pretty simple and easy to use for keeping the system up-to-date.
From Neon's FAQ:
How do I Update to the Latest Software?
KDE neon does continuous deployment of the latest KDE software which means there are nearly always new versions of our software to update to. We recommend using Plasma Discover's updater which appears in your panel:
If you prefer to use the command line you can use the pkcon command:
This will install all new packages and uses the same PackageKit code as Plasma Discover. Some uses of apt do not install new packages which makes it less suitable for KDE neon.
KDE neon does continuous deployment of the latest KDE software which means there are nearly always new versions of our software to update to. We recommend using Plasma Discover's updater which appears in your panel:
If you prefer to use the command line you can use the pkcon command:
- pkcon refresh
- pkcon update
This will install all new packages and uses the same PackageKit code as Plasma Discover. Some uses of apt do not install new packages which makes it less suitable for KDE neon.
Note that the proper use of apt can still be used, of course.
You do not need to use sudo with this command, as you will be prompted for the password when needed.
The terminal output is nice, simple and tidy when it is downloading and installing.
Comment