Installing VirtualBox 7 in ubuntu 22
Jan 29, 2024
Let us install the Virtual machine 7.0 in Ubuntu 22 by following the below steps.
1. Create the repository for VirtualBox 7.0 with the below command in the terminal
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/oracle-virtualbox-2016.gpg] https://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list
2. Download and Register the Oracle public key for verifying the signatures
wget -O- https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo gpg --yes --output /usr/share/keyrings/oracle-virtualbox-2016.gpg --dearmor
3. To install VirtualBox, do
sudo apt-get update
sudo apt-get install virtualbox-7.0
Refrence:
1. https://www.virtualbox.org/wiki/Linux_Downloads