Oracle released VirtualBox 4.0.8, a maintenance release of VirtualBox 4.0. It improves stability and fixes regressions. Important bugs were fixed in this release, for 3D support: fixed GNOME 3 rendering under Ubuntu 11.04 and Fedora 15, Mac OS X hosts: fixed incompatibility with recent Mac OS X versions in 64-bit mode, for more information check the changelog.
Installation:
For Ubuntu and LinuxMint, open terminal and enter the following commands
sudo -v<br />echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" | sudo tee -a /etc/apt/sources.list<br />wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -<br />sudo apt-get update<br />sudo apt-get install virtualbox-4.0
- If you don`t want to install virtualbox from repository download the following .deb packages from this Link.
– For Other Linux distribution, download the packages from this Link.
For installation of extension pack, please check our previous post.