How to install lxde

Content on WhatAnswers is provided "as is" for informational purposes. While we strive for accuracy, we make no guarantees. Content is AI-assisted and should not be used as professional advice.

Last updated: April 4, 2026

Quick Answer: Installing LXDE, a lightweight desktop environment, typically involves using your distribution's package manager. For Debian/Ubuntu-based systems, you'll often use `sudo apt install lxde`. For Fedora, it might be `sudo dnf groupinstall 'LXDE Desktop'`. Always check your specific Linux distribution's documentation for the most accurate commands and recommended installation methods.

Key Facts

What is LXDE?

LXDE, which stands for Lightweight X11 Desktop Environment, is a free and open-source desktop environment for Linux and other Unix-like operating systems. It is designed to be a fast and resource-efficient desktop environment, using minimal CPU and memory. This makes it an excellent choice for users with older computer hardware, low-spec machines, or single-board computers such as the Raspberry Pi, where system resources are often limited. LXDE aims to provide a simple, intuitive, and user-friendly desktop experience, focusing on speed and stability.

Installing LXDE on Debian/Ubuntu and Derivatives

For users of Debian, Ubuntu, Linux Mint, and other Debian-based distributions, the installation process is straightforward using the Advanced Packaging Tool (APT) package manager. Open a terminal window and execute the following command:

sudo apt update && sudo apt install lxde

This command first updates your package list to ensure you get the latest available version of LXDE and then installs the LXDE desktop environment. After the installation is complete, you will typically need to log out of your current desktop session. When you reach the login screen (display manager), look for an option to change your session type. This is often represented by a gear icon, a dropdown menu, or a similar graphical element, allowing you to select LXDE before logging back in.

Installing LXDE on Fedora

Fedora users can install LXDE using the DNF package manager. The command to install the LXDE desktop environment group is:

sudo dnf groupinstall 'LXDE Desktop'

Similar to Debian-based systems, after the installation finishes, you should log out and select LXDE from your display manager's session options before logging back in.

Installing LXDE on Arch Linux and Derivatives

For Arch Linux and its derivatives like Manjaro, you can install LXDE using the Pacman package manager. The command is:

sudo pacman -S lxde

Again, after installation, log out and select the LXDE session from your login manager.

Installing LXDE on Other Distributions

The specific commands and package names may vary for other Linux distributions. For example, on openSUSE, you might use `zypper` and search for an LXDE pattern or group. It is always recommended to consult the official documentation or wiki of your specific Linux distribution for the most accurate and up-to-date installation instructions. Many distributions offer meta-packages or group installations that bundle LXDE with essential applications and utilities.

Post-Installation Configuration

Once LXDE is installed and selected as your desktop session, you might want to customize its appearance and behavior. LXDE is known for its modularity, allowing you to install or remove components as needed. Common applications that come with LXDE include the PCManFM file manager, LXTerminal for the command line, and Leafpad as a simple text editor. You can further enhance your LXDE experience by installing additional software, such as web browsers, office suites, and media players, using your distribution's package manager.

Troubleshooting Common Issues

While LXDE is generally stable, some users might encounter minor issues. If LXDE fails to start, double-check that the installation completed without errors. Sometimes, a simple reboot after installation can resolve session detection problems. If display issues arise, ensure your graphics drivers are correctly installed. For specific problems, searching the forums or wikis of your Linux distribution, along with terms like 'LXDE not starting' or 'LXDE display issue', can often lead to solutions.

LXDE vs. LXQt

It's worth noting that LXDE has largely been succeeded by LXQt, which combines the LXDE desktop with the Qt framework, offering a more modern look and feel while retaining the lightweight philosophy. Many distributions now offer LXQt as their primary lightweight desktop option. However, LXDE remains a viable and functional desktop environment, especially for very old hardware or users who prefer its classic interface.

Sources

  1. LXDE - WikipediaCC-BY-SA-4.0
  2. LXDE - Debian WikiCC-BY-SA-3.0
  3. LXDE - ArchWikiCC-BY-SA-4.0

Missing an answer?

Suggest a question and we'll generate an answer for it.