1:先在虛擬機點擊安裝VMware Toolspython
2:而後掛載
mount /dev/cdrom /mnt
3:進入/mnt,能夠看到有
4:拷貝VMwareTools到其餘目錄,解壓,執行./vmware-install.pl
cp /mnt/VMwareTools-10.0.0-2977863.tar.gz /software
tar -zxvf VMwareTools-10.0.0-2977863.tar.gz
./vmware-install.pl
而後一直提示:
解決辦法:yum search ifconfig
而後進行安裝:yum -y install net-tools.x86_64
接着提示:
安裝gcc:yum -y install gcc
又提示:
安裝kernel:yum -y install kernel ,仍是沒用,那就直接寫no
最後的時候
查看:yum whatprovides /usr/sbin/semanage
安裝:yum -y install policycoreutils-python-2.5-17.1.el7.x86_64
暫未解決ide