2019-03-15 17:32:23 +00:00
---
tags: dontlink
sitemap: true
---
2019-03-15 18:27:41 +00:00
# Installing on Red Hat Enterprise Linux, Fedora, CentOS and similar
**These instructions apply to any RPM-based distribution with `systemd` .**
2019-03-15 17:32:23 +00:00
RPM binary packages exist to simplify the installation of Yggdrasil. These
will also work on any other RPM-based distribution.
2019-06-02 15:43:10 +00:00
## Install RPM package from COPR repository
2022-09-24 14:14:06 +00:00
There's a [Fedora COPR repository ](https://copr.fedorainfracloud.org/coprs/neilalexander/yggdrasil-go/ ) available, which provides recent versions of Yggdrasil for some RPM-based distributions.
2019-06-02 15:43:10 +00:00
### Fedora
Installation on Fedora is easy as:
```bash
2022-09-24 14:14:06 +00:00
dnf copr enable neilalexander/yggdrasil-go
2019-06-02 15:43:10 +00:00
dnf install yggdrasil
2019-03-15 17:32:23 +00:00
```
2019-06-02 15:43:10 +00:00
... and you're ready to go!
2019-03-15 17:44:04 +00:00
## Making configuration changes
2019-03-15 17:32:23 +00:00
2022-09-24 14:14:06 +00:00
Modify the `/etc/yggdrasil.conf` file and then either restart the Yggdrasil daemon:
2019-03-15 17:32:23 +00:00
```
systemctl restart yggdrasil
```
2019-03-15 17:44:04 +00:00
## After installation
2019-03-15 17:32:23 +00:00
2021-11-11 09:10:29 +00:00
Read the [Linux platform page ](configuration.html ) page for further
2019-03-15 17:32:23 +00:00
information about Linux platform support.