新手求助,VMware-tools安装问题

我在VMware安装了最新版的openkylin,在安装vmware-tools 时,按网上的教程,将vmware-tools-distrib文件夹解压到桌面,但在终端中,不管是用sudo,还是root账号执行 ./vmware-install.pl命令,都会提示如下:

Error: Unable to execute "/usr/bin/vmware-uninstall-tools.pl.
Uninstall failed. Please correct the failure and re run the install.
Execution aborted.

我搜索网上的解答,说因为在安装中途中断,vmware-uninstall-tools.pl这个卸载文件没有被copy到/usr/bin中,可以通过cp -i vmware-uninstall-tools.pl /usr/bin 的命令,将缺少的文件拷到/usr/bin中,但用sudo或root账号,都提示:“cp:无法创建普通文件’/usr/bin/vmware-uninstall-tools.pl’:只读文件系统”

作为一个纯新手,网上再也搜不到后续的解答了,请各位大佬指导一下,在虚拟机中,到底应该怎么安装VMware-tools?