保险丝和保险丝3 - 我可以同时安装吗?

hir*_*ist 2 fuse 22.04

我正在使用提供同步应用程序的云服务,该应用程序依赖于fuse. 当我尝试安装时fuse我得到

\n
$ sudo apt install fuse\nReading package lists... Done\nBuilding dependency tree... Done\nReading state information... Done\nThe following packages will be REMOVED:\n  fuse3 xdg-desktop-portal xdg-desktop-portal-gtk\nThe following NEW packages will be installed:\n  fuse\n0 upgraded, 1 newly installed, 3 to remove and 0 not upgraded.\nNeed to get 27.0 kB of archives.\nAfter this operation, 1\xe2\x80\x99577 kB disk space will be freed.\nDo you want to continue? [Y/n] \n
Run Code Online (Sandbox Code Playgroud)\n

这将删除fuse3xdg-desktop-portal(具有此效果)。

\n

有没有办法同时拥有 fusefuse3安装?或者有不同的解决方法吗?

\n

hir*_*ist 7

我收到了我的云提供商的回复。他们的建议是只安装libfuse2(不使用命令行工具fuse):

$ sudo apt install libfuse2
Run Code Online (Sandbox Code Playgroud)

一切似乎都运转良好。