解决ubuntu和windows电脑之间无法复制粘贴问题

问题:当自己遇到这个问题的时候,查阅很多资料,发现很多需要安装一大推东西,又是安装,又是重启,最后还是没有搞定。最后还是通过这三行命令搞定了。

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

然后重启即可。

参考文章:
[1]: https://blog.csdn.net/nzyalj/article/details/80288340

你可能感兴趣的:(linux,vmware,复制,粘贴,ubuntu,windows)