Change of Linux Environment: Installing XFCE on Ubuntu 24.04.2 LTS
Linux offers many desktop environments that you can switch between without reinstalling the entire system. In this guide, we will show you how to switch to XFCE – a lightweight and fast environment, ideal for weaker hardware or users who want simplicity and speed.
This procedure works in all editions of Ubuntu 24.04.2 LTS, including Ubuntu Cinnamon.
✅ What you will need
- A working installation of Ubuntu 24.04.2 LTS (any edition)
- Internet access
- Terminal (Ctrl + Alt + T)
🔧 1. Update the system
sudo apt update && sudo apt upgrade -y
🧰 2. Install the XFCE environment
Minimal XFCE (just the basic environment):
sudo apt install xfce4 -y
Full XFCE environment (including tools, login manager, etc.):
sudo apt install xubuntu-desktop -y
During the installation, you will be prompted to choose a display manager (login screen). We recommend lightdm, which is lightweight and fits well with XFCE.
🔄 3. Reboot the system
sudo reboot
🔐 4. Log into XFCE
On the login screen, select the XFCE session (gear icon) and log in as usual.
🧹 How to remove XFCE (optional)
sudo apt purge xfce4 xubuntu-desktop lightdm -y
sudo apt autoremove --purge -y
💡 Tip
XFCE is an excellent choice for weaker computers, or if you want the simplest and fastest system possible. However, you can always switch back to your original environment – in Linux, nothing is set in stone.
✍️ Written by: Balihobi.com
📅 Date: August 2025