3

I've found a few guides but all of them are really complicated. Is there an apt-get way of installing the package?

Jeff Atwood
  • 24,402
Citizen
  • 365

2 Answers2

2

This is the PPA of the team packaging it for ubuntu .

Once you add the PPA to the repositories, you can then use synaptics to install it. As of today, the repo is updated with packages for Jaunty. I did not try it myself, but it could work for karmic esily.

EDIT: ~quack in the comments suggests to rebuild packages for Karmic from PPA sources... that seems like a sound idea to me!

mac
  • 1,449
1

I'm assuming you want e17 as it is the newest and most feature-packed version. There is a good walk-through here:

http://www.ubuntugeek.com/howto-install-e17-enlightenment-desktop-in-ubuntu.html

It is not for Karmic, but all the steps work. I'm running 10.04 pre-alpha and this worked on my system just fine. If you don't like that version, use the easy_e17 script, explained here:

http://wiki.enlightenment.org/index.php/E17_on_Ubuntu

Katerberg
  • 755