Install Newer Versions of VirtualBox

From Kicksecure
Jump to navigation Jump to search

Your support makes all the difference!

We believe security software like Kicksecure needs to remain open source and independent. Would you help sustain and grow the project? Learn more about our 10 year success story and maybe DONATE!

Otherversions-1695760640.jpg

This wiki page documents how to install different versions of VirtualBox from sources other than the default repositories, such as Debian unstable or directly from the developers of VirtualBox.

Security Considerations[edit]

If using Kicksecure ™ inside a virtual machine (VM), the virtualization platform is an essential component of a secure Kicksecure ™ system. A vulnerable virtualizer may provide opportunities for attackers to perform a breakout from a virtual machine in order to undo the security by isolation features that Kicksecure ™ provides. The decision to install an alternative virtualizer should not be taken lightly.

The two methods described below to install VirtualBox are safer than downloading, verifying, and installing binaries manually.

See also recommended VirtualBox version.

Newer VirtualBox Version[edit]

Install VirtualBox from Debian Unstable[edit]

Ambox warning pn.svg.png Discouraged: Use the recommended VirtualBox version instead.

Ambox warning pn.svg.png Unknown if currently possible. [1]

Install from VirtualBox.org Repository[edit]

Ambox warning pn.svg.png Discouraged: Use the recommended VirtualBox version instead.

Ambox warning pn.svg.png Warning: this procedure will install a foreign software source.

Ambox notice.png Info: The Free Support Principle applies to this procedure.

The latest Oracle VirtualBox package information can be found herearchive.org.

Optional: To find out which version is available from the VirtualBox.org APT Repository, please press expand on the right side.

1. Adding the VirtualBox.org APT repository.

Choose either: Option A OR Option B.

Option A: Use extrepo to add VirtualBox.org APT Repository.

Please press on expand on the right.

Step 1

Install extrepo. To accomplish that, the following steps A. to D. need to be done.

A. Update the package lists.

sudo apt update

B. Upgrade the system.

sudo apt full-upgrade

C. Install the extrepo package.

Using apt command line parameter --no-install-recommends is in most cases optional.

sudo apt install --no-install-recommends extrepo

D. Done.

The procedure of installing extrepo is complete.

Step 2 Open file /etc/extrepo/config.yaml in an editor with root rights.

(Kicksecure ™ for Qubes: In Template)

This box uses sudoedit for better security. This is an example and other tools could also achieve the same goal. If this example does not work for you or if you are not using Kicksecure ™, please refer to this link.

sudoedit /etc/extrepo/config.yaml

Step 3 Paste at the end.

- contrib - non-free

[2]

Step 4 Save and exit.

Step 5 Use extrepo to enable the VirtualBox.org APT repository.

sudo extrepo enable virtualbox

If everything goes well, extrepo will just print some empty lines.

Step 6 Done.

Adding the VirtualBox.org APT repository has been completed.

Option B: Manually add VirtualBox.org APT Repository.

Please press on expand on the right.

Step 1 Add the Oracle apt sources list.

Make sure to change bullseye to the current name of your stable distribution.

echo "deb [signed-by=/usr/share/keyrings/virtualbox-archive-keyring.asc] https://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list

Step 2 Add Oracle's signing key to APT keyring.

Step 1 Securely download the key.

curl --tlsv1.3 --remote-name --tlsv1.2 https://www.virtualbox.org/download/oracle_vbox_2016.asc

Step 2 Display the key's fingerprint.

gpg --keyid-format long --import --import-options show-only --with-fingerprint oracle_vbox_2016.asc

Step 3 Verify the fingerprint.

The most important check is confirming the key fingerprint exactly matches the output below.

Key fingerprint = B9F8 D658 297A F3EF C18D 5CDF A2F6 83C5 2980 AECF

Ambox warning pn.svg.png Warning:

Do not continue if the fingerprint does not match -- this risks using infected or erroneous files! The whole point of verification is to confirm file integrity.

Step 4 Add the signing key.

sudo cp oracle_vbox_2016.asc /usr/share/keyrings/virtualbox-archive-keyring.asc

Step 5 Done.

The key has been added to the keyring.

Step 3 Adding the VirtualBox.org APT repository has been completed.

2. Update the package lists.

sudo apt update

3. Install VirtualBox and Linux Kernel Headers, which are a dependency.

sudo apt install virtualbox-6.1 linux-headers-$(uname -r)

4. Update VirtualBox guest additions.

Note: After upgrading the VirtualBox host version, this might cause issues with the guest VMs such as broken VM size adjustment (full screen) [3] unless the VirtualBox guest additions are also upgraded inside your virtual machine.

To upgrade, at time of writing 11 September 2022, as of VirtualBox version 6.1.38 Migration to Oracle Style VirtualBox Guest Additions is recommended.

5. Done.

Installation of VirtualBox from VirtualBox.org Repository has been completed.

Footnotes[edit]

  1. Was not possible as of Debian buster. Dependencies such as for package glibc were too new. This meant a host of updated dependencies from Debian unstable wer pulled and mixed with Debian stable, often leading to many issues including system instability.
  2. The following comments in that file...
    # - contrib
    # - non-free
    

    ...could be deleted but that is completely optional.

  3. Problems after upgrading Kicksecure ™ - cannot full size Kicksecure ™ screenarchive.org

Unfinished: This wiki is a work in progress. Please do not report broken links until this notice is removed, use Search Engines First and contribute improving this wiki.