3rd Party Repository: Virtualbox.org contrib
This repository is available for: Natty Oneiric Precise Quantal Raring
| Title: | Virtualbox 4 |
| Description: | The binaries in this repository are all released under the VirtualBox Personal Use and Evaluation License (PUEL). By downloading, you agree to the terms and conditions of that license. |
| Daily Build: | no |
Setup key with:
wget -q -O - http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc | sudo apt-key add -
Setup repository with:
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian raring non-free contrib" >> /etc/apt/sources.list.d/virtualbox.org.list'
Links
| PPA History | All Versions of "virtualbox-4.1" |
Most recent updates in Virtualbox.org contrib PPA (Raring)
| Date | Package | Version |
|---|---|---|
| 2013-04-24 06:59:08 UTC | virtualbox-4.2 | 4.2.12-84980~Ubuntu~raring |
Virtualbox-4.1 Versions in Virtualbox.org contrib PPA
UbuntuUpdates arbitrarily picked virtualbox-4.1 as the main package of this PPA.
| Package | Release | Latest Version | Latest Update |
|---|---|---|---|
| virtualbox-4.1 | quantal | 4.1.26-84997~Ubuntu~quantal | 2013-04-13 07:09:16 UTC |
| virtualbox-4.1 | precise | 4.1.26-84997~Ubuntu~precise | 2013-04-13 07:09:16 UTC |
| virtualbox-4.1 | oneiric | 4.1.26-84997~Ubuntu~oneiric | 2013-04-13 07:09:16 UTC |
| virtualbox-4.1 | natty | 4.1.26-84997~Ubuntu~natty | 2013-04-13 07:09:15 UTC |
Packages in PPA for Raring
See packages for selected release: Natty Oneiric Precise Quantal Raring
Deleted packages are displayed in grey.
Head packages
| virtualbox-4.2 |

Older Comments
hi, the KEY is not supposed te be named sun
this is the actual key
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
The key fingerprint is
7B0F AB3A 13B9 0743 5925 D9C9 5442 2A4B 98AB 5139
Oracle Corporation (VirtualBox archive signing key)
thank you !
have fun.
Not only path to key are wrong but path to packages as well.
1. wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
2. sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian maverick non-free contrib" >> /etc/apt/sources.list'