[LINUX] Install or download vmware tools

Install or download vmware tools

ubuntu debian centos OpenSuSE RHEL Fedora centos I was looking for an iso for wmware-tools, but I can't find the download link. And when you look at the URL below https://docs.vmware.com/jp/VMware-Tools/11.0.0/com.vmware.vsphere.vmwaretools.doc/GUID-C48E1F14-240D-4DD1-8D4C-25B6EBE4BB0F.html

Wait a minute

[Ubuntu, Debian, and related operating systems]

sudo apt-get install open-vm-tools

On the Linux desktop

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

Just

For Ubuntu 20.04 Change the resolution etc. Settings> Display> Arbitrary Magnification Scaling Just turn on scaling at any magnification to increase the window size You can change the resolution just by playing with it Very easy LINUXディスプレイ.jpg

[RHEL, Fedora, and CentOS]

sudo yum install open-vm-tools-desktop
sudo yum install open-vm-tools

[SLE and OpenSuSE]

zypper install open-vm-tools-desktop
zypper install open-vm-tools

No way such a convenient era will come If you are struggling to download the Vmwaretools installation iso this time I was surprised to reach this page What was the hardship so far ...

How to create a shared folder

vmhgfs-fuse --help
Usage:	vmhgfs-fuse sharedir mountpoint [options]
Examples:
	vmhgfs-fuse .host:/ /mnt/hgfs
	vmhgfs-fuse .host:/foo/bar /mnt/bar

The past installation method is as follows

https://kb.vmware.com/articleview?docid=1022525&lang=ja

Recommended Posts

Install or download vmware tools