Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vegerot
Copy link

@vegerot vegerot commented Aug 13, 2024

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

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:

```sh
$ 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant