Install VMWare Tools
From Roaring Penguin
We don't include all the prerequisites for VMWare tools in our repository. Here's what you have to do:
- To install the VMWare guest tools temporarily, add a line like this to /etc/apt/sources.list (or create a debian.list file in the
/etc/apt/sources.list.d/ sub-directory):
- deb http://debian.mirror.iweb.ca/debian/ wheezy main contrib non-free
- deb http://security.debian.org/ wheezy/updates main contrib
- Run: apt-get update; apt-get install open-vm-tools
- Once you're done, we recommend commenting out the lines in /etc/apt/sources.list, or if you used /etc/apt/sources.list.d/debian.list, to avoid any surprises in a future dist-upgrade.