Virtualbox Repository Added Support For Ubuntu 14.04

Last updated: May 2, 2014

The official Virtualbox repository now is ready for Ubuntu 14.04 LTS, which means you can install the app and receive updates from its repository by installing the regular system updates.

Ubuntu 14.04 Trusty has virtualbox 4.3.10, which is the latest so far, in its universe repository. Here’s how to add the official Virtualbox repository and keep it up-to-date in Ubuntu 14.04.

To add Virtualbox repository, press Ctrl+Alt+T on keyboard to open terminal and then run:

sudo gedit /etc/apt/sources.list

Add the line below into the end and save the file.

deb http://download.virtualbox.org/virtualbox/debian trusty contrib

virtualbox repository ubuntu 14.04

Then run command to download and import the key:

wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -

That’s it. You’re now able to receive updates of vbox via Software Updater:

software updater ubuntu 14.04

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to remind me outdated tutorial! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via [email protected] Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

2 responses to Virtualbox Repository Added Support For Ubuntu 14.04

  1. I am running ubuntu 14.4 kde mint
    and my path looks like this:

    /etc/apt/sources.list.d/
    there are several files ending with .list in this folder.
    Is there a specific name for the .list file for virtualbox?

    thanks in advance

  2. I am getting this error when I run the “wget” command you mentioned above in Ubuntu 14.10
    “gpg: no valid OpenPGP data found.”

    Could you please help me? I have Virtualbox version 4.3.14 installed.