Install Enlightenment on Ubuntu Edgy

Enlightenment LogoFor many days I wanted to try Enlightenment after reading and seeing many screenshots about it. Yesterday in the LUG meeting I saw it live and was impressed by E. Enlightenment is an open source window manager for X Window system which can be used alone or in conjunction with GNOME or KDE. It has extensive theming support and advanced graphics without sacrificing system performance. This window manager is fully configurable making it the best one out there
The latest stable version is 0.16.8.5 but the development release 0.17 also called DR17 is pretty usable and nice. I have installed DR17 on my Edgy. Here are the steps.

First you have to add a few repositories to your sources.list.

In terminal type sudo gedit /etc/apt/sources.list

Add the following repositories to the file

## E17 repository "edevelop.org"
deb http://edevelop.org/pkg-e/ubuntu edgy e17
deb-src http://edevelop.org/pkg-e/ubuntu edgy e17

You can replace edgy with dapper if you are using Ubuntu 6.06.

Then type the following lines to download the gpg keys and to add it

wget http://lut1n.ifrance.com/repo_key.asc
sudo apt-key add repo_key.asc

After the repositories are added, do a sudo apt-get update to update the packages list.

Then finally install e17 by issuing this command. sudo apt-get install e17

You have successfully installed e17 and can now logout of GNOME and again login by changing the session as Enlightenment.

8 Responses to “Install Enlightenment on Ubuntu Edgy”


Comments are currently closed.