Oracle VirtualBox is a free and open source hosted hypervisor virtualization, VirtualBox developed by Oracle Corporation, Written in: C, C++, x86 assembly, With this post we will install VirtualBox on ubuntu linux.
Step 1: Adding Repo
To install VirtualBox on ubutnu 16.04, You need to add and update the ubuntu repo by following commands.
sudo -i
add-apt-repository multiverse
apt-get update
Step 2:Install VirtualBox
To install VirtualBox simple use the following commands.
apt-get install virtualbox -y
Conclusion
We have successfully Installed VirtualBox on Ubuntu 16.04 LTS Kindly report in case you are facing defeculties with follwing details.
- OS name
- OS version
- Package name
- Logs – Error / Warning / failed
How to Install VirtualBox on Ubuntu 16.04 LTS