Difference between revisions of "Install VMWare Tools"
From Roaring Penguin
(Updated for Jessie. Worded a little more forcefully regarding disabling repos afterwards.) |
|||
Line 3: | Line 3: | ||
<li>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 | <li>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): | /etc/apt/sources.list.d/ sub-directory): | ||
− | :<tt>deb http://debian.mirror.iweb.ca/debian/ | + | :<tt>deb http://debian.mirror.iweb.ca/debian/ <version> main contrib non-free</tt> |
− | :<tt>deb http://security.debian.org/ | + | :<tt>deb http://security.debian.org/ <version>/updates main contrib</tt> |
− | + | Where <version> is the named version of Debian that you are running. The command 'cat /etc/debian_version' will give you the numerical version which should correspond to one of the names 'jessie' (8), 'wheezy' (7), 'squeeze' (6), 'lenny' (5).<br/>You can also use a different 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 | + | <li>Once it has finished you will want to comment out the source that were just added in /etc/apt/sources.list (or /etc/apt/sources.list.d/debian.list) and then run 'apt-get update' again. This will ensure that there is no chance of the external repositories being used in future upgrades. |
</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 13:04, 17 November 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/ <version> main contrib non-free
- deb http://security.debian.org/ <version>/updates main contrib
You can also use a different Debian mirror than 'debian.mirror.iweb.ca' if you know of one. - Run: apt-get update; apt-get install open-vm-tools
- Once it has finished you will want to comment out the source that were just added in /etc/apt/sources.list (or /etc/apt/sources.list.d/debian.list) and then run 'apt-get update' again. This will ensure that there is no chance of the external repositories being used in future upgrades.