How to Install KDE Desktop on Ubuntu 26.04

If you are looking to replace or supplement the default GNOME environment, a kubuntu desktop install on Ubuntu 26.04 gives you a feature-rich, highly customizable desktop experience powered by KDE Plasma. KDE Plasma is one of the most polished and versatile desktop environments available on Linux, offering deep customization, a modern look, and a comprehensive suite of applications. This guide walks you through the complete process of installing KDE Desktop on Ubuntu 26.04 Resolute Raccoon, from prerequisites through first login.

In this tutorial you will learn:

  • The difference between kubuntu-desktop and kde-plasma-desktop packages
  • How to install KDE Plasma on Ubuntu 26.04
  • How to select SDDM as the display manager during installation
  • How to switch between GNOME and KDE sessions at login
  • How to verify the KDE Plasma version after installation
  • How to cleanly remove KDE Desktop if needed
Install KDE Plasma on Ubuntu 26.04 Resolute Raccoon

Software Requirements

Software Requirements and Linux Command Line Conventions
Category Requirements, Conventions or Software Version Used
System Ubuntu 26.04 Resolute Raccoon
Software KDE Plasma 6.6.2, KDE Frameworks 6.23.0, Qt 6.10.2 (kubuntu-desktop or kde-plasma-desktop), SDDM display manager
Other Privileged access to your Linux system as root or via the sudo command. A working internet connection. Minimum 2 GB free disk space recommended.
Conventions # – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command
$ – requires given linux commands to be executed as a regular non-privileged user
TL;DR
To perform a kubuntu desktop install on Ubuntu 26.04, install the kubuntu-desktop package, select SDDM as the display manager when prompted, then reboot and choose the KDE Plasma session at the login screen.

Quick Steps to Install KDE Desktop on Ubuntu 26.04
Step Command/Action
1. Update package lists sudo apt update
2. Install KDE desktop sudo apt install kubuntu-desktop
3. Select display manager Choose sddm when prompted
4. Reboot and select session sudo reboot

Understanding KDE Package Options

Before performing a kubuntu desktop install on Ubuntu 26.04, it is worth understanding the two main package options available:

  • kubuntu-desktop: The full Kubuntu experience. This meta-package pulls in KDE Plasma along with the complete suite of KDE applications, including Dolphin file manager, Konsole terminal, Kate text editor, KDE Connect, Discover software center, and many more. It mirrors what you would get from a fresh Kubuntu installation.
  • kde-plasma-desktop: A minimal KDE Plasma installation. This option installs only the core desktop shell with a smaller set of default applications, giving you more control over what is included. It is better suited for servers or users who prefer a lean installation.

For most users, kubuntu-desktop is the recommended choice. It ensures all KDE components work together correctly and provides the complete, polished experience that KDE Plasma is known for. Additionally, if you need to install a desktop environment on an Ubuntu server, KDE Plasma via this package is a solid option.

IMPORTANT

Both packages install KDE Plasma 6, the current major version of KDE. Plasma 6 introduced full Wayland support as the default session, which is the recommended session type on Ubuntu 26.04.

Installing KDE Desktop on Ubuntu 26.04

The following steps cover the complete kubuntu desktop install on Ubuntu 26.04 using apt. The process requires an active internet connection and sufficient disk space.

  1. Update the package index: Before installing any new software, refresh the local package lists to ensure you are pulling the latest available versions:
    $ sudo apt update

    This ensures apt has up-to-date information about all available packages from your configured repositories.

  2. Install the kubuntu-desktop package: Install the full KDE desktop environment using the kubuntu-desktop meta-package:
    $ sudo apt install kubuntu-desktop

    The package manager will resolve all dependencies and present a list of packages to be installed. Depending on your current installation, this may include several hundred packages. Type Y and press Enter to confirm.

  3. Wait for the download and installation to complete: The total download size is approximately 1,036 MB and requires around 2,883 MB of disk space. Installation time varies with your internet connection speed and system performance.
Terminal output of sudo apt install kubuntu-desktop showing 1080 packages to install, 1036 MB download size and 2883 MB disk space required on Ubuntu 26.04Terminal output of sudo apt install kubuntu-desktop showing 1080 packages to install, 1036 MB download size and 2883 MB disk space required on Ubuntu 26.04
The kubuntu-desktop package installs 1080 packages, requiring approximately 1 GB download and 2.9 GB disk space

Selecting the Display Manager

During the installation of kubuntu-desktop, a debconf dialog will appear asking you to choose a default display manager. This is one of the most important steps in the kubuntu desktop install on Ubuntu 26.04 process.

You will be presented with two options:

  • gdm3: The GNOME Display Manager, already in use if you started from a standard Ubuntu 26.04 desktop installation.
  • sddm: The Simple Desktop Display Manager, the native display manager for KDE Plasma.

