How to Install VirtualBox on Ubuntu Linux

Published: 13 October 2024
on channel: Techy Druid
448
14

In this video, we’ll show you how to install VirtualBox on Ubuntu Linux, using the latest version available. VirtualBox is a powerful, open-source virtualization tool that allows you to run multiple operating systems on a single machine. Whether you’re a developer, a tester, or just want to try out different operating systems, VirtualBox is a must-have for Linux users.

VirtualBox: https://www.virtualbox.org/wiki/Downl...


--------- Install VirtualBox ------------

wget q https://www.virtualbox.org/download/o... -O | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/virtualbox.gpg

echo "deb [arch=amd64] http://download.virtualbox.org/virtua... $(lsb_release -cs) contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list

sudo apt update

sudo apt install virtualbox-x.x


------ Uninstall VirtualBox --------

sudo apt remove virtualbox-x.x

sudo apt purge virtualbox-x.x

sudo apt autoremove

sudo rm /etc/apt/sources.list.d/virtualbox.list


Note: x.x is the VirtualBox version number.


Watch video How to Install VirtualBox on Ubuntu Linux online without registration, duration hours minute second in high quality. This video was added by user Techy Druid 13 October 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 448 once and liked it 14 people.