#enlightenment
deb http://debian.alphagemini.org/debian/ sid main contrib non-free
deb-src http://debian.alphagemini.org/debian/ sid main contrib non-free
gpg --recv-keys 7E5D69A103CA4243
gpg --export 03CA4243 > edevelop.key
apt-key add edevelop.key
apt-get install enlightenment
Modify your .xsession w/enlightenment (exec enlightenment_start).
(edited to change edevelop.org to debian.alphagemini.org also...)
I had trouble with the alphagemini package repository wanting x86_64 modules within e, so I moved to the easy_e17 script that fetches and builds the sources (the host is down at the time of writing, hopefully it will come back).
2 comments:
when I execute the first gpg line I get the following error:
'gpg: no keyserver known (use option --keyserver)'
'gpg: keyserver receive failed: bad URI'
What should I do?
I presupposed the configuration of gpg. You could use --keyserver subkeys.pgp.net.
The edevelop.org apt-repository is dead, the new one seems to be up at debian.alphagemini.org, though I had trouble with it looking for x86_64 symbols in the modules and just moved to doing a cvs compile. You may have better luck now.
Post a Comment