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...Tags: None
Posting comments is disabled.
Categories
Collapse
Article Tags
Collapse
There are no tags yet.
Latest Articles
Collapse
-
by KasimbaI don’t like my prompt, i want to change it. it has my username and host, but the formatting is not what i want. This blog will get you started quickly on doing exactly that.
This is my current prompt below:
To change the prompt you will update .bashrc and set the PS1 environment variable to a new value.
Here is a cheatsheet of the prompt options:
You can use these placeholders for customization:
\u – Username
...-
Channel: Articles
Today, 01:15 AM -
-
by KasimbaIn this post I will show you how to install the ZSH shell on Rocky Linux. ZSH is an alternate shell that some people prefer instead of BASH shell. Some people say ZSH has better auto-completion, theme support, and plugin system. If you want to give ZSH a try its quite easy to install and give it a try. This post is focused on the Rocky Linux user and how to install ZSH and get started with its usage.
Before installing anything new, it’s good practice to update your system packages:...-
Channel: Articles
12-25-2024, 02:01 AM -
-
by Kasimba
by George Whittaker
Introduction
In the world of operating systems, Windows has long held the lion’s share of the market. Its user-friendly interface and wide compatibility have made it the default choice for many. However, in recent years, Linux has steadily gained traction, challenging the status quo with its unique offerings. What was once considered the domain of tech enthusiasts and developers is now...-
Channel: Articles
12-21-2024, 06:52 AM -
-
by KasimbaOverview of NGINX and Apache
NGINX and Apache are leading web server solutions utilized for hosting websites and web applications. Apache, developed by the Apache Software Foundation, offers robust configuration options and extensibility. NGINX, created by Igor Sysoev, is known for its efficiency in handling numerous concurrent connections with low resource utilization. Both servers function not only as HTTP servers but also as reverse proxies, load balancers, and more.
What is
...-
Channel: Articles
12-21-2024, 03:54 AM -
-
by KasimbaHi everyone, I hope you are enjoying the BETA so far! This release introduces new features, tools, and artwork, so we anticipate a good number of bug reports. Every single fix helps us refine and improve the final release. Your feedback during the BETA phase is extremely important to us. Linux Mint 22.1 is our […]
More...-
Channel: Articles
12-16-2024, 11:50 AM -
-
by Kasimba
by George Whittaker
Introduction
Remote access is a cornerstone of modern IT infrastructure, enabling administrators and users to manage systems, applications, and data from virtually anywhere. However, with great power comes great responsibility—ensuring that remote access remains secure is paramount. This is where OpenSSH steps in, providing robust, encrypted communication for secure remote management....-
Channel: Articles
12-13-2024, 10:31 PM -