From fe3633a181ddd0bb4191588a255a1dc731bbf54c Mon Sep 17 00:00:00 2001 From: Emanuele Petriglia Date: Thu, 15 Jan 2026 17:55:28 +0100 Subject: [PATCH] Update Fedora installation instructions This commit will add installation instructions for Fedora 41 and higher using dnf5. --- webpage/src/installation/fedora.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/webpage/src/installation/fedora.md b/webpage/src/installation/fedora.md index 0ca8c11e7a..650f64f3f1 100644 --- a/webpage/src/installation/fedora.md +++ b/webpage/src/installation/fedora.md @@ -10,6 +10,18 @@ For most users you can just use `dnf install qownnotes` in a terminal window to If you want the **most up-to-date version**, please continue reading. ::: +## On systems with Fedora 41 and higher + +Starting with [Fedora 41](https://fedoraproject.org/wiki/Changes/SwitchToDnf5), dnf5 is the default package manager and includes the config-manager plugin by default. Run the following commands as root to add the repository and install QOwnNotes: + +```bash +dnf config-manager add-repo --from-repofile=https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Fedora_42/home:pbek:QOwnNotes.repo + +dnf install qownnotes +``` + +Change the portion `Fedora_42` in the above code with the version of Fedora you are using (i.e. `Fedora_41`, `Fedora_Rawhide` etc.). + ## On systems with config-manager dnf plugin Run the following shell commands as root to add the repository.