当前位置:网站首页>Depens:*** but it is not going to be installed

Depens:*** but it is not going to be installed

2022-06-24 09:10:00 now ~ try

stay Kali Install in VM-Tools Implement physical machines and Kali Free copy file .
install open-vm-tools replace VMware tools Can perfectly achieve ” Automatically adapt to clients “ And the copy and paste function of files with the host computer .

perform apt install open-vm-tools-desktop fuse, encounter open-vm-tools-desktop:Depends:fuse3 but it is not going to be installed.

 Insert picture description here

resolvent :
Don't use apt-get While using aptitude.

sudo apt-get install aptitude   // Install first aptitude
sudo aptitude install open-vm-tools-desktop fuse

attach 1:

  • apt Command Overview :apt It's a piece. Linux command , Apply to deb Package managed operating system , Mainly used to automatically search from the software warehouse of the Internet 、 install 、 upgrade 、 Uninstall software or operating system .deb Bag is Debian File extension in package format .
  • apt update: Go to kali The index file of the synchronization package in the source , Run this command , In fact, the software has not been updated , It's equivalent to Windows Check for updates below , Get the state of the software .
  • apt install open-vm-tools-desktop fuse: Install the latest vmtools Related packages ,fuse Is the user space file system (Filesystem in Userspace), Implement physical machines and Kali Drag and drop files and copy contents freely .

attach 2:

apt and apt-get The difference between :

  1. apt Can be seen as apt-get and apt-cache A subset of commands , You can provide the necessary command options for package management .
  2. apt Provides most of the information related to apt-get And apt-cache Some functions , But it's easier to use .
  3. apt install and apt-get install Same function , All install packages , There is no difference between .
原网站

版权声明
本文为[now ~ try]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/175/202206240746444631.html