Ubuntu 14.04 安装virtualbox
程序员文章站
2022-05-09 21:53:27
...
Add the following line to your /etc/apt/sources.list:
deb http://download.virtualbox.org/virtualbox/debian trusty
contrib
According to your distribution, replace 'yakkety' by 'xenial', 'vivid', 'utopic', 'trusty', 'raring', 'quantal', 'precise', 'lucid', 'jessie', 'wheezy', or 'squeeze'.
(Up to version 3.2 the packages were located in the non-free section. Starting with version 4.0 they are located in the contrib section.)
The Oracle public key for apt-secure can be downloaded
here for Debian 8 ("Jessie") / Ubuntu 16.04 ("Xenial") and later
here for older distributions.
You can add these keys with
sudo apt-key add oracle_vbox_2016.asc
sudo apt-key add oracle_vbox.asc
or combine downloading and registering:
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
To install VirtualBox, do
sudo apt-get update
sudo apt-get install virtualbox-5.1
推荐阅读
-
ubuntu 安装精简桌面
-
[视频教程] ubuntu系统下以守护进程方式安装使用Redis
-
ubuntu 安装FoxitReader福昕阅读器(转载)
-
ASP.NET Core部署前期准备 使用Hyper-V安装Ubuntu Server 16.10
-
Sun Virtualbox虚拟机安装图文教程
-
VirtualBox mac版xp虚拟机安装增强功能工具包教程(图文)
-
Ubuntu Server 16.04下mysql8.0安装配置图文教程
-
Ubuntu 远程登陆服务器 ssh的安装和配置详解
-
Ubuntu1604生产环境下编译安装mariadb10.2.26
-
Ubuntu下安装Docker教程