LoginSignup
0
2

More than 5 years have passed since last update.

How to Install VirtualBox 5.2 in the Ubuntu 18.04 LTS

Last updated at Posted at 2018-03-06

1. Add source

# sudo vim /etc/apt/sources.list

...
...
...
### VirtualBox5.2.x.
deb http://download.virtualbox.org/virtualbox/debian bionic contrib
...
...
...
!wq

2. Add Keys

# 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 -

3. Install

# sudo apt-get update
# sudo apt-get install virtualbox-5.2

4. Download and Install VirtualBox 5.2.8 Oracle VM VirtualBox Extension Pack

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2