ubuntu:virtual_machine:install_virtualbox
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:virtual_machine:install_virtualbox [2019/12/14 12:14] – created peter | ubuntu:virtual_machine:install_virtualbox [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubuntu - Virtual Machine - Install VirtualBox ====== | ====== Ubuntu - Virtual Machine - Install VirtualBox ====== | ||
+ | |||
+ | VirtualBox is an excellent virtualization tool, specially for desktop operating systems. | ||
+ | |||
+ | ---- | ||
===== Import the GPG keys of the Oracle VirtualBox repository ===== | ===== Import the GPG keys of the Oracle VirtualBox repository ===== | ||
Line 16: | Line 20: | ||
sudo add-apt-repository "deb [arch=amd64] http:// | sudo add-apt-repository "deb [arch=amd64] http:// | ||
</ | </ | ||
+ | |||
+ | <WRAP important> | ||
+ | If you get an error message saying **add-apt-repository command not found** then you need to install the software-properties-common package. | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt install software-properties-common | ||
+ | </ | ||
+ | </ | ||
<WRAP info> | <WRAP info> | ||
Line 25: | Line 37: | ||
---- | ---- | ||
+ | ===== Update the apt package list ===== | ||
- | sudo apt update | + | <code bash> |
+ | sudo apt update | ||
+ | </ | ||
- | sudo apt install software-properties-common | + | ---- |
- | sudo apt update && sudo apt install virtualbox-6.0 | + | ===== Install the latest version of VirtualBox ===== |
- | + | ||
- | sudo apt update | + | |
- | sudo apt upgrade | + | |
+ | <code bash> | ||
sudo apt install virtualbox-6.1 | sudo apt install virtualbox-6.1 | ||
+ | </ | ||
+ | |||
+ | <WRAP tip> | ||
+ | **TIP**: | ||
+ | |||
+ | This would display something like: | ||
+ | <code bash> | ||
+ | virtualbox-5.1 | ||
+ | virtualbox-5.2 | ||
+ | </ | ||
+ | |||
+ | Then select one of them by typing it completely. | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Installing VirtualBox Extension Pack ===== | ||
+ | |||
+ | The VirtualBox Extension Pack provides several useful functionalities for guest machines such as virtual USB 2.0 and 3.0 devices, support for RDP, images encryption and more. | ||
+ | |||
+ | <code bash> | ||
sudo apt install virtualbox-ext-pack | sudo apt install virtualbox-ext-pack | ||
+ | </ | ||
+ | |||
ubuntu/virtual_machine/install_virtualbox.1576325676.txt.gz · Last modified: 2020/07/15 09:30 (external edit)