VMware Workstation 10 can be installed by following these steps. Run everything as root.
Install prerequisites.
yum install kernel-devel kernel-headers gcc
cp /usr/src/kernels/`uname -r`/include/generated/uapi/linux/version.h /lib/modules/`uname -r`/build/include/linux/
Install VMware Workstation 10 (version may differ). This is a GUI installation.
./VMware-Workstation-Full-10.0.0-1295980.x86_64.bundle
Rebuild the modules for VMware Workstation 10. If this fails, then I suggest downloading a newer version.
vmware-modconfig --console --install-all
After every kernel update the following commands can be used again.
cp /usr/src/kernels/`uname -r`/include/generated/uapi/linux/version.h /lib/modules/`uname -r`/build/include/linux/
vmware-modconfig --console --install-all
You can uninstall VMware Workstation 10 with the following command.
/usr/lib/vmware-installer/2.1.0/vmware-installer -u vmware-workstation
本文介绍如何在Linux环境下安装VMware Workstation 10,包括安装前的准备、具体步骤及后续模块重建等内容。对于每次内核更新后的模块适配问题也提供了指导。
249

被折叠的 条评论
为什么被折叠?



