

The SHA256 checksums should be favored as the MD5 algorithm must be treated as insecure! You might want to compare the checksums to verify the integrity of downloaded packages. All distributions (built on EL6 and therefore not requiring recent system libraries).Oracle Linux 7 / Red Hat Enterprise Linux 7 / CentOS 7.Oracle Linux 8 / Red Hat Enterprise Linux 8.Oracle Linux 9 / Red Hat Enterprise Linux 9.Please choose the appropriate package for your Linux distribution. The VirtualBox base package binaries are released under the terms of the GPL version 2. To install VirtualBox anyway you need to setup a 64-bit chroot environment. Debian/Lenny ships an AMD64 kernel with 32-bit packages) are not supported. 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.Note: The package architecture has to match the Linux kernel architecture, that is, if you are running a 64-bit kernel, install the appropriate AMD64 package (it does not matter if you have an Intel or an AMD CPU). Update the packages list and install the latest version of VirtualBox: sudo apt update sudo apt install virtualbox-6.1 $(lsb_release -cs) prints the Ubuntu codename. To your system: echo "deb $(lsb_release -cs) contrib" | \ sudo tee -a /etc/apt//virtualbox.list Import the Oracle public keys using the following commands: wget -q -O- | sudo apt-key add - wget -q -O- | sudo apt-key add -īoth commands should output OK, which means that the keys are successfully imported, and packages from this repository will be considered trusted. To install VirtualBox from the Oracle repositories, follow these steps: Installing VirtualBox from Oracle repositories #Īt the time of writing this article, the latest version of VirtualBox is version 6.1.x. That’s it! You have successfully installed VirtualBox on your Ubuntu machine, and you can start using it.

To update the package index and install VirtualBox and Extension Pack: sudo apt update sudo apt install virtualbox virtualbox-ext-pack Run the following commands as root or user with sudo privileges Installing VirtualBox from the Ubuntu repositories is a straightforward process. Installing VirtualBox from Ubuntu repositories # Oracle repositories always contain the latest released version. The VirtualBox package that is available in the Ubuntu multiverse repository may not be the most recent version. In this tutorial, we will show you two ways to install VirtualBox on Ubuntu 20.04: How to Install VirtualBox on Ubuntu 20.04
