a) VM——install VMware Tools b) 系統會自動將VMtools 鏡像插入光碟機,並自動掛載。 c) 找到安裝檔,安裝,配置,重啟。
二、使用 rpm安裝
a) 進入目錄 [wenjun@localhost ~]$ cd / [wenjun@localhost /]$ ls bin dev home lost+found misc net proc sbin srv tmp var boot etc lib media mnt opt root selinux sys usr [wenjun@localhost /]$ cd media [wenjun@localhost media]$ ls VMware Tools [wenjun@localhost media]$ cd "VMware Tools" //進入光碟機所在目錄。 這兒的引號一定要加,因為中間有空格。
[wenjun@localhost VMware Tools]$ ls //我們看到,這兒有三個檔。 後面兩個是兩種不同格式的安裝檔。 *.rpm是Redhat使用的套裝軟體管理器。 *.deb是ubuntu等HTTP://www.aliyun.com/zixun/aggregation/10478.html">系統使用的套裝軟體管理器。 *.gz是壓縮包,在所有系統下解壓後運行檔即可。 這個名字太長,懶得打了,就以*代替。
b) 執行安裝命令 i. Fedora 下: [wenjun@localhost VMware Tools]$ rpm -i VMwareTools-7.8.5-156735.i386.rpm ii. Ubuntu 下: alien -i VMwareTools-7.8.5-15735.rpm(你得先安裝alien)
c) 安裝成功 [root@localhost VMware Tools]# rpm -i VMwareTools-7.8.5-156735.i386.rpm The installation of VMware Tools 7.8.5 for Linux completed successfully. You can decide to remove this software from your system at any time by invoking the following command: "rpm -e VMwareTools". 如果你要卸載,就運行這條命令
Before running VMware Tools for the first time, you need to configure it for your running kernel by invoking the following command: "/usr/bin/vmware-config-tools.pl". 提示你還需要配置。 Enjoy, --the VMware team