Fedora: replace dnf remove with rpm -e --nodeps

Fix an issue where removing zfs-fuse package will cause tons of other
packages marked for removal

Reported by @siepkes

Closes #245

Signed-off-by: Maurice Zhou <jasper@apvc.uk>
This commit is contained in:
Maurice Zhou
2021-12-30 20:01:25 +01:00
committed by George Melikov
parent 4aa28d1d66
commit 00d5a7e806
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ Preparation
#. If zfs-fuse from official Fedora repo is installed, remove it first. It is not maintained and should not be used under any circumstance::
dnf remove -y zfs-fuse
rpm -e --nodeps zfs-fuse
#. Install ZFS packages::

View File

@@ -20,7 +20,7 @@ see below.
remove it first. It is not maintained and should not be used
under any circumstance::
dnf remove -y zfs-fuse
rpm -e --nodeps zfs-fuse
#. Add ZFS repo::