linux_fedora.adoc 703 B

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