IMPORTANT

Select sddm to use the KDE-native display manager. SDDM integrates more cleanly with KDE Plasma and supports Wayland sessions properly. If you retain gdm3, you can still log into KDE sessions but may experience minor visual inconsistencies.

If the dialog did not appear during installation, you can change the display manager manually at any time:

$ sudo dpkg-reconfigure sddm

Alternatively, to switch between display managers explicitly:

$ sudo dpkg-reconfigure gdm3

Both commands will re-trigger the display manager selection dialog, allowing you to make your choice interactively.

Debconf package configuration dialog for Configuring sddm showing display manager selection between gdm3 and sddm with sddm highlighted and Ok button during kubuntu-desktop installation on Ubuntu 26.04Debconf package configuration dialog for Configuring sddm showing display manager selection between gdm3 and sddm with sddm highlighted and Ok button during kubuntu-desktop installation on Ubuntu 26.04
Select sddm from the list and press Ok to set it as the default display manager

First Login and Initial Configuration

OPTIONAL X11 SESSION

While Ubuntu 26.04 defaults to Wayland for KDE Plasma, you can optionally install X11 session support if needed for specific applications or hardware compatibility. Install the X11 session with sudo apt install plasma-session-x11, then log out and select Plasma (X11) at the SDDM login screen. Note that KDE plans to remove X11 support completely in Plasma 6.8.

After installation completes, reboot the system to start the new display manager and access the KDE session:

$ sudo reboot

Once the system restarts and SDDM loads, follow these steps:

  1. Select the KDE Plasma session: At the SDDM login screen, look for a session selector (typically a drop-down or icon in the bottom-left or top-right corner of the screen). Click it and choose Plasma (Wayland) for the best experience on Ubuntu 26.04, or Plasma (X11) if you require X11 for specific applications.

    SDDM session selector on Ubuntu 26.04 showing only Plasma (Wayland) and Ubuntu options with no X11 session available by default after kubuntu-desktop installationSDDM session selector on Ubuntu 26.04 showing only Plasma (Wayland) and Ubuntu options with no X11 session available by default after kubuntu-desktop installation
    By default, only the Plasma (Wayland) session is available — install plasma-session-x11 to add an X11 option

  2. Log in with your credentials: Enter your username and password as normal. KDE Plasma will launch for the first time and may present a brief welcome screen or first-run wizard.
  3. Allow missing themes to install: On first login, KDE may automatically detect missing theme assets and trigger an additional download via the App Updates notifier in the bottom-right corner of the screen. A polkit authentication dialog titled Authentication Required will appear, asking for your password to install or update packages. Enter your password and click OK to allow this to complete. This is expected behavior — KDE pulls in supplementary theme components that are not bundled in the kubuntu-desktop meta-package itself. Wait for the installation to finish before proceeding.
  4. Complete the KDE welcome wizard: The Plasma Welcome application may guide you through basic configuration options such as appearance theme, panel layout, and application defaults. You can configure these options now or dismiss the wizard and adjust settings later through System Settings.

IMPORTANT

Ubuntu 26.04 uses Wayland by default. The Plasma (Wayland) session is the recommended choice and is fully supported in KDE Plasma 6. Choose X11 only if a specific application you rely on does not yet support Wayland.

KDE Plasma offers extensive customization through the System Settings application. You can access it from the application launcher or by right-clicking the desktop. Key areas to configure initially include the appearance theme, font settings, display scaling for HiDPI screens, and default applications.

For reference, the official KDE Plasma documentation provides comprehensive guidance on configuring and customizing every aspect of the desktop environment.

 

Verifying the KDE Installation

Once logged into KDE Plasma, you can verify the kubuntu desktop install on Ubuntu 26.04 was successful by checking the installed Plasma version.

  1. Check the Plasma version via System Settings: Open System Settings, scroll to the bottom of the left sidebar, and click About this System. This displays the KDE Plasma version, Qt version, and kernel information.
  2. Check the Plasma version from the terminal: Open Konsole or any terminal emulator and run:
    $ plasmashell --version

    The output will display the installed KDE Plasma version, for example:

    plasmashell 6.6.2
  3. Verify SDDM is the active display manager: Confirm that SDDM is running as the system display manager:
    $ systemctl status display-manager

    The output should reference sddm.service and show a status of active (running).

COMPLETED

If plasmashell --version returns a version number and systemctl status display-manager shows sddm active, your KDE Desktop installation is complete and working correctly.

