Make sure your system is up to date.
In a terminal run the following commands.
- Code: Select all
sudo aptitude update
- Code: Select all
sudo aptitude upgrade
Next we will add the needed repository for E17 to our apt sources list.
In a terminal copy and past the following command.
- Code: Select all
sudo gedit /etc/apt/sources.list
There are two repositories available. Add one of the following repositories to the end of your apt sources list.
- Code: Select all
## E17 repository "edevelop.org"
deb http://edevelop.org/pkg-e/ubuntu edgy e17
deb-src http://edevelop.org/pkg-e/ubuntu edgy e17
- Code: Select all
## E17 Repository "e17.dunnewind.net"
deb http://e17.dunnewind.net/ubuntu edgy e17
deb-src http://e17.dunnewind.net/ubuntu edgy e17
Save and close gedit.
Add the key.
- Code: Select all
wget http://lut1n.ifrance.com/repo_key.asc
- Code: Select all
sudo apt-key add repo_key.asc
Install Enlightenment E17
- Code: Select all
sudo aptitude update
- Code: Select all
sudo aptitude install e17
Log out of Gnome. Select session in your log in manager. Enlightenment should be listed. Select Enlightenment as your session, log in and enjoy the eye candy.
For those not familiar with Enlightenment
http://enlightenment.sourceforge.net/
http://www.get-e.org/
http://www.elivecd.org/



