apt-get update apt-get install build-essential linux-headers-$(uname -r)
cd ~ mount /dev/cdrom /mnt/cdrom # this should pick out the file you need to install tar zxpf /mnt/cdrom/VMwareTools*.tar.gz umount /mnt/cdrom
cd ~/vmware-tools-distrib./vmware-install.pl
reboot
Thanks.
DekiWiki VM login is 'root', password is 'password'
At this point you'll see a line that starts out like this: "Linux dekiwiki 2.6.18-6-686 #1 SMP". This is the version number for the linux-headers you need to download.
Next, type 'apt-get update' at the command line and hit the enter key. Let the update finish.
Now you can start with the instructions above.
After running 'mount /dev/cdrom /mnt/cdrom' you can type in 'dir /mnt/cdrom' and
you'll see a listing of 2 files, one of which will look like the following, i.e. ending with .tar.gz
"VMwareTools-1.0.5-80187.tar.gz"
This is the name of the file you need to extract with the tar command.
You can go here for additional instructions:
http://pubs.vmware.com/server1/vm/wwhelp/wwhimpl/common/html/wwhelp.htm?context=vm&file=tools_server.4.3.html edited 04:06, 20 Jun 2008