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
Subscribe to:
Post Comments (Atom)
To the point, thank you.
ReplyDeleteFor 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.
Thanks for your feedback
ReplyDeleteThank you. It is very useful for me.
ReplyDeleteThanks for your nice comments about this video tutorial. Consider subscribing channel so that you will not miss those updates.
ReplyDelete