Zum Inhalt springen

VirtualBox/Installation/Windows: Unterschied zwischen den Versionen

Aus Foxwiki
Zeile 5: Zeile 5:




== Download VirtualBox for Linux Hosts ==
== Download ==
; Download VirtualBox for Linux Hosts
; Note
; Note
:; The package architecture has to match the Linux kernel architecture, that is, if you are running a 64-bit kernel, install the appropriate AMD64 package (it does not matter if you have an Intel or an AMD CPU). Mixed installations (e.g. Debian/Lenny ships an AMD64 kernel with 32-bit packages) are not supported. To install VirtualBox anyway you need to setup a 64-bit chroot environment.
: The package architecture has to match the Linux kernel architecture, that is, if you are running a 64-bit kernel, install the appropriate AMD64 package (it does not matter if you have an Intel or an AMD CPU). Mixed installations (e.g. Debian/Lenny ships an AMD64 kernel with 32-bit packages) are not supported. To install VirtualBox anyway you need to setup a 64-bit chroot environment.


; GPL version 3
; GPL version 3
Zeile 32: Zeile 33:
  SHA256 checksums MD5 checksums
  SHA256 checksums MD5 checksums


=== Oracle Linux ===
=== Debian ===
Users of Oracle Linux 7, 8 and 9 can use the Oracle Linux yum ​repository and enable the ​ol7_developer channel for Oracle Linux 7, the ​ol8_developer channel for Oracle Linux 8, or the ​ol9_developer channel for Oracle Linux 9.
; Debian-based Linux distributions
 
This can be done with
yum install oraclelinux-developer-release-*
After that, do
yum install VirtualBox-7.0
to get the latest maintenance release of VirtualBox 7.0.x installed.
 
=== Debian-based Linux distributions ===
Add the following line to your <code>/etc/apt/sources.list</code>. For Debian 11 and older, replace '<code><mydist></code>' with '<code>bullseye</code>', '<code>buster</code>', or '<code>stretch</code>'. For Ubuntu 22.04 and older, 'replace '<code><mydist></code>' with '<code>jammy</code>', '<code>eoan</code>', '<code>bionic</code>', '<code>xenial</code>',
Add the following line to your <code>/etc/apt/sources.list</code>. For Debian 11 and older, replace '<code><mydist></code>' with '<code>bullseye</code>', '<code>buster</code>', or '<code>stretch</code>'. For Ubuntu 22.04 and older, 'replace '<code><mydist></code>' with '<code>jammy</code>', '<code>eoan</code>', '<code>bionic</code>', '<code>xenial</code>',
  deb [arch=amd64 signed-by=/usr/share/keyrings/oracle-virtualbox-2016.gpg] <nowiki>https://download.virtualbox.org/virtualbox/debian</nowiki> <mydist> contrib
  deb [arch=amd64 signed-by=/usr/share/keyrings/oracle-virtualbox-2016.gpg] <nowiki>https://download.virtualbox.org/virtualbox/debian</nowiki> <mydist> contrib
The Oracle public key for verifying the signatures can be downloaded here. You can add these keys with
The Oracle public key for verifying the signatures can be downloaded here. You can add these keys with
  sudo gpg --yes --output /usr/share/keyrings/oracle-virtualbox-2016.gpg --dearmor oracle_vbox_2016.asc
  sudo gpg --yes --output /usr/share/keyrings/oracle-virtualbox-2016.gpg --dearmor oracle_vbox_2016.asc
or combine downloading and registering:
or combine downloading and registering:
  wget -O- <nowiki>https://www.virtualbox.org/download/oracle_vbox_2016.asc</nowiki> | sudo gpg --yes --output /usr/share/keyrings/oracle-virtualbox-2016.gpg --dearmor
  wget -O- <nowiki>https://www.virtualbox.org/download/oracle_vbox_2016.asc</nowiki> | sudo gpg --yes --output /usr/share/keyrings/oracle-virtualbox-2016.gpg --dearmor
The key fingerprint for oracle_vbox_2016.asc is
The key fingerprint for oracle_vbox_2016.asc is
  B9F8 D658 297A F3EF C18D  5CDF A2F6 83C5 2980 AECF
  B9F8 D658 297A F3EF C18D  5CDF A2F6 83C5 2980 AECF
  Oracle Corporation (VirtualBox archive signing key) <info@virtualbox.org>
  Oracle Corporation (VirtualBox archive signing key) <info@virtualbox.org>
To install VirtualBox, do
To install VirtualBox, do
  sudo apt-get update
  sudo apt-get update
  sudo apt-get install virtualbox-7.1
  sudo apt-get install virtualbox-7.1
Replace <code>virtualbox-7.1</code> by <code>virtualbox-7.0</code> to install the latest VirtualBox 7.0 build.
Replace <code>virtualbox-7.1</code> by <code>virtualbox-7.0</code> to install the latest VirtualBox 7.0 build.


Zeile 63: Zeile 60:
  # apt-get clean
  # apt-get clean
  # apt-get update
  # apt-get update
