解决 VMware 无法复制黏贴的问题

看到其他人的博客,经验证有效:https://blog.csdn.net/qq_28912651/article/details/82848761

经笔者 Ubuntu18.04.4 验证有效
卸载之前安装的工具(如果安装的话)
sudo vmware-uninstall-tools.pl

卸载之前安装的工具(如果安装的话)
sudo apt-get remove open-vm-tools

卸载之前安装的工具(如果安装的话)
sudo apt-get remove --auto-remove open-vm-tools

清理残留数据(如果安装的话)
sudo apt-get purge open-vm-tools

sudo apt-get purge --auto-remove open-vm-tools

最后运行vmware-tools补丁
如果没有安装 git ,则:sudo apt-get install git
git clone https://github.com/rasa/vmware-tools-patches.git

再重启一下 Ubuntu系统,笔者是sudo reboot

重启后再安装工具
sudo apt-get install open-vm-tools
sudo apt-get install open-vm-tools-desktop

再重启一下 Ubuntu系统,笔者这次是点击右上角的设置按钮重启的系统
然后就可以正常拖拽了。(然后拖拽超过20M的文件进度条就卡住了。。。小文件正常)

你可能感兴趣的:(WMware,虚拟机)