[VMWARE--shared files]

Series Article Directory


change source

Open the terminal and enter the command:

vim /etc/apt/sources.list
```![在这里插入图片描述](https://img-blog.csdnimg.cn/790d17fee90446748b69f553c0f71cc5.png)


Ali Cloud====
deb http://mirrors.aliyun.com/kali kali-rolling main non-free contrib (test available, recommended)
====================== ========Official source
deb http://http.kali.org/kali kali-rolling main non-free contrib

deb-src http://http.kali.org/kali kali-rolling hand non-free contrib
======================================================================= =清华
deb http://mirrors/tuna.singhua.edu.cn/kali kali-rolling main contrib non-free

deb-src http://mirrors/tuna.singhua.edu.cn/kali kali-rolling main contrib non-free
======================================================================================= ====Download
deb http://mirrors.ustc.edu.cn/kali that main non-free contrib

deb http://mirrors.ustc.edu.cn/kali-security/sana/updates main contrib non-free

deb-src http://mirrors.ustc.edu.cn/kali-security/sana/updates main contrib non-free


然后接着更新源:

```csharp
sudo yum update1  

Then install open-vm-tools:

sudo yum install open-vm-tools-desktop fuse

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

Then restart to take effect, terminal input:

reboot

If installation fails:

原因可能
rpm -qa | grep vm-tools //可能会有两个结果
// xx1
// xx2
rpm -e --nodeps xx1
rpm -e --nodeps xx2

Solve the problem that vmtools is installed but still cannot share files, copy and paste

BUG I encountered – no local files shared
insert image description hereinsert image description here

Update TOOLS

insert image description here
insert image description here

insert image description heresudo ./vmware-install.pl

insert image description here

Guess you like

Origin blog.csdn.net/qq_42700796/article/details/126050575