Summary:
On Ubuntu 22.04, attempt to install the fuse package will remove the
operating system. This is because the fuse package is now fuse3. This diff
updates the README to reflect this change.
Trying to install fuse on Ubuntu 22.04 conflicts with fuse3 and will
uninstall fuse3 along with the packages that depend on it. On my Ubuntu
system, this was:
$ sudo apt install fuse
The following packages will be REMOVED:
fuse3 gnome-control-center gnome-remote-desktop gnome-shell-extension-desktop-icons-ng gvfs-fuse ntfs-3g ubuntu-desktop ubuntu-desktop-minimal xdg-desktop-portal xdg-desktop-portal-gnome
xdg-desktop-portal-gtk
The following NEW packages will be installed:
fuse
0 upgraded, 1 newly installed, 11 to remove and 22 not upgraded.
Summary: On Ubuntu 22.04, attempt to install the
fuse
package will remove the operating system. This is because thefuse
package is nowfuse3
. This diff updates the README to reflect this change.Trying to install
fuse
on Ubuntu 22.04 conflicts withfuse3
and will uninstallfuse3
along with the packages that depend on it. On my Ubuntu system, this was:Test Plan: