KDE Plasma’s versatility, performance, and integrated applications make it a popular desktop environment. KDE Plasma is a user-friendly and dynamic desktop environment that’s perfect for both newcomers to Linux as well as professionals. Debian has access to an extensive range of tools and features that can be customized with KDE Plasma. It also provides a graphical (advanced desktop) and a variety of applications that are useful for work, education, communication, and entertainment.
This guide will show you how to install KDE Plasma on Linux Mint 22.
Table of Contents
Let’s begin with the installation.
How to Install KDE Plasma on Linux Mint 22?
KDE Plasma improves Debian’s experience by providing an attractive, modern interface. Installation of KDE Plasma for Linux Mint 22 is possible in the following ways:
Let’s start with the first.
Method 1: Install KDE Plasma Using APT Package Manager
Installing any package using the APT package manager is the most convenient and reliable method to do so on Linux. Here are the steps to install KDE Plasma using the APT Package Manager on Linux Mint 22.
Step 1: Update the System Packages
Make sure that the OS is updated/up-to-date before installing KDE Plasma.
sudo apt update |
---|

Note: Installing the latest version of any Linux package is essential.
Step 2: Install KDE Plasma (Desktop Version)
After updating your system, you can install KDE Plasma Desktop Version using the command below:
sudo apt install kde-plasma-desktop |
---|

The screen below appears. Use the “Ok” key to continue.

Select the default display manager. Select “sddm”, for example, because of its extensive feature profile.

Restart the operating system after the installation is complete. Log in using the desktop environment that best suits your needs.
Step 3: Reboot System
After the installation is completed, it’s a good job/practice to reboot the system to apply the configuration/changes:
sudo reboot |
---|
Step 4: Verify KDE Plasma
Users will see the KDE Plasma login page (or the desktop environment of their choice) upon reboot. Select “Plasma”, the desktop environment, and log in.

Let’s display its home screen:

Install KDE Plasma (Full Version)
Install the full version of KDE Plasma using the “kde-full” tool on Linux Mint 22.
sudo apt install kde-full |
---|
Install KDE Plasma (Standard Version)
Install the standard version of KDE Plasma with “kde-standard”, as shown below.
sudo apt install kde-standard |
---|
The same procedure as discussed in the previous section is repeated when installing the “kde” version.
Now users can experience KDE Plasma functionality on Linux Mint 22 systems.
Postfix Configuration (Picking the Right Path: Wayland or X11?)
KDE Plasma is compatible with both Wayland and X11 display protocols. Users can select between the two display protocols during login. Wayland offers more modern features while X11 is more traditional. Try both versions to determine your preference.

This is all from the first method.
Method 2: Install KDE Plasma Using the Tasksel Tool
The “KDE Task” is available in the “Tasksel”, a tool that comes with Debian-based Linux distributions. Follow the instructions below to install “KDE” using “Tasksel”.
Step 1: Install Tasksel Tool
Linux Mint 22 comes pre-installed with it. The following command can be used to reinstall:
sudo apt install tasksel |
---|

Note: This integrated utility includes a variety of tools and features, including different desktop environments.
Step 2: Install KDE Plasma
Install KDE Plasma (desktop) using the script below. It installs all the dependencies and packages for the environment (KDE desktop):
sudo tasksel install kde-desktop |
---|

Step 3: Choose KDE Plasma (Environment)
Navigate to the KDE Plasma desktop version in the package configuration interface. Select “KDE Plasma”, as shown below, and click the “OK” button.
sudo tasksel |
---|

Note: Users can also select the desktop environment of their choice based on their preferences.
Step 4: Reboot System
Users must reboot/restart their system to apply the configuration in Linux Mint 22.
sudo reboot |
---|
Installing KDE Plasma is done in this manner.
Remove/Uninstall KDE Plasma
To uninstall/remove the KDE completely, utilize the “remove” utility as below:
sudo apt remove kde* # Remove KDE (package only) |
---|
Switch User
Click on the “Switch User” button in the lower left corner to switch between desktop environments.

Users can now select/choose a user. Select “Plasma” (X11), for example.

That is all from the installation guide.
How to Use KDE Plasma on Linux Mint 22?
After installing Plasma, users can customize it with themes, widgets, and extensions. You can also customize your desktop by navigating to the System Settings. KDE Plasma includes the following notable features:
- System Tray: Manages notifications and allows access to system utilities.
- KRunner: KRunner is a powerful launcher that allows users to quickly open applications and perform calculations.
- KDE Connect: KDE Connect allows you to connect your Android device with your computer and share files, control media playback, and more.
This is how KDE Plasma has been configured/installed on Linux Mint 22. Users can access the widgets, system settings, and application menu. You can also customize your desktop, fonts, and themes.
Learn more about KDE Plasma commands by clicking the official link.
Conclusion
Install KDE Plasma Desktop on Linux Mint 22 by updating the packages. Then, install KDE Plasma Desktop using the “sudo apt install kde-plasma-desktop” and reboot your system. The “kde-full” version of KDE Plasma (which includes all utilities and apps) can be installed by using the “sudo” command.
For basic utilities and apps, the “kde-plasma-desktop” is recommended. Use the “Tasksel”, if you prefer, to install KDE Plasma in Linux Mint 22. This guide has shown you all the possible ways to install KDE Plasma in Linux Mint 22 with a graphical representation.
Leave feedback about this