Oracle virtualbox 64 bit linux

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.

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

Please choose the appropriate package for your Linux distribution.

VirtualBox 7.0.8 for Linux

  • ​ Oracle Linux 9 / Red Hat Enterprise Linux 9
  • ​ Oracle Linux 8 / Red Hat Enterprise Linux 8
  • ​ Oracle Linux 7 / Red Hat Enterprise Linux 7 / CentOS 7
  • ​ Ubuntu 22.04
  • ​ Ubuntu 20.04
  • ​ Ubuntu 18.04 / 18.10 / 19.04
  • ​ Debian 11
  • ​ Debian 10
  • ​ openSUSE 15.3 / 15.4
  • ​ Fedora 36
  • ​ Fedora 35
  • ​ All distributions (built on EL6 and therefore not requiring recent system libraries)

Oracle Linux

Users of Oracle Linux 6, 7 and 8 can use the Oracle Linux yum ​ repository and enable the ​ ol6_developer channel for Oracle Linux 6, the ​ ol7_developer channel for Oracle Linux 7, or the ​ ol8_developer channel for Oracle Linux 8. After that, do

to get the latest maintenance release of VirtualBox 6.1.x installed.

Читайте также:  Linux вход на сервер

Debian-based Linux distributions

Add the following line to your /etc/apt/sources.list . For Debian 11 and older, replace ‘ ‘ with ‘ bullseye ‘, ‘ buster ‘, or ‘ stretch ‘. For Ubuntu 22.04 and older, ‘replace ‘ ‘ with ‘ jammy ‘, ‘ eoan ‘, ‘ bionic ‘, ‘ xenial ‘,

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

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

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

or combine downloading and registering:

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

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)

sudo apt-get update sudo apt-get install virtualbox-6.1

Replace virtualbox-6.1 by virtualbox-6.0 or virtualbox-5.2 to install the latest VirtualBox 6.0 or 5.2 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 -

B9F8 D658 297A F3EF C18D 5CDF A2F6 83C5 2980 AECF Oracle Corporation (VirtualBox archive signing key)

Читайте также:  How to check path in linux

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

(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/.

Источник

Download VirtualBox

Here you will find links to VirtualBox binaries and its source code.

VirtualBox binaries

By downloading, you agree to the terms and conditions of the respective license.

If you’re looking for the latest VirtualBox 6.1 packages, see VirtualBox 6.1 builds. Version 6.1 will remain supported until December 2023.

VirtualBox 7.0.8 platform packages

See the changelog for what has changed.

Note: After upgrading VirtualBox it is recommended to upgrade the guest additions as well.

VirtualBox 7.0.8 Oracle VM VirtualBox Extension Pack

VirtualBox 7.0.8 Software Developer Kit (SDK)

User Manual

The VirtualBox User Manual is included in the VirtualBox packages above. If, however, you would like to take a look at it without having to install the whole thing, you also access it here:

Читайте также:  Linux восстановить файловую систему флешки

You may also like to take a look at our frequently asked questions list.

VirtualBox older builds

The binaries in this section for VirtualBox before version 4.0 are all released under the VirtualBox Personal Use and Evaluation License (PUEL). As of VirtualBox 4.0, the Extension Pack is released under the VirtualBox Personal Use and Evaluation License and the other packages (including version 6.1.x) are released under the terms of the GPL version 2. By downloading, you agree to the terms and conditions of the respective license.

VirtualBox Sources

The VirtualBox sources are available free of charge under the terms and conditions of the GNU General Public License, Version 3. By downloading from the below links, you agree to these terms and conditions.

  • Browse the source code repository
    This is the current development code, which is not necessarily stable.
  • View the latest source code changes
  • Download the VirtualBox OSE about logo in higher resolutions: 1024×768, 1600×1200.
svn co https://www.virtualbox.org/svn/vbox/trunk vbox

After getting the sources in one of the ways listed above, you should have a look at the build instructions.

Please also take a look at our licensing FAQ, in particular regarding the use of the name VirtualBox.

Pre-built VirtualBox VMs

There are some pre-built VMs designed for developers and the curious over on the ​ Oracle Tech Network site.

Источник

Оцените статью
Adblock
detector