|

楼主 |
发表于 2005-12-18 22:47:01
|
显示全部楼层
Post by zlbruce
你确定你的是E17吗??
怎么会没有 enlightenment_remote 呢
我是这样安装的:
[PHP]
This repository is built on and for Debian Unstable, you can get it to work on Ubuntu and Debian Sarge, but you may have to manually force the installation of some packages, and from that point on apt-get may complain about broken packages. YMMV, use at your own risk.
Location
The repository is located here:
deb http://soulmachine.net/debian/ unstable/
slackd00d setup a mirror here:
deb http://debian.oceighty.net/e17 unstable/
Package list
You can take a look at the Debian package file here: [1] (http://soulmachine.net/debian/unstable/Packages)
To install all the packages (after adding it to your sources.list and running apt-get update) in the repository you can use the command:
apt-get install `cat /var/lib/apt/lists/soulmachine.net_debian_unstable_Packages | grep Package | cut -f 2 -d :`
and to delete one package when there are problems use this to generate the list:
cat /var/lib/apt/lists/soulmachine.net_debian_unstable_Packages | grep Package | cut -f 2 -d : > list
edit the list (remove the unwanted package) , and:
apt-get install `cat list`
[/PHP]
http://www.soulmachine.net/wiki/ ... _on_Debian_unstable
是不是我这样安装以后是e16?
如果这样是e16的话,e17是怎么安装的呢?方便的话给个连接. |
|