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:
committed by
George Melikov
parent
4aa28d1d66
commit
00d5a7e806
@@ -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::
|
#. 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::
|
#. Install ZFS packages::
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ see below.
|
|||||||
remove it first. It is not maintained and should not be used
|
remove it first. It is not maintained and should not be used
|
||||||
under any circumstance::
|
under any circumstance::
|
||||||
|
|
||||||
dnf remove -y zfs-fuse
|
rpm -e --nodeps zfs-fuse
|
||||||
|
|
||||||
#. Add ZFS repo::
|
#. Add ZFS repo::
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user