VirtualBox

Changes between Version 58 and Version 59 of Linux_Downloads


Ignore:
Timestamp:
Oct 6, 2009 2:17:30 PM (15 years ago)
Author:
Frank Mehnert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Linux_Downloads

    v58 v59  
    2626 * All distributions [http://download.virtualbox.org/virtualbox/3.0.8/VirtualBox-3.0.8-53138-Linux_x86.run i386] | [http://download.virtualbox.org/virtualbox/3.0.8/VirtualBox-3.0.8-53138-Linux_amd64.run AMD64]
    2727
     28You might want to compare the [http://download.virtualbox.org/virtualbox/3.0.8/MD5SUMS MD5 sum] to verify the integrity of downloaded packages.
    2829
    29  * Debian-based Linux distributions: Add one of the following lines according to your distribution to your {{{/etc/apt/sources.list}}}:
    30   {{{
     30=== Debian-based Linux distributions ===
     31Add one of the following lines according to your distribution to your {{{/etc/apt/sources.list}}}:
     32{{{
    3133deb http://download.virtualbox.org/virtualbox/debian jaunty non-free
    3234deb http://download.virtualbox.org/virtualbox/debian intrepid non-free
     
    3840deb http://download.virtualbox.org/virtualbox/debian sarge non-free
    3941deb http://download.virtualbox.org/virtualbox/debian xandros4.0-xn non-free
    40   }}}
    41   The Sun public key for apt-secure can be downloaded [http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc here]. You can add this key with
    42   {{{
     42}}}
     43The Sun public key for apt-secure can be downloaded [http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc here]. You can add this key with
     44{{{
    4345sudo apt-key add sun_vbox.asc
    44   }}}
    45   or combine downloading and registering:
    46   {{{
     46}}}
     47or combine downloading and registering:
     48{{{
    4749wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -
    48   }}}
    49   The key fingerprint is
    50   {{{
     50}}}
     51The key fingerprint is
     52{{{
    5153AF45 1228 01DA D613 29EF  9570 DCF9 F87B 6DFB CBAE
    5254Sun Microsystems, Inc. (xVM VirtualBox archive signing key) <info@virtualbox.org>
    53   }}}
    54   To install !VirtualBox, do
     55}}}
     56To install !VirtualBox, do
    5557{{{
    5658apt-get install virtualbox-3.0
    5759}}}
    58   Replace `virtualbox-3.0`
    59   * by `virtualbox` to install !VirtualBox 1.6.6
    60   * by `virtualbox-2.0` to install !VirtualBox 2.0.10
    61   * by `virtualbox-2.1` to install !VirtualBox 2.1.4
    62   * by `virtualbox-2.2` to install !VirtualBox 2.2.4
    63  '''Note:''' Ubuntu users might want to install the '''`dkms`''' package (not available on Debian) to ensure that the !VirtualBox host kernel modules (''vboxdrv'', ''vboxnetflt'' and ''vboxnetadp'') are properly updated if the linux kernel version changes during the next `apt-get upgrade`.
     60Replace `virtualbox-3.0`
     61 * by `virtualbox` to install !VirtualBox 1.6.6
     62 * by `virtualbox-2.0` to install !VirtualBox 2.0.12
     63 * by `virtualbox-2.1` to install !VirtualBox 2.1.4
     64 * by `virtualbox-2.2` to install !VirtualBox 2.2.4
     65'''Note:''' Ubuntu users might want to install the '''`dkms`''' package (not available on Debian) to ensure that the !VirtualBox host kernel modules (''vboxdrv'', ''vboxnetflt'' and ''vboxnetadp'') are properly updated if the linux kernel version changes during the next `apt-get upgrade`.
    6466
    65 You might want to compare the [http://download.virtualbox.org/virtualbox/3.0.8/MD5SUMS MD5 sum] to verify the integrity of downloaded packages.
     67=== RPM-based Linux distributions ===
     68
     69Starting with !VirtualBox 3.0.8 we provide a yum-style repository for Fedora/RHEL/openSUSE. Furthemore, all .rpm packages are signed. The Sun public key for apt-secure can be downloaded [http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc here]. You can add this key with
     70{{{
     71sudo rpm --import sun_vbox.asc
     72}}}
     73or combine downloading and registering:
     74{{{
     75wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | rpm --import -
     76}}}
     77The key fingerprint is
     78{{{
     79AF45 1228 01DA D613 29EF  9570 DCF9 F87B 6DFB CBAE
     80Sun Microsystems, Inc. (xVM VirtualBox archive signing key) <info@virtualbox.org>
     81}}}
     82After importing the public key, the package integration can be checked with
     83{{{
     84rpm --checksig PACKAGE_NAME
     85}}}
     86
     87 * Users of Fedora can add [http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo the Fedora repo file] to ''/etc/yum.repos.d/''.
     88 * Users of RHEL can add [http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo the RHEL repo file] to ''/etc/yum.repos.d/''.
     89 * Users of openSUSE can add the proper repo file for [http://download.virtualbox.org/virtualbox/rpm/opensuse/10.3/virtualbox.repo 10.3], [http://download.virtualbox.org/virtualbox/rpm/opensuse/10.3/virtualbox.repo 11.0] or [http://download.virtualbox.org/virtualbox/rpm/opensuse/10.3/virtualbox.repo 11.1] to ''/etc/zypp/repos.d/''.
     90'''Note:''' Fedora/Mandriva users 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 `apt-get upgrade`.

© 2023 Oracle
ContactPrivacy policyTerms of Use