If you previously added the Oracle key(s) to your default keyring (now considered insecure), remove them again with:
If you previously added the Oracle key(s) to your default keyring (now considered insecure), remove them again with:
  sudo apt-key remove 5CDFA2F683C52980AECF
  sudo apt-key remove 5CDFA2F683C52980AECF

Version vom 2. Mai 2025, 13:59 Uhr

Installation

 sudo apt install virtualbox


Download

Download VirtualBox for Linux Hosts
Note
The package architecture has to match the Linux kernel architecture, that is, if you are running a 64-bit kernel, install the appropriate AMD64 package (it does not matter if you have an Intel or an AMD CPU). Mixed installations (e.g. Debian/Lenny ships an AMD64 kernel with 32-bit packages) are not supported. To install VirtualBox anyway you need to setup a 64-bit chroot environment.
GPL version 3

The VirtualBox base package binaries are released under the terms of the GPL version 3.

Install

Choose the appropriate package for your Linux distribution

VirtualBox 7.1.4 for Linux
  • Oracle Linux 9 / Red Hat Enterprise Linux 9
  • Oracle Linux 8 / Red Hat Enterprise Linux 8
  • Ubuntu 24.10
  • Ubuntu 24.04
  • Ubuntu 22.04
  • Ubuntu 20.04
  • Debian 12
  • Debian 11
  • openSUSE 15.3 / 15.4 / 15.5 / 15.6
  • Fedora 40 / 41
  • Fedora 36 / 37 / 38 / 39
  • All distributions (built on EL6 and therefore not requiring recent system libraries)

You might want to compare the checksums to verify the integrity of downloaded packages. The SHA256 checksums should be favored as the MD5 algorithm must be treated as insecure!

SHA256 checksums MD5 checksums

Debian

Debian-based Linux distributions

Add 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',

deb [arch=amd64 signed-by=/usr/share/keyrings/oracle-virtualbox-2016.gpg] https://download.virtualbox.org/virtualbox/debian <mydist> contrib

The Oracle public key for verifying the signatures can be downloaded here. You can add these keys with

sudo gpg --yes --output /usr/share/keyrings/oracle-virtualbox-2016.gpg --dearmor oracle_vbox_2016.asc

or combine downloading and registering:

wget -O- https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo gpg --yes --output /usr/share/keyrings/oracle-virtualbox-2016.gpg --dearmor

The key fingerprint for oracle_vbox_2016.asc is

B9F8 D658 297A F3EF C18D  5CDF A2F6 83C5 2980 AECF
Oracle Corporation (VirtualBox archive signing key) <info@virtualbox.org>

To install VirtualBox, do

sudo apt-get update
sudo apt-get install virtualbox-7.1

Replace virtualbox-7.1 by virtualbox-7.0 to install the latest VirtualBox 7.0 build.

What to do when experiencing The following signatures were invalid: BADSIG ... when refreshing the packages from the repository?

# sudo -s -H
# apt-get clean
# rm /var/lib/apt/lists/*
# rm /var/lib/apt/lists/partial/*
# apt-get clean
# apt-get update

If you previously added the Oracle key(s) to your default keyring (now considered insecure), remove them again with:

sudo apt-key remove 5CDFA2F683C52980AECF
sudo apt-key remove D9C954422A4B98AB5139

(As of VirtualBox 3.2, the signing key was changed. The old Sun public key for apt-secure can be downloaded ​here. Likewise, the Oracle public key for distributions older than Debian 8 and Ubuntu 16.04 can be downloaded here.)

RPM-based Linux distributions

We provide a yum/dnf-style repository for Oracle Linux/Fedora/RHEL/openSUSE. All .rpm packages are signed. The Oracle public key for rpm can be downloaded here. You can add this key (not normally necessary, see below!) with

sudo rpm --import oracle_vbox_2016.asc

or combine downloading and registering:

wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | rpm --import -

The key fingerprint is

B9F8 D658 297A F3EF C18D  5CDF A2F6 83C5 2980 AECF
Oracle Corporation (VirtualBox archive signing key) <info@virtualbox.org>

After importing the public key, the package signature can be checked with

rpm --checksig PACKAGE_NAME

Note that importing the key is not necessary for yum users (Oracle Linux/Fedora/RHEL/CentOS) when using one of the virtualbox.repo files from below as yum downloads and imports the public key automatically! Zypper users should run

zypper refresh

(As of VirtualBox 6.1.44/7.0.8, the same signing key as for Debian packages since 2016 is used. The Oracle public key for older rpm packages and not updated repositories can be downloaded here.)

The package signature is checked by yum/dnf/zypper as well:

  • Users of Oracle Linux / RHEL can add ​the Oracle Linux repo file to /etc/yum.repos.d/.
  • Users of Fedora can add ​the Fedora repo file to /etc/yum.repos.d/.
  • Users of openSUSE can add ​the openSUSE repo file to /etc/zypp/repos.d/.