virtualbox guest additions kernel headers not found for target kernel
通过以下顺序就可以解决问题
yum update
yum install gcc
yum install gcc-c++
yum install make
yum install kernel-headers
yum install kernel-devel
重启
设备->安装增强功能->打开
sh ./VBoxLinuxAdditions.run
原文地址:https://www.cnblogs.com/redo19990701/p/11441946.html
时间: 2024-10-25 13:02:07