Blog
LearnoMate Technologies > Blog > Oracle DBA > Install VirtualBox Guest Additions on OEL | Kernel Headers Not Found For Target Kernel
Install VirtualBox Guest Additions on OEL | Kernel Headers Not Found For Target Kernel
- July 7, 2022
- Posted by: Ankush Thavali
- Category: Oracle DBA
No Comments

Update all packages
yum update -y
Install below Package
yum install kernel-header* glibc-header* glibc-devel* gcc-4* cpp* kernel-uek-devel* -y
yum -y install kernel-uek-devel-`uname -r`
Reboot Server
Run the vbox edition
[root@node1 VBox_GAs_6.1.32]# ./VBoxLinuxAdditions.run
Go to virtual box setting and change the display resolution
Update all packages
yum update -y
Install below Package
yum install kernel-header* glibc-header* glibc-devel* gcc-4* cpp* kernel-uek-devel* -y
yum -y install kernel-uek-devel-`uname -r`
Reboot Server
Run the vbox edition
[root@node1 VBox_GAs_6.1.32]# ./VBoxLinuxAdditions.run