Skip to content

Commit 32b363b

Browse files
GCoreTechgmelikov
authored andcommitted
Remove rpm package zfs-fuse in Fedora 41 to allow custom zfs rpm installation.
1 parent 66158b5 commit 32b363b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/Developer Resources/Custom Packages.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,14 @@ options.
128128
$ make -j1 rpm-utils rpm-kmod
129129
$ sudo dnf install *.$(uname -m).rpm *.noarch.rpm
130130
131+
**NOTE:** Fedora 41 Workstation includes the rpm package zfs-fuse
132+
which will prevent the installation of your own packages. Remove
133+
that single package before dnf install:
134+
135+
.. code:: sh
136+
137+
$ sudo rpm -e --nodeps zfs-fuse
138+
131139
kABI-tracking kmod
132140
~~~~~~~~~~~~~~~~~~
133141

0 commit comments

Comments
 (0)