olivetin/docs/modules/ROOT/pages/install/linux_fedora.adoc

28 lines
703 B
Plaintext

[#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[]