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.
Adding RepoTo 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
Install VirtualBox
To install VirtualBox simple use the following commands.
apt-get install virtualbox -y
No comments:
Post a Comment