Difference between revisions of "Install VMWare-Tools Linux VM"

From TheBestLinux.com
Jump to navigation Jump to search
Line 12: Line 12:
 
== Get the VMWare Tools Files ==
 
== Get the VMWare Tools Files ==
 
# Mount the VMWare Tools partition so you can copy to your hard drive.
 
# Mount the VMWare Tools partition so you can copy to your hard drive.
## This MUST be done as the "root" super user!<br>Use the first command if you haven't setup sudoers.<br>Use the second command if you have already set yourself up in sudoers.<pre style="color:blue">
+
## This MUST be done as the "root" super user!<br>Use the first command if you haven't setup sudoers.<br>Use the second command if you have already set yourself up in sudoers.<pre style="color:blue">su - root
su - root
 
 
sudo su - root
 
sudo su - root
 
</pre>
 
</pre>

Revision as of 22:52, 8 November 2011

How to Install VMWare Tools on a Freshly Installed Linux VM

Prerequisits

  • All development libraries need to be installed.
  • Development tools such as g++, gcc, make, cmake, etc. must be installed.
  • Current version of perl is required.
  • Kernel headers for your running version of Linux must be installed.
  • Familiarity of the usage of the command prompt, as all commands will be enter from the command line.
  • Root, aka "Super User" access to the virtual machine, either from VMWare or via SSH (Secure Shell)



Get the VMWare Tools Files

  1. Mount the VMWare Tools partition so you can copy to your hard drive.
    1. This MUST be done as the "root" super user!
      Use the first command if you haven't setup sudoers.
      Use the second command if you have already set yourself up in sudoers.
      su - root

sudo su - root



    1. If you are running a terminal in within an Xwindows GUI (Graphical User Interface),
      a window usually pops up after you tell VMWare to install the tools.