Jump to content

KDE Linux/Update the system

From KDE Community Wiki

There are two methods of keeping the system up to date: graphical, and using command-line tools.


Graphical

Updates are done through the Discover software center app. Discover handles both system updates as well as updates for Flatpak-based apps and add-on content.

Discover will notify you when updates are available; just click the notification to launch Discover and see what’s available. On Discover's Updates page, click "Update All" when you’re ready to update.

Flatpak updates take effect immediately, while system updates take effect the next time the machine is restarted.


Command line

Alternatively, you can update the system using command-line tools in a terminal.

Check for system updates using updatectl check, and install the latest one with updatectl update. Restart the system to apply the update.

Check for Flatpak updates and interactively decide to install them or not using flatpak update.


Faster updates

You can speed up system updates by beta-testing the experimental delta updates feature! To turn it on, run the following command:

sudo systemctl enable --now kde-linux-sysupdated.socket

Then restart. Thereafter, your system updates should be significantly faster, especially when performing updates daily.

If you find that updates are actually slower, please report it at https://invent.kde.org/kde-linux/kde-linux/-/issues/280.

Learn more about this experimental feature here.