Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions webpage/src/installation/fedora.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down