http://www.cnblogs.com/zlslch/p/5843492.html
問題描述:
root@zhouls-virtual-machine:~# apt-get install vim
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package vim is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'vim' has no installation candidate
root@zhouls-virtual-machine:~#

解決辦法:
sudo apt-get update && sudo apt-get install vim


成功!!!
我這里,是用的是NAT模式。大家可以見如下博客
