{"id":13512,"date":"2022-07-19T21:12:47","date_gmt":"2022-07-19T18:12:47","guid":{"rendered":"https:\/\/kifarunix.com\/?p=13512"},"modified":"2024-03-09T16:18:35","modified_gmt":"2024-03-09T13:18:35","slug":"install-virtualbox-guest-additions-on-rocky-linux-9","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-virtualbox-guest-additions-on-rocky-linux-9\/","title":{"rendered":"Install VirtualBox Guest Additions on Rocky Linux 9"},"content":{"rendered":"\n
Follow through this tutorial to learn how to install VirtualBox guest additions on Rocky Linux 9. We are installing the VirtualBox Guest additions on Rocky Linux 9 Desktop.<\/p>\n\n\n\n
You can check;<\/p>\n\n\n\n
Install Rocky Linux 9 on VirtualBox<\/a><\/p>\n\n\n\n The Guest Additions offer the following features:<\/p>\n\n\n\n Read more on VirtualBox Guest addition features on the VirtualBox User Manual<\/a>.<\/p>\n\n\n\n After mounting ISO file, be sure to install the kernel headers and required build tools. Some of the required tools are available on the EPEL repos, hence begin by installing the EPEL repos on Rocky Linux 9<\/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-devel<\/strong> installed does match the version of your running kernel. You can verify by running the commands below.<\/p>\n\n\n\nInstall VirtualBox Guest Additions on Rocky Linux 9<\/h2>\n\n\n\n
\n
Install Kernel Headers and Required Build Tools<\/h3>\n\n\n\n
dnf install epel-release -y<\/code><\/pre>\n\n\n\n
dnf update --refresh -y<\/code><\/pre>\n\n\n\n
dnf install dkms kernel-devel kernel-headers gcc make bzip2 perl elfutils-libelf-devel<\/code><\/pre>\n\n\n\n