Saturday, May 25, 2013

How to Install VMware Tools in Debian 7.0 Wheezy Step-by-Step Tutorial



We'll Install VMware Tools in Debian 7.0 Wheezy Step-by-Step.

Hope you found it informative and useful. Any questions or comments are welcomed.

Website: http://www.sysadminshowto.com/
Facebook Page: https://www.facebook.com/SysAdminsHowto/
Twitter: https://twitter.com/SysAdmHowto
Google Plus: http://google.com/+Sysadminshowtos

source

4 comments:

  1. To the point, thank you.

    For those that uses a console only, you need to mount the cdrom, I believe I did:

    # mount /dev/cdrom

    The rest of the steps I did:
    # cd /tmp
    # tar -zxvf /media/cdrom0/VMwareTools-9.0.5-1065307.tar.gz
    # cd vmware-tools-distrib/
    # ./vmware-install.pl

    If you need gcc, make and kernel-headers (which I did, I had to install the packages):

    # apt-get install gcc make kernel-headers-$(uname -r)

    No need to run vware-user if you don't run X.

    ReplyDelete
  2. Thank you. It is very useful for me. 

    ReplyDelete
  3. Thanks for your nice comments about this video tutorial. Consider subscribing channel so that you will not miss those updates.

    ReplyDelete