Starting with VirtualBox 3.0.10 we provide a yum-style repository for Fedora/RHEL/openSUSE. Furthemore, all .rpm packages are signed. The Sun public key for rpm can be downloaded
here You can add this key (not necessary for yum users, see below!) with
Code:
sudo rpm --import sun_vbox.asc
or combine downloading and registering:
Code:
wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | rpm --import -
The key fingerprint is
Code:
AF45 1228 01DA D613 29EF 9570 DCF9 F87B 6DFB CBAE
Sun Microsystems, Inc. (xVM VirtualBox archive signing key) <info@virtualbox.org>
After importing the public key, the package signature can be checked with
Code:
rpm --checksig PACKAGE_NAME
Note that importing the key is not necessary for yum users (Fedora/RHEL/CentOS) when using one of the virtualbox.repo files from below as yum downloads and imports the public key automatically''
The package signature is checked by yum/zypper as well:
Users of Fedora can add
the Fedora repo File to /etc/yum.repos.d/ (11.92 aka rawhide is currently a link to 12).
Note: Users of Fedora/Mandriva might want to install the dkms package (not available on openSUSE) to ensure that the VirtualBox host kernel modules (vboxdrv, vboxnetflt and vboxnetadp) are properly updated if the linux kernel version changes during the next kernel update.
http://www.virtualbox.org/wiki/Linux_Downloads