1、更新系统源
# yum update [On RedHat Systems]
# apt-get update && apt-get upgrade [On Debian Systems]
2、VMware官网下载并增加执行权限
# chmod +x VMware-Workstation-Full-12.5.0-4352439.x86_64.bundle
# ./VMware-Workstation-Full-12.1.1-3770994.x86_64.bundle 在桌面环境或者VNC中运行安装
3、安装内核头文件
[root@tecmint]# yum install kernel-headers kernel-devel [On RedHat Systems]
root@tecmint:~# apt-get install linux-headers-`uname -r` [On Debian Systems]
这样就可以正常运行了