---------- 2018-04-18 CentOS 安裝 VMware Workstation / VMware Player 2018-03-05: http://www.vixual.net/blog/archives/650 https://www.howtoing.com/install-vmware-player-in-linux 下載.bundle檔案後執行 $ chmod +x VMware-Workstation-Full-9.0.2-1031769.x86_64.bundle $ ./VMware-Workstation-Full-9.0.2-1031769.x86_64.bundle 查看安裝了什麼 VMware 軟體 $ vmware-installer -l 移除 vmware $ vmware-installer -u vmware-workstation $ vmware-installer -u vmware-player ---------- 20180418 VMware Workstation Pro 14要註冊 VMware Workstation Player 才是免費版本, 以下安裝程序也適用. How to Install VMware Workstation Pro 14 on Linux Systems ref: https://www.tecmint.com/install-vmware-workstation-in-linux/ login with root or sudo permissions keep your system up-to-date # yum update [On RedHat Systems] # apt-get update && apt-get upgrade [On Debian Systems] download vmware from official site. like: “VMware-Workstation-Full-14.1.1-7528167.x86_64.bundle give permission execute for all: # chmod a+x VMware-Workstation-Full-14.1.1-7528167.x86_64.bundle run the script file # ./VMware-Workstation-Full-14.1.1-7528167.x86_64.bundle to start the software # vmware if you don't have GCC GNC C Compiler, you will need to install it. Just press cancel to continue. Install Development tools first: # yum groupinstall "Development tools" [On RedHat Systems] # apt-get install build-essential [On Debian Systems] start the software again: #vmware if you don't have Kernel Headers 3.10.0-123.13.2.eI7.x86_64, you will need to install it. # rpm -qa | grep kernel-headers [On RedHat systems] # dpkg -l | grep linux-headers [On Debian systems] if nothing appears install it using: # yum install kernel-headers [On RedHat Systems] # apt-get install linux-headers-`uname -r` [On Debian Systems] For further reasons which out of this tutorial scope, we will need to install another package "Kernel-devel" # yum install kernel-devel [On RedHat Systems] start the software again: #vmware