Announcement

Collapse
No announcement yet.

How to Install KDE on Ubuntu 24.04

Collapse
X
Collapse
  •  

  • How to Install KDE on Ubuntu 24.04


    With Linux, you have room to switch between different desktop environments. By default, Ubuntu 24.04 comes with the GNOME desktop. However, if you prefer installing other desktop environments, such as KDE, there is an easy way of doing so.

    Each desktop environment offers a different view of the desktop icons and the customizations. Besides, you can have more than one desktop environment and switch between them when logging in. If you prefer KDE over GNOME, you can install the KDE on Ubuntu 24.04. You can install its full or standard version, and we’ve covered the steps to do so. Read on!

    Step-by-Step Guide to Install KDE on Ubuntu 24.04

    The installation of KDE follows a few basic steps. First, we must update the package indexes. Next, we select which KDE package to install. We then set which display manager to use, and once we reboot the system, we can select which desktop environment to use.

    Here are the detailed steps we will use.

    Step 1: Update and Upgrade the System

    To prepare for the installation, we must first update and upgrade the system. This step is crucial in refreshing the package indexes to retrieve the latest KDE version while also updating the installed packages.

    $ sudo apt update && sudo apt upgrade




    Step 2: Install KDE

    There are two options when installing KDE. You can install KDE Standard or KDE Full. KDE Standard only provides the essential applications such as browser, text editor, file manager, etc. This version doesn’t install all the available applications. Instead, it keeps things simple by only installing the core applications for basic functionalities.

    Install KDE Standard using the below command.

    $ sudo apt install kde-standard


    However, the KDE Full version will install all the packages bundled with the desktop environment. It installs the core applications and all other available extras, such as games. The KDE Standard takes up about 1.6GB of disk space, while the KDE Full takes 3.8 GB. To install KDE Full, execute the below command.

    $ sudo apt install kde-full


    We’ve installed KDE Standard for this guide.



    Confirm the prompt to continue installing KDE.



    Step 3: Select the Display Manager

    After confirming the installation, you will get prompted to select which display manager to use. Before that, click on ‘OK’ to check the available display managers.



    Next, select which display manager to use. You can use the gdm3 or sddm display manager. Once you’ve selected which to use, proceed with the installation by clicking on ‘OK.’



    The installation will continue, and once KDE completes the installation, we will be ready to start utilizing it.

    Step 4: Switch to KDE

    To switch to KDE, let’s first reboot the system.

    $ sudo reboot now




    On the logging page, select Plasma (X11) as the desktop environment before you enter your credentials to log in.



    Once logged in, you will immediately notice that the desktop environment has changed. The user interface will look different, including the installed applications. KDE has an interface like the one we have in the image below.



    That’s it! You now have KDE on Ubuntu 24.04. Go through the desktop environment to get comfortable with the user interface and the various utilities it offers.

    Conclusion

    GNOME is the default desktop environment for Ubuntu 24.04. However, you can install and use other desktop environments, such as KDE. Besides, you are free to switch between different desktop environments when logging into your Ubuntu 24.04. This post explains how to install KDE on Ubuntu 24.04.





    More...
      Posting comments is disabled.

    Categories

    Collapse

    Article Tags

    Collapse

    There are no tags yet.

    Latest Articles

    Collapse

    • HAProxy on Ubuntu: Load Balancing and Failover for Resilient Infrastructure
      by Kasimba



      by german.suarez


      Introduction

      In today’s fast-paced digital landscape, ensuring the availability and performance of applications is paramount. Modern infrastructures require robust solutions to distribute traffic efficiently and maintain service availability even in the face of server failures. Enter HAProxy, the de facto standard for high-performance load balancing and failover.


      This article...
      Today, 03:00 PM
    • Providing a license for package sources
      by Kasimba
      Arch Linux hasn't had a license for any package sources (such as PKGBUILD files) in the past, which is potentially problematic. Providing a license will preempt that uncertainty.

      In RFC 40 we agreed to change all package sources to be licensed under the very liberal 0BSD license. This change will not limit what you can do with package sources. Check out the RFC for more on the rationale and prior discussion.

      Before we make this change, we will provide contributors with...
      11-19-2024, 09:21 AM
    • Linux Binary Analysis for Reverse Engineering and Vulnerability Discovery
      by Kasimba



      by George Whittaker


      Introduction

      In the world of cybersecurity and software development, binary analysis holds a unique place. It is the art of examining compiled programs to understand their functionality, identify vulnerabilities, or debug issues—without access to the original source code. For Linux, which dominates servers, embedded systems, and even personal computing, the skill of binary analysis is...
      11-18-2024, 07:10 PM
    • Ubuntu vs Debian: Linux Distributions Compared Deep Dive
      by Kasimba
      Debian and Ubuntu are two popular Linux distributions. In this deep dive we will guide you on the key differences between them from perspective of both corporate enterprise and personal productivity or pleasure usage. After reading this blog post you should be in a better position to decide to select Ubuntu or Debian.
      Stewardship, Licensing, Community and Cost

      Where as Debian is 100% fully committed to free software as defined by the Debian Free Software Guidelines, Ubuntu is created...
      11-17-2024, 08:30 PM
    • Debian Backup and Recovery Solutions: Safeguard Your Data with Confidence
      by Kasimba



      by George Whittaker


      Introduction

      In the digital age, data loss is a critical concern, and effective backup and recovery systems are vital for any Debian system administrator or user. Debian, known for its stability and suitability in enterprise, server, and personal computing environments, offers a multitude of tools for creating robust backup and recovery solutions. This guide will explore these solutions,...
      11-13-2024, 05:30 PM
    • Installing Development Tools on Debian: Setting Up Compilers, Libraries, and IDEs for a Robust Development Environment
      by Kasimba



      by George Whittaker


      Introduction

      Debian is one of the most trusted and stable Linux distributions, making it a top choice among developers and system administrators. Setting up a powerful development environment on Debian involves installing the right tools, compilers, libraries, and Integrated Development Environments (IDEs) that can support various programming languages and workflows. This guide provides...
      11-07-2024, 11:22 PM
    Working...
    X