|
刚把系统重装了debian(硬盘安装,用2.6.8的内核)
source.lists设置为:
deb http://debian.ustc.edu.cn/debian/ testing main non-free contrib
deb http://debian.ustc.edu.cn/debian/ testing-proposed-updates main non-free contrib
deb http://ftp2.jp.debian.org/debian/ testing main non-free contrib
基本的装好了之后,开始装X
#apt-get update
#apt-get -y install x-window-system-core
上面都没有问题,但装GNOME时
#apt-get install gnome
马上提示出现一大堆依赖性的包没有装,如:gnome-themes,gnome-volume-manager.....
原来安装的时候直接就可以安装呀
并且查了一下,这些包在source.lists所列的网站都呀,难道现在安装的命令改了???
有谁可以帮忙说明一下,谢谢! |
|