install_vmware_tools
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| install_vmware_tools [2017/10/11 20:42] – chris | install_vmware_tools [2018/03/23 07:46] (current) – chris | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| \\ | \\ | ||
| - | Install Open VM Tools on Debian 9 | + | ==Install Open VM Tools on Debian 9== |
| - | Add the following line to the / | + | Add the following line to the / |
| - | deb http:// | + | deb http:// |
| - | Run the commands: | + | Run the commands: |
| - | $ sudo apt-get update | + | $ sudo apt-get update |
| - | $ sudo apt-get install open-vm-tools | + | $ sudo apt-get install open-vm-tools |
| + | ==install VMware Tools in a Linux guest operating system== | ||
| + | Ensure that your Linux virtual machine is powered on.\\ | ||
| + | If you are running a GUI interface, open a command shell.\\ | ||
| + | Note: Log in as a root user, or use the sudo command to complete each of these steps.\\ | ||
| + | |||
| + | Click VM in the virtual machine menu, then click Guest > Install/ | ||
| + | Click OK.\\ | ||
| + | |||
| + | Note: In some cases, verify that the CDROM device is Connected from within the Edit Settings option of the virtual machine.\\ | ||
| + | |||
| + | To create a mount point, run:\\ | ||
| + | |||
| + | mkdir / | ||
| + | |||
| + | To mount the CDROM, run:\\ | ||
| + | |||
| + | mount /dev/cdrom / | ||
| + | |||
| + | To copy the Compiler gzip tar file to a temporary local directory, run:\\ | ||
| + | |||
| + | cp / | ||
| + | |||
| + | Where version is the VMware Tools package version.\\ | ||
| + | |||
| + | To determine the version of VMware tools, run:\\ | ||
| + | |||
| + | ls / | ||
| + | |||
| + | You see output similar to:\\ | ||
| + | |||
| + | # VMwareTools-5.0.0-12124.tar.gz\\ | ||
| + | |||
| + | To change to the tmp directory and extract the contents of the tar file into a new directory called vmware-tools-distrib, | ||
| + | |||
| + | cd /tmp\\ | ||
| + | tar -zxvf VMwareTools-version.tar.gz\\ | ||
| + | |||
| + | To change directory to vmware-tools-distrib and run the vmware-install.pl PERL script to install VMware Tools, run:\\ | ||
| + | |||
| + | cd vmware-tools-distrib\\ | ||
| + | ./ | ||
| + | |||
| + | |||
| + | To start VMware Tools running in the background during an X Window session, run:\\ | ||
| + | |||
| + | / | ||
| + | |||
| + | Depending on your environment, | ||
| + | |||
| + | umount / | ||
| + | |||
| + | Depending on your environment, | ||
| + | |||
| + | To remove VMware Tools installation packages, run:\\ | ||
| + | |||
| + | cd\\ | ||
| + | rm / | ||
| + | rm -rf / | ||
| + | |||
| + | |||
| + | **In Case you get an GCC error** | ||
| + | |||
| + | In case you get an GCC error on your Debian system, do the following | ||
| + | |||
| + | First execute this: | ||
| + | |||
| + | sudo apt-get install gcc binutils make linux-source\\ | ||
| + | |||
| + | Then run again | ||
| + | |||
| + | / | ||
| + | |||
| + | This is all you need to do. Now your system has the gcc make and the linux kernel sources. | ||
| + | |||
| + | **For DEBIAN systems do the following: | ||
| + | ** | ||
| + | Install Open VM Tools\\ | ||
| + | Add the following line to the / | ||
| + | deb http:// | ||
| + | Run the commands: \\ | ||
| + | $ sudo apt-get update \\ | ||
| + | $ sudo apt-get install open-vm-tools \\ | ||
| + | |||
| + | \\ | ||
| + | \\ | ||
| + | **[[vmware|BACK]]** | ||
install_vmware_tools.1507747333.txt.gz · Last modified: 2017/10/11 20:42 by chris
