Introduction
VirtualBox is a powerful free tool offered by Oracle for running an operating system on your computer virtually. In this tutorial lets learn how to install VirtualBox on Ubuntu.
Installation
1. Open a terminal or press Ctrl + Alt +T
2. Enter the following command to all the packages or dependencies.
sudo apt-get update ( make sure to give the root password)
3. Run the following command to download and install Virtualbox
sudo apt-get install vrtualbox virtualbox-ext-pack
That's all! VirtualBox has been successfully installed on your Ubuntu machine, and you can start using it.

Comments
Post a Comment