User Tools

Site Tools


install_virtualbox

This is an old revision of the document!


1. Open up a terminal and import the public key of the Oracle VirtualBox repository to your system.

wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -

2. Add the VirtualBox repository using the following command.

echo "deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian bionic contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list

3. Update the repository index database.

sudo apt-get update

4, Install the VirtualBox using the apt command.

<code>sudo apt-get install -y virtualbox-6.0 <code>

install_virtualbox.1573406272.txt.gz · Last modified: 2024/03/12 21:24 (external edit)