We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Date: 2014-01-08 Title: Ubuntu 用户用命令安装 VirtualBox 4.3.8 Tags: VirtualBox Category: IT
今天在阿里云上安装virtualbox,发现阿里的源里只有4.1版本,可我需要4.3。 换了国内其他的源发现太慢了,,,,于是,,,,, wget deb 包本地安装,发现依赖很多东西,,,, 于是,,,,,,
vim /etc/apt/sources.list 添加:
vim /etc/apt/sources.list
deb http://download.virtualbox.org/virtualbox/debian precise contrib
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-4.3
There was an error while loading. Please reload this page.