saptechnique

Better late than never. - 郭富

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
ubuntu 10.04 更新 virtualbox

2011-04-22 17:23:05

转自http://www.virtualbox.org/wiki/Linux_Downloads

 

Add one of the following lines according to your distribution to your /etc/apt/sources.list

  蓝色字体 为 ubuntu10.04  版本添加,其他根据具体版本添加(加入/etc/apt/sources.list
文件

  1. deb http://download.virtualbox.org/virtualbox/debian maverick contrib non-free 
  2. deb http://download.virtualbox.org/virtualbox/debian lucid contrib non-free 
  3. deb http://download.virtualbox.org/virtualbox/debian karmic contrib non-free 
  4. deb http://download.virtualbox.org/virtualbox/debian hardy contrib non-free 
  5. deb http://download.virtualbox.org/virtualbox/debian squeeze contrib non-free 
  6. deb http://download.virtualbox.org/virtualbox/debian lenny contrib non-free 

 添加 oracle public key

 

  1. sudo apt-key add oracle_vbox.asc 

或者

  

  1. wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add - 
三 安装 
  1. sudo apt-get update 
  2. sudo apt-get install virtualbox-4.0 

The key fingerprint is :

 

  1. 7B0F AB3A 13B9 0743 5925  D9C9 5442 2A4B 98AB 5139 
  2. Oracle Corporation (VirtualBox archive signing key) <info@virtualbox.org>
  3. http://kitzk.blog.51cto.com/1258882/551481
posted on 2012-03-28 21:07  guofu  阅读(327)  评论(0编辑  收藏  举报