VirtualBox

Changes between Version 379 and Version 380 of Linux_Downloads


Ignore:
Timestamp:
Jun 27, 2022 8:20:59 PM (22 months ago)
Author:
Klaus Espenlaub
Comment:

new style Debian key handling

Legend:

Unmodified
Added
Removed
Modified
  • Linux_Downloads

    v379 v380  
    2020
    2121=== Debian-based Linux distributions ===
    22 Add the following line to your {{{/etc/apt/sources.list}}}. According to your distribution, replace '`<mydist>`' with '`eoan`', '`bionic`', '`xenial`', '`buster`', '`stretch`', or '`jessie`' (older versions of !VirtualBox supported different distributions):
     22Add the following line to your {{{/etc/apt/sources.list}}}. For Debian 11 and older, replace '`<mydist>`' with '`bullseye`', '`buster`', or '`stretch`'. For Ubuntu 22.04 and older, 'replace '`<mydist>`' with '`jammy`', '`eoan`', '`bionic`', '`xenial`',
    2323{{{
    24 deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian <mydist> contrib
     24deb [arch=amd64 signed-by=/usr/share/keyrings/oracle-virtualbox-2016.gpg] https://download.virtualbox.org/virtualbox/debian <mydist> contrib
    2525}}}
    2626
    27 The Oracle public key for apt-secure can be downloaded
    28  * [https://www.virtualbox.org/download/oracle_vbox_2016.asc here] for '''Debian 8''' ("Jessie") / '''Ubuntu 16.04''' ("Xenial") and later
    29  * [https://www.virtualbox.org/download/oracle_vbox.asc here] for older distributions.
    30 You can add these keys with
     27The Oracle public key for verifying the signatures can be downloaded [https://www.virtualbox.org/download/oracle_vbox_2016.asc here]. You can add these keys with
    3128{{{
    32 sudo apt-key add oracle_vbox_2016.asc
    33 sudo apt-key add oracle_vbox.asc
     29sudo gpg --dearmor oracle_vbox_2016.asc --yes --output /usr/share/keyrings/oracle-virtualbox-2016.gpg
    3430}}}
    3531or combine downloading and registering:
    3632{{{
    37 wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
    38 wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
     33wget -O- https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo gpg --dearmor --yes --output /usr/share/keyrings/oracle-virtualbox-2016.gpg
    3934}}}
    4035The key fingerprint for oracle_vbox_2016.asc is
     
    4338Oracle Corporation (VirtualBox archive signing key) <info@virtualbox.org>
    4439}}}
    45 The key fingerprint for oracle_vbox.asc is
    46 {{{
    47 7B0F AB3A 13B9 0743 5925  D9C9 5442 2A4B 98AB 5139
    48 Oracle Corporation (VirtualBox archive signing key) <info@virtualbox.org>
    49 }}}
    50 
    51 ''(As of !VirtualBox 3.2, the signing key was changed. The old Sun public key for apt-secure can be downloaded [https://download.virtualbox.org/virtualbox/debian/sun_vbox.asc here].)''
    5240
    5341To install !VirtualBox, do
     
    6755# apt-get update
    6856}}}
     57
     58You can remove the Oracle keys from the default keyring with:
     59{{{
     60sudo apt-key remove 5CDFA2F683C52980AECF
     61sudo apt-key remove D9C954422A4B98AB5139
     62}}}
     63
     64''(As of !VirtualBox 3.2, the signing key was changed. The old Sun public key for apt-secure can be downloaded [https://download.virtualbox.org/virtualbox/debian/sun_vbox.asc here]. Likewise, the Oracle public key for distributions older than Debian 8 and Ubuntu 16.04 can be downloaded [https://www.virtualbox.org/download/oracle_vbox.asc here].)''
    6965
    7066

© 2023 Oracle
ContactPrivacy policyTerms of Use