Skip to content

Commit 3b0a4ce

Browse files
committed
Update repository information on Fedora
Signed-off-by: Fluoros <fluoros@fluoroserve.jp>
1 parent fa68dd0 commit 3b0a4ce

1 file changed

Lines changed: 46 additions & 9 deletions

File tree

docs/Getting Started/Fedora/index.rst

Lines changed: 46 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,55 @@ 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+
sudo dnf config-manager setopt zfs*.enabled=0
91+
sudo dnf config-manager setopt zfs-latest.enabled=1
92+
sudo dnf install zfs
93+
94+
Legacy Repositories (Fedora 41+)
95+
--------------------------------
96+
97+
*zfs-legacy* repository contains the previous released version of OpenZFS which
98+
is still being actively updated.
99+
Typically, this repository provides same packages as primary *zfs* repository
100+
for RHEL- and CentOS-based distribution.
101+
Packages from the legacy repository can be installed as follows.
102+
103+
For Fedora 41 and newer run::
104+
105+
sudo dnf config-manager setopt zfs*.enabled=0
106+
sudo dnf config-manager setopt zfs-legacy.enabled=1
107+
sudo dnf install zfs
108+
109+
Version Specific Repositories (Fedora 41+)
110+
------------------------------------------
111+
112+
Version specific repositories are provided for users who wants to run a specific
113+
branch (e.g. `2.3.x`) of ZFS.
114+
Packages from the version specific repository can be installed as follows.
115+
116+
For Fedora 41 and newer, to enable version specific repository for ZFS branch x.y, run::
117+
118+
sudo dnf config-manager setopt zfs*.enabled=0
119+
sudo dnf config-manager setopt zfs-x.y.enabled=1
120+
sudo dnf install zfs
121+
122+
Testing Repository (DEPRECATED)
123+
-------------------------------
124+
125+
*zfs-testing* repository is DEPRECATED in favor of 'zfs-latest'.
87126

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

91128
Root on ZFS
92129
-----------

0 commit comments

Comments
 (0)