Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 399 Bytes

install_vmware_tools.md

File metadata and controls

18 lines (11 loc) · 399 Bytes

Installing VMware Tools

Installing VMware native tools are the recommended way to get VMware tools installed.

Add the following line to the /etc/apt/sources.list file.

deb http://ftp.debian.org/debian/ wheezy main contrib

Run the commands:

$ sudo apt-get update
$ sudo apt-get install open-vm-tools

References