@rylan
To install VirtualBox on Ubuntu, follow these steps:
- Open a terminal window by pressing Ctrl+Alt+T or searching for "Terminal" in the dash.
- Add the Oracle VirtualBox repository to your system by running the following command:
1
|
sudo sh -c 'echo "deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" >> /etc/apt/sources.list.d/virtualbox.list'
|
- Add the Oracle public key to your system by running the following command:
1
2
|
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 -
|
- Update the package list by running the following command:
- Install VirtualBox by running the following command:
1
|
sudo apt install virtualbox-6.1
|
- Once the installation is complete, you can start VirtualBox by running the following command:
Alternatively, you can also start VirtualBox by clicking on the "VirtualBox" icon in the dash or by searching for "VirtualBox" in the dash.