본문 바로가기
Linux

Installing VMware Tools for Ubuntu/CentOS virtual machine

by 올엠 2020. 11. 16.
반응형

If you have Ubuntu/CentOS installed on ESXi or Virtual Box, it is a good idea to install VMware Tools for administration. You can also install it in the way provided by the official website. See link below.

 

https://kb.vmware.com/s/article/1022525

If you want to install it easier, use the command below.

 

sudo apt-get install open-vm-tools-desktop

after success install, enable full control vm at host machine (like mouse capture and file upload)

open-vm-tools-desktop

If you have CentOS, you can install it using the yum command.

yum install http://mirror.redsox.cc/pub/epel/6/i386/epel-release-6-8.noarch.rpm

yum install open-vm-tools

 

반응형