Skip to content
Follow
Ubuntu Linux

How to Install KDE Desktop on Ubuntu 24.04

Richard
Written by
Richard
May 28, 2025 Updated Jun 19, 2026 3 min read
How to Install KDE Desktop on Ubuntu 24.04
How to Install KDE Desktop on Ubuntu 24.04

You can install the KDE Plasma desktop environment on Ubuntu 24.04 to gain a highly customizable Linux experience.

KDE Plasma, a free and open-source desktop environment, offers extensive customization and integrated widgets. This software allows users to tailor their Ubuntu desktop to perfectly suit their workflow and aesthetic preferences, providing a powerful and flexible user experience.

KDE Plasma, a desktop environment, installs onto Ubuntu 24.04 LTS. This KDE Plasma installation provides users a different visual interface than the standard GNOME desktop. Ubuntu 24.04 LTS launched in April 2024.

⚡ Quick Answer

Open your terminal and run ‘sudo apt update’ followed by ‘sudo apt install kde-plasma-desktop’. At the login screen, click the gear icon and select ‘Plasma’ to launch the KDE desktop environment.

Why Install KDE Desktop on Ubuntu 24.04?

KDE Plasma offers a powerful desktop environment for changing your computer's appearance. This desktop environment provides more options for customizing your screen than the default Ubuntu look. KDE Plasma uses widgets to display weather and system statistics. It also allows users to group tasks into 'activities'.

What Happens When You Install KDE?

What happens after you install KDE? Your computer will gain a new way to interact with files and apps. You will get a new menu, a new taskbar, and new settings. You can switch between your old GNOME desktop and the new KDE Plasma desktop whenever you log in.

Kubuntu vs. KDE on Ubuntu

⚠️Warning
Kubuntu is an official Ubuntu version that includes KDE desktop software. Installing KDE on standard Ubuntu adds this desktop environment to an existing system. This method provides access to both Ubuntu and KDE features but may result in installing more software than necessary, potentially leading to extra program clutter.

Installation Guide

Installing the KDE Desktop on Ubuntu 24.04 is simple using the terminal, and you’ll need admin rights to run the commands.

Installing the KDE desktop on Ubuntu 24.04 requires opening the terminal application. Users must then run specific commands listed in the installation guide. Admin privileges, or root access, are necessary for these commands to install new software on the Ubuntu 24.04 system.

🐧Bash / Shell
sudo apt update
sudo apt install kde-plasma-desktop
💡Tip
You can choose between a full installation (kde-full, which includes all apps) or a minimal one (kde-standard, which includes only the basics). Use kde-standard if you want to save disk space.

Switching Desktop Environments

After the installation, restart your computer. At the login screen, look for a small gear icon or a session menu. Click it and select ‘Plasma’ to start your new desktop. You can switch back to ‘Ubuntu’ (GNOME) at any time using this same menu.

Post-Installation Customization

Once you log in, open ‘System Settings’. Here you can change themes, icons, and fonts. You can also add widgets to your desktop by right-clicking on an empty space and selecting ‘Add Widgets’. Try using KRunner by pressing Alt+F2 to launch apps quickly.

To get the most out of your new setup, try these native apps:

  • Dolphin: A powerful file manager.
  • Konsole: A feature-rich terminal emulator.
  • Kate: A great text editor for coding and notes.
  • Spectacle: An easy tool for taking screenshots.

Summary

Adding the KDE Desktop to Ubuntu 24.04 gives you a flexible and modern workspace that you can make your own. After installation, you can easily switch between KDE and your previous desktop using the login screen, enjoying features like ‘activities’ and the Dolphin file manager.

KDE Login screen
KDE Login screen
KDE default background
KDE default background

Is KDE Plasma stable on Ubuntu 24.04?

Yes, KDE Plasma is very stable on Ubuntu 24.04 LTS. Because Ubuntu 24.04 is a Long Term Support release, it provides a solid foundation for the Plasma desktop. You will enjoy a reliable experience with regular security updates and bug fixes for your desktop environment.

How do I remove KDE Plasma if I want to revert to GNOME?

To remove it, run ‘sudo apt purge kde-plasma-desktop’ followed by ‘sudo apt autoremove’ in your terminal. This will delete the KDE packages. Be careful to check what is being removed so you do not accidentally delete important system files needed for your GNOME desktop.

Was this guide helpful?

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Install GNOME Desktop on Ubuntu 24.04
Ubuntu Linux How to Install GNOME Desktop on Ubuntu 24.04
How to Set System Locale on Ubuntu 24.04
Ubuntu Linux How to Set System Locale on Ubuntu 24.04
How to Install PhpStorm on Ubuntu 24.04
Ubuntu Linux How to Install PhpStorm on Ubuntu 24.04
How to Install RubyMine on Ubuntu 24.04
Ubuntu Linux How to Install RubyMine on Ubuntu 24.04

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *