| 123456789101112131415161718192021222324252627 |
- [#install-fedora]
- = Fedora Linux (dnf)
- Fedora is included in the Fedora Project official repositories. For an overview of versions, see the Package Sources page;
- https://src.fedoraproject.org/rpms/OliveTin
- == Installation (project package)
- [bash]
- ----
- root@host: rpm -U https://github.com/OliveTin/OliveTin/releases/latest/download/OliveTin_linux_amd64.rpm
- ----
- == Installation (distribution package)
- WARN:
- The package included in the Fedora repositories is currently very old, and is not recommended. Please use the project package instead.
- Install using `dnf` (or yum, on older versions of Fedora);
- ----
- user@host: dnf install -y OliveTin
- ----
- include::partial$install/post_systemd.adoc[]
|