Install VirtualBox on RHEL, CentOS, AlmaLinux, Rocky Linux or Oracle Linux

Last updated on October 10, 2022

This how-to is about installing VirtualBox on Red Hat Enterprise Linux (RHEL). Provided instructions should also work on CentOS, AlmaLinux, Rocky Linux or Oracle Linux.

It is possible to install VirtualBox from rpm packages, which can be downloaded on the VirtualBox Linux downloads page. However, a yum-style repository is also provided – we’ll use the latter.

Install DKMS, use sudo

Before installing VirtualBox, one should install DKMS, as VirtualBox will build its own kernel module. This howto also supposes that you have added yourself to the sudoers list (of course, you may as well use su or log in as root).

DKMS has some important dependencies like gcc and kernel-devel. Use the following command line to install DKMS and its dependancies:
sudo yum install dkms

Install Virtualbox

Once DKMS an its dependencies are installed, we can download and add the repo file to /etc/yum.repos.d/:
sudo wget -P /etc/yum.repos.d http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo

Finally, VirtualBox is ready to install:
sudo yum install VirtualBox-6.1

Add yourself to the vboxusers group using the “Users and Groups” application or the command line:
sudo usermod -a -G vboxusers your_user_name

It is possible to use VirtualBox without adding yourself (as a user) to the vboxusers group. If you don’t, some functions may be unavailable, as using USB devices on the guest system.

Run Virtualbox

VirtualBox should now be available in the menu or running VirtualBox. Don’t forget to install the non-free Extension Pack via the “File → Preferences → Extensions” menu.

Screenshot of VirtualBox running Windows on CentOS
Sometimes, running Windows 7, 8.1 or 10 is not vintage enough

Miscellaneous: USB, Network drives

If you get problems using USB, take a look at the CentOS Wiki. Make sure your user belongs to the usergroup vboxusers.

To share any folder as a network drive, just enter the following command at the MSDOS prompt:
net use x: \\vboxsvr\your_shared_folder

By Johannes Eva, April 2012 – October 2022
This article has been linked on LXer.com and some more…

Picture copyright: chameleon with a red hat, detail from this VirtualBox original artwork, unknown license.

Articles by categories

Most Read Articles

Comments

10 thoughts on “AVIF browser test page: AVIF support in Chrome, Firefox, Edge…”

    1. Thank you for your interest – a JPEG XL test page would be useful, but I have no time left at the moment. Hopefully at some time in 2022 🙂

  1. Sadly your site need javascript enable for the test avif vs jpeg. If noscript bloc everything, this page say that AVIF is not supported and display JPEG fallback.
    In JS dependences there is also google-analytics that is not fair play for a libre-software website :(.

    Thank you for your article anyway.

    1. Actually, AVIF/JPEG fallback using the element is pure HTML and does not need Javascript, even on this site. And you’re right, I really should switch from GA to Matomo, it’s a matter of time. Cheers!

  2. Nice article. Love how you included a detailed tutorial for WordPress. I have created a UX optimized converter that support bulk conversion, without the need of uploading files. You can find it on: https://avif.io/

    The next update will include a settings panel on which you can edit the quality, effort and exif data.

    Feel free to add it to the converter list if you feel like it’s a great addition. Sincerely, Justin

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.