From 00d5a7e806b25b0a1fff748a31769acc40e21f2d Mon Sep 17 00:00:00 2001 From: Maurice Zhou Date: Thu, 30 Dec 2021 20:01:25 +0100 Subject: [PATCH] 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 --- docs/Getting Started/Fedora/Root on ZFS/1-preparation.rst | 2 +- docs/Getting Started/Fedora/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Getting Started/Fedora/Root on ZFS/1-preparation.rst b/docs/Getting Started/Fedora/Root on ZFS/1-preparation.rst index c588552..6066c56 100644 --- a/docs/Getting Started/Fedora/Root on ZFS/1-preparation.rst +++ b/docs/Getting Started/Fedora/Root on ZFS/1-preparation.rst @@ -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:: diff --git a/docs/Getting Started/Fedora/index.rst b/docs/Getting Started/Fedora/index.rst index 604481e..dd99f98 100644 --- a/docs/Getting Started/Fedora/index.rst +++ b/docs/Getting Started/Fedora/index.rst @@ -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::