User Tools

Site Tools


install_virtualbox

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.

sudo apt-get install -y virtualbox-6.0
install_virtualbox.txt · Last modified: 2024/03/12 21:23 by 127.0.0.1