sgan81 / apfs-fuse

FUSE driver for APFS (Apple File System)
GNU General Public License v2.0
1.74k stars 164 forks source link

fix: don't delete operating system when installing dependencies #199

Open vegerot opened 4 weeks ago

vegerot commented 4 weeks ago

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.

Test Plan:

  1. follow step 1 in the Usage section of the README
  2. verify that operating system is not deleted