Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.05 KB

fedora.md

File metadata and controls

38 lines (31 loc) · 1.05 KB

Fedora Copr repository with tezos-* binaries

If you are using Fedora you can use Copr in order to install tezos-* executables. E.g. in order to install tezos-client or a tezos-baker-<proto> run the following commands:

# use dnf
sudo dnf copr enable @Serokell/Tezos
sudo dnf install tezos-client
sudo dnf install tezos-baker-PsParisC

# or use yum
sudo yum copr enable @Serokell/Tezos
sudo yum install tezos-baker-PsParisC

Once you install these packages, the commands tezos-* and octez-* will be available.

Using release-candidate packages

In order to use packages with the latest release-candidate Octez binaries, use the @Serokell/Tezos-rc project:

# use dnf
sudo dnf copr enable @Serokell/Tezos-rc

# or use yum
sudo yum copr enable @Serokell/Tezos-rc

Systemd services from Fedora packages

Some of the packages provide background systemd services, you can read more about them here.