How to Install Virtualbox 4.2.14 on Ubuntu 13.04, 12.10, 12.04, Linux Mint 15, 14, 13 And Debian Wheezy & Squeeze

Hello Linux Geeksters. In this article I will show you how to install Virtualbox 4.2.14 on Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Debian Wheezy and Debian Squeeze.

Watch Free Movies

As you may know, Virtualbox is a popular virtualization software, working on Linux, Windows and Mac. The latest Virtualbox available is Virtualbox 4.2.14, and it is not available in any ppa yet.

how to install Virtualbox 4.2.14 on Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Linux Mint 15 Olivia, Linux Mint 14 Nadia and Linux Mint 13 Maya, Debian Wheezy and Debian Squeeze.

How to install Virtualbox 4.2.14 on Ubuntu 13.04 Raring Ringtail And Linux Mint 15 Olivia:

For 32 bit systems:

$ wget -c download.virtualbox.org/virtualbox/4.2.14/virtualbox-4.2_4.2.14-86644~Ubuntu~raring_i386.deb
$ sudo dpkg -i virtualbox-4.2_4.2.14-86644~Ubuntu~raring_i386.deb
$ sudo apt-get install -f

For 64 bit systems:

$ wget -c download.virtualbox.org/virtualbox/4.2.14/virtualbox-4.2_4.2.14-86644~Ubuntu~raring_amd64.deb
$ sudo dpkg -i virtualbox-4.2_4.2.14-86644~Ubuntu~raring_amd64.deb
$ sudo apt-get install -f

How to install Virtualbox 4.2.14 on Ubuntu 12.10 Quantal Quetzal And Linux Mint 14 Nadia:

For 32 bit systems:

$ wget -c download.virtualbox.org/virtualbox/4.2.14/virtualbox-4.2_4.2.14-86644~Ubuntu~quantal_i386.deb
$ sudo dpkg -i virtualbox-4.2_4.2.14-86644~Ubuntu~quantal_i386.deb
$ sudo apt-get install -f

For 64 bit systems:

$ wget -c download.virtualbox.org/virtualbox/4.2.14/virtualbox-4.2_4.2.14-86644~Ubuntu~quantal_amd64.deb
$ sudo dpkg -i virtualbox-4.2_4.2.14-86644~Ubuntu~quantal_amd64.deb
$ sudo apt-get install -f

How to install Virtualbox 4.2.14 on Ubuntu 12.04 Precise Pangolin And Linux Mint 13 Maya:

For 32 bit systems:

$ wget -c download.virtualbox.org/virtualbox/4.2.14/virtualbox-4.2_4.2.14-86644~Ubuntu~precise_i386.deb
$ sudo dpkg -i virtualbox-4.2_4.2.14-86644~Ubuntu~precise_i386.deb
$ sudo apt-get install -f

For 64 bit systems:

$ wget -c download.virtualbox.org/virtualbox/4.2.14/virtualbox-4.2_4.2.14-86644~Ubuntu~precise_amd64.deb
$ sudo dpkg -i virtualbox-4.2_4.2.14-86644~Ubuntu~precise_amd64.deb
$ sudo apt-get install -f

How to install Virtualbox 4.2.14 on Debian Wheezy:

For 32 bit systems:

$ wget -c download.virtualbox.org/virtualbox/4.2.14/virtualbox-4.2_4.2.14-86644~Debian~wheezy_i386.deb
$ sudo dpkg -i virtualbox-4.2_4.2.14-86644~Debian~wheezy_i386.deb
$ sudo apt-get install -f

For 64 bit systems:

$ wget -c download.virtualbox.org/virtualbox/4.2.14/virtualbox-4.2_4.2.14-86644~Debian~wheezy_amd64.deb
$ sudo dpkg -i virtualbox-4.2_4.2.14-86644~Debian~wheezy_amd64.deb
$ sudo apt-get install -f

How to install Virtualbox 4.2.14 on Debian Squeeze:

For 32 bit systems:

$ wget -c download.virtualbox.org/virtualbox/4.2.14/virtualbox-4.2_4.2.14-86644~Debian~squeeze_i386.deb
$ sudo dpkg -i virtualbox-4.2_4.2.14-86644~Debian~squeeze_i386.deb
$ sudo apt-get install -f

For 64 bit systems:

$ wget -c download.virtualbox.org/virtualbox/4.2.14/virtualbox-4.2_4.2.14-86644~Debian~squeeze_amd64.deb
$ sudo dpkg -i virtualbox-4.2_4.2.14-86644~Debian~squeeze_amd64.deb
$ sudo apt-get install -f

Scroll to Top