我正在使用一个云服务,它提供了一个依赖于fuse
. 当我尝试安装时,fuse
我得到
$ sudo apt install fuse
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
fuse3 xdg-desktop-portal xdg-desktop-portal-gtk
The following NEW packages will be installed:
fuse
0 upgraded, 1 newly installed, 3 to remove and 0 not upgraded.
Need to get 27.0 kB of archives.
After this operation, 1’577 kB disk space will be freed.
Do you want to continue? [Y/n]
这将删除fuse3
and xdg-desktop-portal
(具有此效果)。
有没有办法同时拥有 fuse
并fuse3
安装?还是有不同的解决方法?
我收到了云提供商的回复。他们的建议是安装
libfuse2
(没有命令行工具fuse
):一切似乎都很好。