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, duration hours minute second in high quality that is uploaded to the channel Techy Druid 13 October 2024. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 448 times and liked it 14 visitors.