Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Install vmware tools on ubuntu (See related posts)

Install vmware tools tar file on ubuntu from http://www.howtogeek.com/howto/ubuntu/install-vmware-tools-on-ubuntu-edgy-eft/
The first thing that is important is that you will need to know is
that you have to install the compilation utilities, which aren't
installed by default. Run these commands to get you started:

sudo apt-get install build-essential
sudo apt-get install linux-headers-`uname -r`


Now you'll want to navigate to the VM \ Install VMware Tools menu:

cp /cdrom/*.gz /tmp/
cd /tmp
tar xvzf VM*.gz
cd vmware*
sudo ./vmware-install.pl

You need to create an account or log in to post comments to this site.


Click here to browse all 4857 code snippets

Related Posts