安装这个版本是因为项目的需要。
在虚拟机中安装了两次总是顿在mirror那一步(后来google了一下,知道别人也常碰到scan mirror,只需要把网线拔了就可以了)。当时急切中请一个高手来,他在另一个tty中干掉了一个什么进程,来回在两个tty中切来切去,安装才得以成功。
接着自己安装openssh-server没有问题, 也添加了项目需要的本地的mirrors。
一切顺利。
然后打算安装一个内部测试软件包,不知道怎么在命令行中访问URL其地址,然后打算进startx搞定它,发现进不去,提示错误。只好按提示运行sudo apt-get install xinit(?)什么的。再起startx,还是不成功。
cannot stat /etc/X11/X (No such file or directory), aborting.
只好再查询,发现需要install grome 或kde,那就装一个grome吧,有占用的1.5G的空间。不甘心啊,又查网络,发现如下的一些可能的方法,打算下次安装再试试。这次就算了。
you didn't have to install a whole DE, you could have gone light.
sudo apt-get install xorg gdm synaptic (a-wm) (whatever-else)
example:
sudo apt-get install xorg gdm synaptic fluxbox rox-filer leafpad
or maybe icewm is your thing:
sudo apt-get install xorg gdm synaptic icewm rox-filer leafpad
i'm jwm:
sudo apt-get install xorg gdm synaptic jwm rox-filer leafpad
there are many choices if you don't need everything from a desktop install
main thing is "xorg" is X, you need that, everything else is optional.