X
Collapse
-
How to Install GUI on Ubuntu 24.04 Server
Ubuntu 24.04 can be accessed as a desktop or as a server, depending on your needs. You will most likely access the Ubuntu 24.04 server, which doesn’t come with a GUI. The Ubuntu 24.04 server relies on your mastery of commands, which can be tricky for beginners.
Besides, some actions are better approached via the GUI. If you are stuck on how to have a GUI on an Ubuntu 24.04 server, this post shares the steps you should follow. We will install a display manager and a GUI to make it convenient for you to choose between using a GUI or a command line when accessing your Ubuntu server. Read on!
Detailed Guide on Installing GUI on Ubuntu 24.04 Server
A key benefit of using the Ubuntu 24.04 server is that it saves space and resources that the GUI applications would otherwise consume. The command-line option is excellent when working with a server, but various instances and tools are better approached via the GUI.
Unfortunately, the Ubuntu 24.04 server doesn’t have a GUI you can switch to when needed. However, you can quickly install a display manager and then install a GUI. There are numerous options for installing the GUI. You can install Ubuntu desktop, KDE Plasma, XFCE, MATE, etc.
Here are the steps to install GUI on Ubuntu 24.04.
Step 1: Update Your Ubuntu 24.04 Server
The first step is to log in to your Ubuntu server. You will get a login window, and once you enter your credentials, you will be logged in.
After login, we then must refresh the package index. Update your server with the following command.
$ sudo apt update
Step 2: Install a Display Manager
On your Ubuntu 24.04 server, we will need a display manager to open the display server, allowing you to use a GUI or select between the installed GUI options. Two commonly used display managers are LightDM and Slim.
The two display managers are excellent and have almost similar functionalities. For this guide, let’s install LightDM using the command below.
$ sudo apt install lightdm
Confirm the prompt and notice the required space to install the GUI. Once you press ‘y’ on your keyboard, wait for the installation to start and complete.
You will get prompted with a configuration prompt on what display manager to set as your default. Select lightdm as it’s the one we’ve installed with the previous command.
Step 3: Install and Use a GUI on Ubuntu 24.04
As mentioned earlier, you can install different GUIs. It all depends on which one suits you best. To keep it simple, let’s install Ubuntu Desktop GUI for our case. Run the below command.
$ sudo apt install ubuntu-desktop
Confirm any prompts that will appear during the installation.
Once the GUI is installed, restart your Ubuntu 24.04 server to access the display manager, where you can select the installed GUI and use it to interact with your Ubuntu Noble Numbat.
$ sudo reboot
Once your Ubuntu 24.04 server reboots, it will display a GUI that you can use to sign in. Enter your server credentials.
Once you log in, you can enjoy using your Ubuntu server via the installed Ubuntu Desktop GUI.
Conclusion
An Ubuntu 24.04 server uses the terminal for interaction. You can perform all tasks with the terminal, but some tools and activities require a GUI for simplicity and convenience. To install a GUI on Ubuntu 24.04, log in to your server, update the repository, and install a display manager. Next, install the GUI, reboot the system, and lastly, start using the installed GUI. All steps are detailed in this post.
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
01-06-2025, 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 -