Halaman

Rabu, 02 April 2014

Install VMWare Tools on Debian

We must log in with root user. It is better if we start with update all the software in system first then reboot one time.

apt-get update && apt-get dist-upgrade
shutdown -r now
Install compiler and Linux Header with command
apt-get update && apt-get install build-essential linux-headers-$(uname -r) libglib2.0-0
Mount VMware Tools disc and extract file
mount /dev/cdrom /mnt
tar xvfz /mnt/VMwareTools-*.tar.gz -C /tmp/
Start installing VMware Tools with command
perl /tmp/vmware-tools-distrib/vmware-install.pl
Then press Enter to all the questions to use all default answer. Then reboot again and it will be done.
shutdown -r now

- See more at: http://www.wingfoss.com/content/how-to-install-vmware-tools-on-debian-ubuntu-centos

Reference Others : 
http://lgallardo.com/en/2013/10/14/como-instalar-vmware-tools-en-debian-7/
http://blog.rebelit.net/456
http://majornetwork.net/2013/03/installing-vmware-tools-on-debian-linux/

Tidak ada komentar:

Posting Komentar