Skip to content

Commit 18b98c4

Browse files
committed
Update repository information on Fedora
Signed-off-by: Fluoros <fluoros@fluoroserve.jp>
1 parent 6e3e812 commit 18b98c4

1 file changed

Lines changed: 43 additions & 9 deletions

File tree

docs/Getting Started/Fedora/index.rst

Lines changed: 43 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,52 @@ see below.
7575

7676
dnf update --exclude=kernel*
7777

78-
Testing Repo
79-
--------------------
78+
Latest Repositories (Fedora 41+)
79+
--------------------------------
8080

81-
Testing repository, which is disabled by default, contains
82-
the latest version of OpenZFS which is under active development.
83-
These packages
84-
**should not** be used on production systems.
81+
*zfs-latest* repository contains the latest released version of OpenZFS which
82+
is under active development. It will contain the newest features, and is
83+
considered stable, but will have less real-world testing use than
84+
*zfs-legacy*.
85+
This repository is equivalent to the default *zfs* repository for Fedora.
86+
Packages from the latest repository can be installed as follows.
8587

86-
::
88+
For Fedora 41 and newer run::
89+
90+
dnf config-manager --enable zfs-latest
91+
dnf install kernel-devel zfs
92+
93+
Legacy Repositories (Fedora 41+)
94+
--------------------------------
95+
96+
*zfs-legacy* repository contains the previous released version of OpenZFS which
97+
is still being actively updated.
98+
Typically, this repository provides same packages as primary *zfs* repository
99+
for RHEL- and CentOS-based distribution.
100+
Packages from the legacy repository can be installed as follows.
101+
102+
For Fedora 41 and newer run::
103+
104+
dnf config-manager --enable zfs-legacy
105+
dnf install kernel-devel zfs
106+
107+
Version Specific Repositories (Fedora 41+)
108+
------------------------------------------
109+
110+
Version specific repositories are provided for users who wants to run a specific
111+
branch (e.g. `2.3.x`) of ZFS.
112+
Packages from the version specific repository can be installed as follows.
113+
114+
For Fedora 41 and newer, to enable version specific repository for ZFS branch x.y, run::
115+
116+
dnf config-manager --enable zfs-x.y
117+
dnf install kernel-devel zfs
118+
119+
Testing Repository (DEPRECATED)
120+
-------------------------------
121+
122+
*zfs-testing* repository is DEPRECATED in favor of 'zfs-latest'.
87123

88-
dnf config-manager --enable zfs-testing
89-
dnf install zfs
90124

91125
Root on ZFS
92126
-----------

0 commit comments

Comments
 (0)