Ubuntu 安装VMware Tools(同时解决鼠标滚轮问题)

http://tech.ddvip.com   2008年09月09日    社区交流

内容摘要:在Ubuntu下安装VMware-Tools不像在Windows下安装容易,昨晚整了挺长时间终于安上了.方法在下面.

  感谢提供方法的大侠!

  VMware Tools位置:VMware的安装路径VMwareVMware Workstationlinux.iso

  启动后按Esc选择recovery mode登陆.然后点击"虚拟机"→"安装VMware Tools".

  [root@rd01 ~]# mount /cdrom

  # 有时可能加载不了,这时就要先将系统关闭,再手动指定 ISO 映像:

  [root@rd01 ~]# cd /cdrom

  [root@rd01 ~]# ls -a

  [root@rd01 ~]# cp VMwareTools-5.5.1-19175.tar.gz /tmp

  [root@rd01 ~]# cd /tmp

  [root@rd01 ~]# tar zxpf VMwareTools-5.5.1-19175.tar.gz

  [root@rd01 ~]# cd vmware-tools-distrib

  [root@rd01 vmware-tools-distrib]# ./vmware-install.pl

  Creating a new installer database using the tar3 format.

  Installing the content of the package.

  # 安装过程的画面,全部使用默认值,一直按 Enter 就对了

  In which directory do you want to install the binary files?

  [/usr/bin]

  What is the directory that contains the init directories (rc0.d/ to rc6.d/)?

  [/etc/rc.d]

  What is the directory that contains the init scripts?

  [/etc/rc.d/init.d]

  In which directory do you want to install the daemon files?

  [/usr/sbin]

  In which directory do you want to install the library files?

  [/usr/lib/vmware-tools]

  Thepath "/usr/lib/vmware-tools" does not exist currently. This programisgoingto create it, including needed parent directories. Is thiswhatyou want?

  [yes]

责编:豆豆技术应用

正在加载评论...