centos8 安装 vmware15 需要的内核头文件 kernel-headers
centos8 启动 cmware15 出错:
Before you can run VMware, several modules must be compiled and loaded into the running kernel
Kernel Headers for version 2.6.32-504.30.3.el6.x86_64 were not found. if you installed it in a non-default path you can specify the path below. Otherwise refer to your distribution's documentation for installation instructors and click Refresh to search again in default locations.
centos8 安装vmware需要的内核头文件 kernel-headers.
uname -r (查看内核版本)
rpm -qa kernel-headers (查看kernel-headers版本)
rpm -qa kernel-devel (查看kernel-devel版本)
centos8 下载对应版本内核包
https://yum.oracle.com/repo/OracleLinux/OL8/baseos/latest/x86_64/index.html
安装:
rpm -ivh kernel-headers-4.18.0-193.el8.x86_64.rpm
rpm -ivh kernel-devel-4.18.0-193.el8.x86_64.rpm