热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

Ubuntu用户用命令安装VirtualBox4.3.8

VirtualBox是一款强大x86与AMD64/Intel64虚拟机产品,可提供家用或企业级使用,这是一款高性能的自由开源的软件,界面友好,易于使用。最新版本VirtualBox4.3.8已经发布。主要是补丁修复。如何在Ubuntu13.10/13.04/12.10中安装VirtualBox4.3.8:打开终端,输入命令。首先需要编辑/etc/apt

VirtualBox 是一款强大 x86 与 AMD64/Intel64 虚拟机产品,可提供家用或企业级使用,这是一款高性能的自由开源的软件,界面友好,易于使用。

最新版本 VirtualBox 4.3.8 已经发布。主要是补丁修复。

如何在 Ubuntu 13.10/13.04/12.10 中安装 VirtualBox 4.3.8:

打开终端,输入命令。首先需要编辑 /etc/apt/sources.list

gksudo gedit /etc/apt/sources.list

ubuntu 13.10 用户添加下列行:

deb http://download.virtualbox.org/virtualbox/debian saucy contrib

ubuntu 13.04 用户添加下列行:

deb http://download.virtualbox.org/virtualbox/debian raring contrib

ubuntu 12.10 用户添加下列行

deb http://download.virtualbox.org/virtualbox/debian quantal contrib

ubuntu 12.04 用户添加下列行

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

安装 virtualbox

sudo apt-get install virtualbox-4.3

如果安装出现问题,你可以尝试下载 .deb 安装包,下载后直接双击。

Sponsored Link

Share
Share
Share
Share
Share
Share
Share
Related posts
Zik – Audio player based on gstreamer (3)
Zero Install Injector – Install software easily and without root privileges (17)
Zattoo – Watch Online TV for free (18)
YouAmp – Yet another music player for Linux (10)
ÜberStudent – Ubuntu version for Students and Researchers (18)
Yarock – Qt4 Modern Music Player (1)
YAPET – Yet Another Password Encryption Tool (3)
← Ubuntu GNOME 14.04 (Trusty Tahr) Beta 1 has been released
Leave a Reply
Name (required)

Mail (will not be published) (required)

Website

← Ubuntu GNOME 14.04 (Trusty Tahr) Beta 1 has been released
RSS Feed
subscribe to the ubuntu Geek RSS feed
Newsletter
Sign Up To Our Newsletter

UbuntuGeek on Twitter
Follow Us on Twitter

Sponsor
$5/Mo. Ubuntu SSD VPS . Deploy an Ubuntu virtual server in 55 sec. Sign up for free.

Support Ubuntugeek

Favourite Sites
My Daily Tech Tips
Debian Admin
DebianHelp
Tuxmachines
Unixmen
Recent entries
VirtualBox 4.3.8 released and ubuntu installation instructions included
Ubuntu GNOME 14.04 (Trusty Tahr) Beta 1 has been released
Linux-dash – A low-overhead monitoring web dashboard for a GNU/Linux machine
DDRescue-GUI – A python script to make it easier to use ddrescue
Jeex – Hexadecimal Editor for Linux
Recent comments
Miguel: This is awesome, i will try it for my me
Arik: When trying to get iso file to chrominiu
chris: Very nice! Thank you so much! Installed
latest fashion trends: Thanks for finally writing about > X
Clay: One great feature not mentioned is the a
Popular posts
Speed Up Firefox web browser (240)
iPhone Tethering on Ubuntu 9.10 (Karmic) (175)
How to Install C and C++ Compilers in Ubuntu and testing your first C and C++ Program (159)
Send and Receive Your Hotmail messages through Evolution (157)
How to Install Java Runtime Environment (JRE) in Ubuntu (153)
StatCounter – Free Web Tracker and Counter
© 2005-2013 · All rights reserved. · Ubuntu Geek
AdChoices

相关阅读

VirtualBox 4.2.12安装Ubuntu 13.04 http://www.linuxidc.com/Linux/2013-06/85352.htm

在 Ubuntu 12.10 中使用 Virtualbox 安装 Win7 http://www.linuxidc.com/Linux/2012-11/74195.htm

Ubuntu 12.04.2 安装 VMware-Workstation-9 http://www.linuxidc.com/Linux/2013-03/81078.htm

更多Ubuntu相关信息见Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2


推荐阅读
author-avatar
fly-fox
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有