KDE Plasma 6.6.2 desktop on Ubuntu 26.04 showing the Welcome Center, application launcher with Dolphin, Konsole and Kate icons, and About this System dialog confirming Kubuntu 26.04 with Wayland graphics platformKDE Plasma 6.6.2 desktop on Ubuntu 26.04 showing the Welcome Center, application launcher with Dolphin, Konsole and Kate icons, and About this System dialog confirming Kubuntu 26.04 with Wayland graphics platform
KDE Plasma 6.6.2 desktop after first login on Ubuntu 26.04, showing the Welcome Center and application launcher

Removing KDE Desktop

If you decide to remove KDE Desktop and return to a clean GNOME environment, the process involves removing the installed packages and switching back to gdm3.

  1. Remove the kubuntu-desktop meta-package and KDE applications: Run the following command to remove the core KDE packages:
    $ sudo apt remove kubuntu-desktop kde-plasma-desktop plasma-desktop sddm

    Then run autoremove to clean up orphaned dependencies:

    $ sudo apt autoremove
  2. Switch back to gdm3: If you switched to SDDM during installation, restore gdm3 as the default display manager:
    $ sudo dpkg-reconfigure gdm3

    Select gdm3 in the dialog that appears.

  3. Reboot: Restart the system to apply changes:
    $ sudo reboot

IMPORTANT

The apt autoremove step removes orphaned packages but may not catch every KDE-related package. For a thorough cleanup, you can additionally run sudo apt purge $(dpkg -l | grep kde | awk '{print $2}') followed by sudo apt autoremove again — review the package list carefully before confirming.

Conclusion

A kubuntu desktop install on Ubuntu 26.04 is straightforward using the kubuntu-desktop meta-package. Once installed, KDE Plasma 6 provides a fully featured, highly customizable desktop environment that runs natively on Wayland. Whether you are replacing GNOME entirely or running both environments side by side, KDE Plasma integrates cleanly with Ubuntu 26.04 Resolute Raccoon. You can also explore other graphical tools on the system, such as Docker Desktop, which runs well under the KDE desktop environment.

Frequently Asked Questions

  1. Can I have both GNOME and KDE installed at the same time on Ubuntu 26.04? Yes. Installing kubuntu-desktop on a system that already has GNOME does not remove it. Both desktop environments coexist, and you can choose which session to launch from the SDDM or GDM login screen using the session selector. Your per-session settings are stored separately.
  2. Which KDE session should I choose — Plasma (Wayland) or Plasma (X11)? On Ubuntu 26.04, Plasma (Wayland) is the recommended session. KDE Plasma 6 has mature Wayland support, and Ubuntu 26.04 is fully optimized for Wayland. Choose Plasma (X11) only if a specific application you depend on does not yet support Wayland, as X11 will not receive further active development.
  3. Why did no display manager selection dialog appear during installation? The dialog appears only if sddm is not already installed and only one display manager is currently configured. If gdm3 was already active and sddm was not pulled in as a new package, the dialog may be skipped. You can manually trigger the selection at any time by running sudo dpkg-reconfigure sddm or sudo dpkg-reconfigure gdm3.
  4. What is the difference between kubuntu-desktop and kde-plasma-desktop? kubuntu-desktop installs the full Kubuntu application suite alongside KDE Plasma, including apps like Dolphin, Konsole, Kate, Discover, and KDE Connect. kde-plasma-desktop installs only the core Plasma shell with a minimal set of applications. Use kubuntu-desktop for a complete out-of-the-box experience and kde-plasma-desktop for a lean installation where you intend to add applications individually.
  5. How much disk space does the KDE Desktop installation require on Ubuntu 26.04? The kubuntu-desktop package and its dependencies require approximately 1,036 MB to download and 2,883 MB of disk space on Ubuntu 26.04. The kde-plasma-desktop minimal option requires considerably less. Ensure you have at least 3 GB of free space before starting the installation.

PakarPBN

A Private Blog Network (PBN) is a collection of websites that are controlled by a single individual or organization and used primarily to build backlinks to a “money site” in order to influence its ranking in search engines such as Google. The core idea behind a PBN is based on the importance of backlinks in Google’s ranking algorithm. Since Google views backlinks as signals of authority and trust, some website owners attempt to artificially create these signals through a controlled network of sites.

In a typical PBN setup, the owner acquires expired or aged domains that already have existing authority, backlinks, and history. These domains are rebuilt with new content and hosted separately, often using different IP addresses, hosting providers, themes, and ownership details to make them appear unrelated. Within the content published on these sites, links are strategically placed that point to the main website the owner wants to rank higher. By doing this, the owner attempts to pass link equity (also known as “link juice”) from the PBN sites to the target website.

The purpose of a PBN is to give the impression that the target website is naturally earning links from multiple independent sources. If done effectively, this can temporarily improve keyword rankings, increase organic visibility, and drive more traffic from search results.

Jasa Backlink

Download Anime Batch

Leave a Reply

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