Copy/Paste not working in VMware virtual machine with Ubuntu 19.04

Yixiao Zhan
1 min readSep 20, 2019

I had this issue when I first set up my virtual machine.

Here is a quick solution to this problem.

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

Then restart the virtual machine, copy and paste should work now.

--

--