RackNerd Billboard Banner

How To Install Latest Enlightenment Desktop Environment In Ubuntu

If you’re tired of the same old Ubuntu look and want something lighter, faster, and visually unique, Enlightenment is worth your attention. Here’s how to install the latest version of Enlightenment (E) on Ubuntu. This guide works for Ubuntu 22.04 and later.

What Is Enlightenment?

Enlightenment (or “E”) is a flexible, eye-catching desktop environment known for its speed and customization. It offers animated effects, compositing, and a slick interface—without hogging system resources.

Why Use Enlightenment?

  • Lightweight: Runs smoothly on old hardware.
  • Customizable: Easily tweak themes, layouts, and behavior.
  • Unique: Offers a distinct look compared to GNOME, KDE, or XFCE.

Installation Steps

1. Update Your System

Open your terminal and update your package lists:

sudo apt update && sudo apt upgrade

2. Add the Enlightenment PPA

Ubuntu’s default repositories rarely have the latest Enlightenment version. You need a PPA (Personal Package Archive) that’s up to date.

Add the official Enlightenment Foundation Team PPA:

sudo add-apt-repository ppa:enlightenment-git/ppa
sudo apt update

If you’re on a fresh Ubuntu install, you may need to install software-properties-common first:

sudo apt install software-properties-common

3. Install Enlightenment

Now install Enlightenment and related packages:

sudo apt install enlightenment

This pulls in the Enlightenment desktop and its core tools.

4. Log Out and Switch Desktop Environments

After installation:

  1. Log out of your current session.
  2. At the login screen, look for a gear icon or “Session” option.
  3. Select Enlightenment from the session list.
  4. Enter your password and log in.

5. First Run Setup

On your first login, Enlightenment may prompt you to set up preferences—like language, keyboard, and compositing options. Go through the prompts; you can always change settings later.


How To Remove Enlightenment

If you want to go back to your previous desktop or uninstall Enlightenment:

sudo apt remove --purge enlightenment
sudo apt autoremove

To remove the PPA:

sudo add-apt-repository --remove ppa:enlightenment-git/ppa

Final Tips

  • Enlightenment is different from Ubuntu’s default desktop. Spend some time exploring menus and settings.
  • For more themes, check e.org or the built-in settings.
  • If you run into issues, you can always switch back to GNOME or your previous desktop at the login screen.

Questions or comments? Drop them below! Happy tweaking.














0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
RackNerd Billboard Banner
© 2025 Computer Everywhere
Your Everyday Guide to the Digital World.
Terms of Service | Privacy Policy
Copy link