文章归档

VirtualBox 4.0 In Ubuntu

是一个很不错的虚拟软件.也是我最喜欢的.同样你也会喜欢上它的.那么这次安装是基于ubuntu10.10.上进行操作.版本为VirtualBox 4.0.

下面是安装过程:

root@ptubuntu:/home/ptubuntu# vi /etc/apt/sources.list

使用vi进行修改sources.list文件添加下面源的连接.

root@ptubuntu:/home/ptubuntu# deb http://download.virtualbox.org/virtualbox/debian maverick contrib

添加完进行update会提示更新由于没有公钥,无法验证下列签名:NO_PUBKEY 54422A4B98AB5139

  进行下载oracle_vbox.acs进行添加.就可以使用了.

After that you have to download the Oracle public key and add it. To do that execute the two commands below in the Terminal.

root@ptubuntu:/home/ptubuntu# wget http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc

root@ptubuntu:/home/ptubuntu# apt-key add oracle_vbox.acs

如果你安装旧的版本先进行删除再次安装新版本4.0.

root@ptubuntu:/home/ptubuntu# apt-get remove virtualbox-3.2
root@ptubuntu:/home/ptubuntu#apt-get update
root@ptubuntu:/home/ptubuntu#apt-get install virtualbox-4.0

安装完 VirtualBox 4.0, Oracle 支持usb2.0接口.


Share

Ubuntu 9.10 Server 安装VBoxHeadless虚拟机

Sun VirtualBox 3.1 安装在Ubuntu 9.10 server.

1.添加Installing VirtualBox源列表.

2.#sudo vi /etc/apt/sources.list

#deb http://download..org//debian karmic non-free
#sudo aptitude update
#sudo aptitude install linux-headers-$(uname -r)  build-essential -3.1 dkms
 阅读更多 »
Share
Page 1 of 11