{"id":2131,"date":"2019-01-26T18:51:35","date_gmt":"2019-01-26T15:51:35","guid":{"rendered":"http:\/\/kifarunix.com\/?p=2131"},"modified":"2024-03-11T22:01:04","modified_gmt":"2024-03-11T19:01:04","slug":"how-to-upgrade-virtualbox-5-2-to-virtualbox-6-0-on-ubuntu-16-04","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/how-to-upgrade-virtualbox-5-2-to-virtualbox-6-0-on-ubuntu-16-04\/","title":{"rendered":"How to Upgrade VirtualBox 5.2 to VirtualBox 6.0 on Ubuntu 16.04"},"content":{"rendered":"\n
In this tutorial, we are going to learn how to Upgrade VirtualBox 5.2 to VIrtualBox 6.0 on Ubuntu 16.04.<\/p>\n\n\n\n
Oracle recently released VirtualBox 6.0. This is the major update of the VirtualBox releases and it comes with a full load of features;<\/p>\n\n\n\n
You can read more about the new features of VirtualBox 6.0 on Oracle VM VirtualBox 6.0 Release Notes<\/a>.<\/p>\n\n\n\n To install the latest version of VirtualBox and to ensure that you can install constant updates of VirtualBox hustle free, you need to install Oracle repositories. Before you can install the repository, import the Oracle VirtualBox repository GPG signing keys.<\/p>\n\n\n\n Once the GPG keys are imported, create Oracle VirtualBox repositories.<\/p>\n\n\n\n The upgrade process basically means removing the old version and installing the new version. Hence, run the command below to remove the old VirtualBox 5.2.<\/p>\n\n\n\n Once the removal of VirtualBox 5.2 is done, reboot your system.<\/p>\n\n\n\n After system reboots, update your system packages.<\/p>\n\n\n\n Once the system update is done, install VirtualBox 6.0 using the package manager.<\/p>\n\n\n\n Launch VirtualBox the normal way you usually do and navigate to the Help > About VirtualBox<\/strong> to check the version. Note that if there were existing VMs, they will still remain intact.<\/p>\n\n\n\n The next thing you need to do is to install the latest VirtualBox extension pack. Hence navigate to VirtualBox downloads page<\/a> and grab it. Download the extension pack of all supported platforms. Instead of saving the pack, just open it with VirtualBox.<\/p>\n\n\n\n If the old version of extension pack is installed, you will be prompted whether to upgrade. And of course, that is what we are doing, Go ahead and upgrade.<\/p>\n\n\n\n Accept the license and proceed to install the extension pack. If all goes well, the extension pack will be installed successfully.<\/p>\n\n\n Hurray!! The upgrade is successful.<\/p>\n\n\n\n Upgrade VirtualBox 6.x to VirtualBox 7.x on Ubuntu\/Debian<\/a><\/p>\n\n\n\n Upgrade VirtualBox 6.0 to 6.1 on Ubuntu Systems<\/a><\/p>\n\n\n\n Install VirtualBox Guest Additions on Ubuntu 20.04<\/a><\/p>\n\n\n\n Install Ubuntu 20.04 on VirtualBox<\/a><\/p>\n\n\n\nUpgrading VirtualBox 5.2 to VirtualBox 6.0 on Ubuntu<\/h2>\n\n\n\n
Install Oracle Repositories<\/h3>\n\n\n\n
wget -q https:\/\/www.virtualbox.org\/download\/oracle_vbox_2016.asc -O- | sudo apt-key add -\nwget -q https:\/\/www.virtualbox.org\/download\/oracle_vbox.asc -O- | sudo apt-key add -<\/code><\/pre>\n\n\n\n
echo \"deb http:\/\/download.virtualbox.org\/virtualbox\/debian $(lsb_release -sc) contrib\" | sudo tee \/etc\/apt\/sources.list.d\/virtualbox.list\ndeb http:\/\/download.virtualbox.org\/virtualbox\/debian xenial contrib<\/code><\/pre>\n\n\n\n
Upgrade VirtualBox 5.2 to VirtualBox 6.0<\/h3>\n\n\n\n
sudo apt remove --purge virtualbox virtualbox-*<\/code><\/pre>\n\n\n\n
apt autoremove<\/code><\/pre>\n\n\n\n
systemctl reboot<\/code><\/pre>\n\n\n\n
sudo apt update<\/code><\/pre>\n\n\n\n
sudo apt install virtualbox-6.0<\/code><\/pre>\n\n\n\n
<\/a><\/figure>\n\n\n\n
<\/a><\/figure>\n\n\n\n
<\/a><\/figure><\/div>\n\n\n
Related Tutorials<\/h3>\n\n\n\n