Vmware Client in Linux

Environment
  • Ubuntu 7.04
Procedure
Setup required software
apt-get install binutils cpp gcc linux-headers-`uname -r`

Setup Vmware Client
  1. Select "VM" > "Install Vmware Tools" from VMware Server Console
  2. Enter following command
    #mount /dev/cdrom
    #cp /media/cdrom*.gz /tmp
    #cd /tmp
    #tar zxvf *.gz
    #cd vmware*
    #./vmware-install.pl
  3. Follow Vmware Client installation wizard that will guide you what should do