Difference between revisions of "Install VMWare Tools"
From Roaring Penguin
Line 8: | Line 8: | ||
accordingly or CanIt will break! In addition, You can use a closer Debian mirror than 'debian.mirror.iweb.ca' if you know of one.) | accordingly or CanIt will break! In addition, You can use a closer Debian mirror than 'debian.mirror.iweb.ca' if you know of one.) | ||
<li>Run: apt-get update; apt-get install open-vm-tools | <li>Run: apt-get update; apt-get install open-vm-tools | ||
− | <li>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 | + | <li>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 upgrade. |
</ol> | </ol> | ||
<div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | <div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | ||
[[category:All]][[category:Setup]][[category:VM]] | [[category:All]][[category:Setup]][[category:VM]] |
Revision as of 10:45, 27 January 2015
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 upgrade.