美文网首页
centos7 安装vmware Workstation

centos7 安装vmware Workstation

作者: 岳麓山鸡王 | 来源:发表于2020-09-13 01:45 被阅读0次
wget https://download3.vmware.com/software/wkst/file/VMware-Workstation-Full-15.5.6-16341506.x86_64.bundle
sh  VMware-Workstation-Full-15.5.6-16341506.x86_64.bundle
# 然后就安装好了

problem:

  1. 缺少gcc
  2. 安装缺少的内核
sudo vmware-config-tools.pl
centos7 安装VMware tools 出现The path "" is not a valid path to the 3.10.0-514.el7.x86_64 kernel headers
/usr/src/kernels/3.10.0-957.el7.x86_64/include/
yum install "kernel-devel-uname-r == $(uname -r)"

相关文章

网友评论

      本文标题:centos7 安装vmware Workstation

      本文链接:https://www.haomeiwen.com/subject/mmsgektx.html