How to install virtualbox 7 on ubuntu 22. 04 lts

How to Install VirtualBox 7 on Ubuntu 22.04 LTS

VirtualBox 7 is a major update after VirtualBox 6. It comes with a lot of new features and bug fixes. Some of the new features of VirtualBox 7 are:

  • Full virtual machine encryption: Fully encrypted including the VM config logs and saved states.
  • Virtual TPM support: Added support for virtual TPM 1.2 and 2.0 devices.
  • Secure boot support: Added support for EFI secure boot for the virtual machines.
  • Better 3D Support for Virtual Machines: Added support for DirectX 11 on Windows virtual machines. On non-Windows (i.e. Linux) virtual machines, DXVK is used instead for providing better 3D support.
  • Improved Screen Resizing of VMs: Improved screen resizing capabilities for Linux VMs (with Linux Guest Additions installed).
  • Sponsored
  • Better virtual machine creation wizard: Reworked the new VM creation wizard. Improved the UI and integrated unattended guest OS installation options in the UI.
  • Better Audio format for audio recording: Uses Vorbis as the default audio format instead of Opus (previously used) for WebM containers while recording the screen of the VM.
  • Auto select best audio driver: Depending on the host operating system VirtualBox 7 is running on, if the default audio driver is selected for a VM, the best performing audio driver is used for the VMs.

VirtualBox 7 comes with a lot newer features than explained above. For a full list of new features and bug fixes, check out the Official VirtualBox 7 Changelog page.

In this article, I am going to show you how to install VirtualBox 7 on Ubuntu 22.04 LTS Jammy Jellyfish.

See also  Under the Hood: Enhancing Karafka’s CPU and Memory Efficiency

Table of Contents:

  1. Downloading VirtualBox 7 for Ubuntu 22.04 LTS
  2. Preparing Ubuntu 22.04 LTS for Installing VirtualBox 7
  3. Installing VirtualBox 7 on Ubuntu 22.04 LTS
  4. Opening VirtualBox 7 for the First Time
  5. What’s Next? 1
  6. Conclusion

Downloading VirtualBox 7 for Ubuntu 22.04 LTS

To download VirtualBox 7 for Ubuntu 22.04 LTS, open your favorite web browser and visit Downloads – Oracle VM VirtualBox.

Once the page loads, click on Linux distributions from the VirtualBox 7.x.y platform packages section.

How to install virtualbox 7 on ubuntu 22. 04 lts 1

From the VirtualBox 7.x.y for Linux section, click on Ubuntu 22.04.

How to install virtualbox 7 on ubuntu 22. 04 lts 2

Your browser should start downloading VirtualBox 7 DEB package file. It will take a few seconds to complete.

How to install virtualbox 7 on ubuntu 22. 04 lts 3

At this point, VirtualBox 7 DEB package file should be downloaded.

How to install virtualbox 7 on ubuntu 22. 04 lts 4

Preparing Ubuntu 22.04 LTS for Installing VirtualBox 7

To make sure that VirtualBox 7 dependencies are found and installed, update the APT package repository cache of Ubuntu 22.04 LTS as follows:

$ sudo apt update

How to install virtualbox 7 on ubuntu 22. 04 lts 5

The APT package repository cache should be updated.

How to install virtualbox 7 on ubuntu 22. 04 lts 6

Installing VirtualBox 7 on Ubuntu 22.04 LTS

The VirtualBox 7 DEB package file should be saved in the ~/Downloads directory. So, navigate to the ~/Downloads directory as follows:

$ cd ~/Downloads

How to install virtualbox 7 on ubuntu 22. 04 lts 7

VirtualBox 7 DEB file virtualbox-7.0_7.0.4-154605~Ubuntu~jammy_amd64.deb should be here.

$ ls -lh

How to install virtualbox 7 on ubuntu 22. 04 lts 8

You can install the VirtualBox 7 package file virtualbox-7.0_7.0.4-154605~Ubuntu~jammy_amd64.deb as follows:

Sponsored
$ sudo apt install ./virtualbox-7.0_7.0.4-154605~Ubuntu~jammy_amd64.deb

How to install virtualbox 7 on ubuntu 22. 04 lts 9

To confirm the installation, press Y and then press .

How to install virtualbox 7 on ubuntu 22. 04 lts 10

VirtualBox 7 dependency packages are being downloaded. It will take a while to complete.

How to install virtualbox 7 on ubuntu 22. 04 lts 11

VirtualBox 7 and VirtualBox 7 dependency packages are being installed. It will take a while to complete.

How to install virtualbox 7 on ubuntu 22. 04 lts 12

VirtualBox 7 and the required dependency packages should be installed at this point.

See also  ‘kubectl get’ Command Explained with Examples

How to install virtualbox 7 on ubuntu 22. 04 lts 13

Opening VirtualBox 7 for the First Time

To open VirtualBox 7, search with the keyword virtualbox in the Application Menu of Ubuntu 22.04 LTS and click on the VirtualBox icon.

How to install virtualbox 7 on ubuntu 22. 04 lts 14

VirtualBox 7 should be opened.

How to install virtualbox 7 on ubuntu 22. 04 lts 15

To check the version of VirtualBox you’re running, you can click on Help > About VirtualBox.

How to install virtualbox 7 on ubuntu 22. 04 lts 16

You should be running VirtualBox 7 as you can see in the screenshot below.

How to install virtualbox 7 on ubuntu 22. 04 lts 17

What’s Next?

Once you’ve installed VirtualBox 7 on Ubuntu 22.04 LTS, I recommend you install the VirtualBox Extension Pack on VirtualBox 7. For more information on VirtualBox Extension Pack and how to install it on VirtualBox 7, read the article How to Install VirtualBox Extension Pack on VirtualBox 7.

Conclusion

In this article, I have shown you how to download VirtualBox 7 for Ubuntu 22.04 LTS and install VirtualBox 7 on Ubuntu 22.04 LTS.


Discover more from Ubuntu-Server.com

Subscribe to get the latest posts sent to your email.

Comments

No comments yet. Why don’t you start the discussion?

    Leave a Reply