我仍然使用的stable源,是不是太胆小了没有使用testing源
现在testing源下面的virtualbox版本已经3.2.10,而stable才是1.6.6
http://wiki.debian.org/VirtualBox 有详细的安装细节。这里摘要virtualbox的安装
Install the virtualbox-ose package and appropriate kernel module package for your system:
# aptitude install virtualbox-ose virtualbox-ose-modules-$(uname -r)安装virtualbox软件包和其对应的内核module
Instruct udevd(8) to reload the installed udev rules :
# invoke-rc.d udev reload为什么?不明白
Load the VirtualBox kernel module:
# modprobe vboxdrv启动内核module,如果在后面不加入startup的话,每次启动virtualbox之前,要手动启动这个内核module
Add your user account to the vboxusers group:
Log out and log back in to your system to apply the group membership change.将当前的用户加入vboxusers这个用户组,然后logout在login# adduser yourusername vboxusers
VirtualBox OSE can now be started.
To load the vboxdrv module at system startup, edit /etc/default/virtualbox-ose and set LOAD_VBOXDRV_MODULE to 1.$ virtualbox
Or
$ VirtualBox
Or
$ VirtualBox