From Ubuntu 20.04, need to reinstall from the terminal
sudo apt-get autoremove open-vm-tools
sudo apt-get autoremove open-vm-tools-desktop
sudo apet-get update
sudo apt-get install open-vm-tools
sudo apt-get install open-vm-tools-desktop
reboot
After the reboot copy/paste and drag/drop will work!
NOTE: If you are having troubles with the clipboard working between the host and guest, shut everything down, include the VMWare application and then restart everything.
Ubuntu 22.04
Note: You will need to be OFF the VPN
Refer: https://installati.one/ubuntu/22.04/open-vm-tools-dev/
Install open-vm-tools-dev Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get update
After updating apt database, We can install open-vm-tools-dev using apt-get by running the following command:
sudo apt-get -y install open-vm-tools-dev
Install open-vm-tools-dev Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install open-vm-tools-dev using apt by running the following command:
sudo apt -y install open-vm-tools-dev
