{"id":13874,"date":"2022-09-05T23:51:59","date_gmt":"2022-09-05T20:51:59","guid":{"rendered":"https:\/\/kifarunix.com\/?p=13874"},"modified":"2024-03-09T21:34:13","modified_gmt":"2024-03-09T18:34:13","slug":"install-virtualbox-guest-additions-on-oracle-linux-9","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-virtualbox-guest-additions-on-oracle-linux-9\/","title":{"rendered":"Install VirtualBox Guest Additions on Oracle Linux 9"},"content":{"rendered":"\n
Follow through this tutorial to learn how to install VirtualBox guest additions on Oracle Linux 9. VirtualBox guest additions “consist of device drivers and system applications that optimize the guest operating system for better performance and usability<\/em>“.<\/p>\n\n\n\n VirtualBox guest additions can only be installed after the OS has been installed on VirtualBox. In our previous guide, we learnt how to install Oracle Linux 9 on VirtualBox;<\/p>\n\n\n\n Install Oracle Linux 9 on VirtualBox<\/a><\/p>\n\n\n\n The Guest Additions offer the following features:<\/p>\n\n\n\n The features are extensively explained on the VirtualBox User Manual<\/a>.<\/p>\n\n\n\n To install VirtualBox guest additions, you need to ensure that the Kernel headers are installed. There are other development tools required.<\/p>\n\n\n\n Thus, begin by install EPEL repository on Oracle Linux;<\/p>\n\n\n\n Next, install the kernel headers and build tools by executing the command below;<\/p>\n\n\n\n Next, ensure that the version of kernel-euk-devel<\/strong> installed does match the version of your running kernel. You can verify by running the commands below.<\/p>\n\n\n\nInstalling VirtualBox Guest Additions on Oracle Linux<\/h2>\n\n\n\n
\n
Install Kernel Headers on Oracle Linux 9<\/h3>\n\n\n\n
dnf install epel-release -y<\/code><\/pre>\n\n\n\n
dnf install dkms kernel-uek-devel gcc make bzip2 perl elfutils-libelf-devel<\/code><\/pre>\n\n\n\n