VirtualBox 7.1 Installation on AlmaLinux / Rocky Linux Made Easy

This guide will walk you through the steps to install VirtualBox 7.1, a general-purpose full virtualizer app, on AlmaLinux 9 or Rocky Linux 9.

VirtualBox is a free and open-source virtualization software commonly used at the desktop level to create a test environment. It enables you to create and run virtual machines, which are guest operating systems, including Linux, Windows, Unix, etc.

Immediately, I want to clarify that VirtualBox is unavailable for installation in the officialย Alma and Rockyย repos. However, there is an effortless and straightforward way to install it, which I will show you in easy-to-follow steps in this guide.

Install VirtualBox on AlmaLinux / Rocky Linux

The tutorial will use the sudo command and assume you, as a regular user, already have sudo privileges.

Step 1: Add VirtualBox Repository

As previously stated, VirtualBox is unavailable for installation in the AlmaLinux and Rocky Linux repos. So, the first thing to do is add its official repository to our system with the command below.

To do so, type the following:

sudo dnf config-manager --add-repo=https://download.virtualbox.org/virtualbox/rpm/el/virtualbox.repoCode language: Bash (bash)
Adding VirtualBox repository

Next, update the package list. You will be asked if you accept importing the VirtualBox’s repository public key into your system. Confirm by typing “y” and pressing Enter.

sudo dnf updateCode language: Bash (bash)
Updating packages list

Step 2: Check Versions Available for Installation

This step will search for VirtualBox versions that are available for installation on our AlmaLinux / Rocky Linux system.

sudo dnf search virtualboxCode language: Bash (bash)
Check available VirtualBox versions for installation.
Check available VirtualBox versions for installation.

As can be seen, we have three options available: 6.1, 7.0, and 7.1. Of course, we opt for the latest and greatest VirtualBox 7.1, which provides us with this virtualization software’s most recent and best features.

Step 3: Install Prerequisites

But first, we must install several packages that VirtualBox needs during its installation to build the essential components for its proper operation.

sudo dnf install kernel-devel kernel-headers gcc make perl elfutils-libelf-develCode language: Bash (bash)

Step 4: Install VirtualBox 7.1 on AlmaLinux / Rocky Linux

Everything is already prepared for the actual installation. Now, to install VirtualBox on our AlmaLinux / Rocky Linux system, run the following commands:

sudo dnf install VirtualBox-7.1Code language: Bash (bash)

When prompted, typeย “y”ย to confirm and hitย “Enter.”

Install VirtualBox 7.1 on AlmaLinux 9 / Rocky Linux 9.
Install VirtualBox 7.1 on AlmaLinux 9 / Rocky Linux 9.

Just to clarify, during the installation, you’ll again be prompted to import the repo’s GPG signing key. Just type “y” and press “Enter” to import it. And that’s all! VirtualBox has been installed successfully and is ready for use on your Alma / Rocky system.

In addition, you can run the below command to check the status of VirtualBox’s Linux kernel module service.

sudo systemctl status vboxdrvCode language: Bash (bash)
Checking VirtualBox's Linux kernel module service status.
Checking VirtualBox’s Linux kernel module service status.

Great! As you can see, the service is fully operational.

Step 5: Install VirtualBox Extension Pack

This is an optional step, but I strongly encourage it because it will make working with VirtualBox on your AlmaLinux / Rocky Linux system easier and more convenient. VirtualBox Extension Pack unlocks many great features, such as:

  • Oracle Cloud Infrastructure (OCI) integration
  • VirtualBox Remote Desktop Protocol (VRDP)
  • Host webcam passthrough
  • Disk and full VM encryption

We should highlight one peculiarity here. It is highly recommended that the version of the installed VirtualBox Extension Pack match the version of VirtualBox installed on your AlmaLinux / Rocky Linux system.

So, to verify the exact version of the installed locally VirtualBox, you can use vboxmanage, a build-in VirtualBox command:

vboxmanage -v | cut -dr -f1Code language: Bash (bash)
Checking installed VirtualBox's version.
Checking installed VirtualBox’s version.

As you can see, the version of the installed Virtualbox is 7.1.0. Therefore, the Extension Pack with the same version needs to be downloaded. So, use the below wget command to download the needed Extension Pack’s version.

However, if your installation is different, replace both places containing 7.1.0 in the command with the actual version. Additionally, you can go straight to theย downloads page and look at the available versions.

wget https://download.virtualbox.org/virtualbox/7.1.0/Oracle_VirtualBox_Extension_Pack-7.1.0.vbox-extpackCode language: Bash (bash)

Next, to install the VirtualBox Extension pack, run the vboxmanage command as follows:

sudo vboxmanage extpack install Oracle_VirtualBox_Extension_Pack-7.1.0.vbox-extpackCode language: Bash (bash)

When prompted to agree to Oracleโ€™s license terms and conditions, typeย “y”ย to confirm and pressย “Enter.”

Installing VirtualBox Extension Pack.
Installing VirtualBox Extension Pack.

Finally, you can verify that the extension pack was installed correctly by running:

vboxmanage list extpacksCode language: Bash (bash)
List the installed VirtualBox Extension Packs.
List the installed VirtualBox Extension Packs.

Step 6: Add User to vboxusers Group

Before using VirtualBox, you should add your user account to the vboxusers group. This is quick and simple to accomplish by running:

sudo usermod -a -G vboxusers $USERCode language: Bash (bash)

Now, perform a reboot. After login, check that your regular user is a member of the “vboxusers” group:

groups $USERCode language: PHP (php)
Adding user to the vboxusers group

Step 7: Running VirtualBox on AlmaLinux / Rocky Linux

Finally, you can start using VirtualBox by launching it from the GNOME Dash menu.

Run VirtualBox on AlmaLinux / Rocky Linux.
VirtualBox 7.1 running on AlmaLinux / Rocky Linux.
VirtualBox 7.1 running on AlmaLinux / Rocky Linux.

Conclusion

That concludes our guide on installing VirtualBox on AlmaLinux / Rocky Linux. We hope you find this guide useful. Thanks for your time!

We recommend checking theย official documentationย for individuals who want to learn more about VirtualBox’s features and how to use them effectively.

Finally, you can use VirtualBox in an entirely headless mode to turn your server into a virtualization environment. To learn more about utilizing this VirtualBox feature, check out our guide: โ€œHow to Setup and Manage VMs on a Headless VirtualBox Server.โ€

Thanks for using this tutorial. Your feedback and comments are most welcome.

Bobby Borisov

Bobby Borisov

Bobby, an editor-in-chief at Linuxiac, is a Linux professional with over 20 years of experience. With a strong focus on Linux and open-source software, he has worked as a Senior Linux System Administrator, Software Developer, and DevOps Engineer for small and large multinational companies.

Think You're an Ubuntu Expert? Let's Find Out!

Put your knowledge to the test in our lightning-fast Ubuntu quiz!
Ten questions to challenge yourself to see if you're a Linux legend or just a penguin in the making.

1 / 10

Ubuntu is an ancient African word that means:

2 / 10

Who is the Ubuntu's founder?

3 / 10

What year was the first official Ubuntu release?

4 / 10

What does the Ubuntu logo symbolize?

5 / 10

What package format does Ubuntu use for installing software?

6 / 10

When are Ubuntu's LTS versions released?

7 / 10

What is Unity?

8 / 10

What are Ubuntu versions named after?

9 / 10

What's Ubuntu Core?

10 / 10

Which Ubuntu version is Snap introduced?

The average score is 68%