{"id":13910,"date":"2022-09-07T22:02:38","date_gmt":"2022-09-07T19:02:38","guid":{"rendered":"https:\/\/kifarunix.com\/?p=13910"},"modified":"2024-03-09T21:30:38","modified_gmt":"2024-03-09T18:30:38","slug":"easy-way-to-install-virtualbox-on-oracle-linux","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/easy-way-to-install-virtualbox-on-oracle-linux\/","title":{"rendered":"Easy way to Install VirtualBox on Oracle Linux"},"content":{"rendered":"\n
Are you running Oracle Linux desktop and want to do some Virtualizations? Thus, follow through this guide to learn how to install VirtualBox on Oracle Linux. In this tutorial, we will be using Oracle Linux 9.<\/p>\n\n\n\n
There are two ways in which you can easily install VirtualBox on Oracle Linux.<\/p>\n\n\n\n
Before you can proceed, ensure that the kernel headers matching the version of the running kernel is installed;<\/p>\n\n\n\n
sudo dnf install kernel-uek-devel<\/code><\/pre>\n\n\n\nConfirm that the version numbers shown by these commands are similar;<\/p>\n\n\n\n
uname -r<\/code><\/pre>\n\n\n\n5.15.0-1.43.4.2.el9uek.x86_64<\/strong><\/code><\/pre>\n\n\n\nrpm -q kernel-uek-devel<\/code><\/pre>\n\n\n\nkernel-uek-devel-5.15.0-1.43.4.2.el9uek.x86_64<\/strong><\/code><\/pre>\n\n\n\nIf not, then update the kernel headers;<\/p>\n\n\n\n
sudo dnf update kernel-uek-*<\/code><\/pre>\n\n\n\nInstall VirtualBox on Oracle Linux using RPM Binary Package<\/h3>\n\n\n\n