1. 程式人生 > >centos7安裝vmware-tools

centos7安裝vmware-tools

centos7安裝先解決依賴關係
[[email protected] ~]# yum -y install perl gcc gcc-c++ make cmake kernel kernel-headers kernel-devel net-tools
安裝 vmware-tools
建立目錄
[[email protected] ]mkdir /mnt/cdrom
掛載到cdrom
[[email protected] ]mount /dev/cdrom /mnt/cdrom/
檢視掛載內容
[[email protected] ]ls /mnt/cdrom/
複製到tmp目錄下
[[email protected]

]cp /mnt/cdrom/VMwareTools-10.0.6-3560309.tar.gz /tmp/
切換到tmp下
[[email protected] tmp]cd /tmp/
檢視
[[email protected] tmp] ls
解壓
[[email protected] tmp]tar -zxvf VMwareTools-10.0.6-3560309.tar.gz
檢視
[[email protected] tmp]# ls
cim_schema.ViJIt orbit-gdm pulse-9n7tEoT3ZgqE pulse-uoZwB5teRjI4 virtual-root.jp4T6c virtual-root.Qvr3GM VMwareTools-10.0.6-3560309.tar.gz vmware-tools-distrib yum.log
切換到vmware-tools-distrib/
[
[email protected]
tmp]# cd vmware-tools-distrib/
檢視
[[email protected] vmware-tools-distrib]# ls
bin caf doc etc FILES INSTALL installer lib vgauth vmware-install.pl vmware-install.real.pl
執行vmware-install.pl,加引數-d
[[email protected] vmware-tools-distrib]# ./vmware-install.pl -d