|
发表于 2005-12-17 17:18:04
|
显示全部楼层
Post by diony
不过还有,直接apt-get install enlightenment是得到的e17吗?我怎么觉得是e16?
right!
- Common problems
- You may notice that when you do an upgrade or dist-upgrade that e17 doesn't get installed... that's because the default package for enlightenment 0.16.6 in unstable gets priority. To override this, you'll want to use APT preferences (man apt_preferences). Here's an example /etc/apt/preferences file:
- [code]Package: enlightenment
- Pin: version 0.16.999*
- Pin-Priority: 999
- Package: enlightenment-data
- Pin: version 0.16.999*
- Pin-Priority: 999
复制代码 [/code] |
|