(Vmware) How to install VMware Tools on Debian, Ubuntu and CentOS

How to install VMware Tools on Debian, Ubuntu and CentOS




go to VM > Guest > Install/Upgrade VMware Tools

vmware install tools


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


Install VMware Tools on Ubuntu

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

sudo apt-get update && sudo apt-get dist-upgrade
sudo shutdown -r now

Install compiler and Linux Header with command

sudo apt-get update && sudo apt-get install build-essential linux-headers-$(uname -r)

Mount VMware Tools disc and extract file

sudo mount /dev/cdrom /mnt
sudo tar xvfz /mnt/VMwareTools-*.tar.gz -C /tmp/

Start installing VMware Tools with command

sudo 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.

sudo shutdown -r now


Install VMware Tools on CentOS

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.

yum update
shutdown -r now

Install compiler and Linux Header with command

yum install gcc perl

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
 
ที่มา : http://www.wingfoss.com/content/how-to-install-vmware-tools-on-debian-ubuntu-centos
  • 1 brukere syntes dette svaret var til hjelp
Var dette svaret til hjelp?

Related Articles

สอนการตั้งค่า การเปิด Firewall ให้สามารถใช้ Remote Desktop ได้

1. เข้าไปตั้งค่าใน Windows Firewall ให้ Allow App Remote Desktop1.1 Control Panel --> Windows...

สอนการเปลี่ยน Port remote desktop สำหรับ Windows

วันนี้จะมาแนะนำวิธีเปลี่ยน Port ของ Remote Desktop ใน Windows 10, Windows 8.1 และ Windows 7...

วิธีทำ Virtual Host บน XAMPP ในระบบปฏิบัติการ Windows

วิธีทำ Virtual Host บน XAMPP ในระบบปฏิบัติการ Windows Virtual Host คืออะไร ? Virtual Host...

GLANCES ตรวจสอบสถานะเซิฟเวอร์

Glances เป็นเครื่องมือที่เหมาะสำหรับ Admin...

สอนการเปิดการใช้งาน SSL ฟรี Let’s Encrypt

เปิดใช้งาน https กับ Let’s Encrypt ให้เว็บไซต์โดยใช้ DirectAdmin ก่อนอื่นมาทำความรู้จักกับ...

Powered by WHMCompleteSolution