Ubuntu implements copy and paste with physical machine

Uninstall existing tools

sudo apt-get autoremove open-vm-tools -y

Installation tools

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

Install desktop tools

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

Restart

reboot

Ubuntu’s copy shortcut: Ctrl + Shift + C
Ubuntu’s paste shortcut: Ctrl + Shift + V

Guess you like

Origin blog.csdn.net/qq_44918057/article/details/127258909