

Head to VirtualBox GUI, File –> Tools –> Extension-Pack-Manager To verify VirtualBox Extension Pack Installation,

Press ‘ y’ to accept license terms and conditions, $ sudo VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-7.0.2.vbox-extpack Once it is downloaded, first build the kernel module and run following VBoxManage command to install $ sudo /sbin/vboxconfig Use following wget command to download extension pack file. To add following additional functionality to the VirtualBox, you must install extension pack. We will get following VirtualBox GUI when we click on its icon,Ībove screen confirms that VirtualBox-7.0 is installed successfully. Search virtualbox from Activity menu and click on its icon $ newgrp vboxusers 4) Launch VirtualBox GUI Once VirtualBox is installed, add your local user to vboxuser group so that it can perform all the operations on virtualbox, $ sudo usermod -aG vboxusers $USER In case, you are interested to install virtualbox 6.1, then run $ sudo dnf install VirtualBox-6.1 -y Once all the dependencies are installed successfully then reboot the system once with beneath command, $ sudo reboot 3) Install VirtualBox 7 / 6īefore start installing the virtualbox, first verify what exact version of VirtualBox is available in the repository, run $ sudo dnf search virtualboxĪs we can see we have VirtualBox-7.0 and 6.1 available in repository, so to install virtualbox 7, run beneath command. Install following virtualbox dependencies with the help of beneath dnf command, $ sudo dnf install binutils kernel-devel kernel-headers libgomp make patch gcc glibc-headers glibc-devel dkms -y

Run following to enable EPEL repository $ sudo dnf install -y 2) Install VirtualBox Dependencies Import VirtualBox public key, run $ sudo rpm -import Login to your RHELL 9 system and open the terminal and run following dnf command to enable official virtualbox package repository. Without any delay, let’s deep dive into VirtualBox Installation Steps on RHEL 9 Red Hat Subscription or locally configure Yum Repo.Pre-Installed RHEL 9 with desktop environment.

