You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@daffodil.apache.org by Steve Lawrence <sl...@apache.org> on 2021/06/14 17:11:36 UTC

Daffodil YUM/DNF Repository

For those that use an RPM/YUM/DNF based distro, we've just added support
to install/upgrade Daffodil via yum/dnf. Instructions are on the release
pages in the "DNF" tab, but I'll include them here as well.

To enable this, create the file

  /etc/yum.repos.d/apache-daffodil.repo

with the following content:

[apache-daffodil]
name=Apache Daffodil
baseurl=https://apache.jfrog.io/artifactory/daffodil-rpm/
enabled=1
gpgkey=https://downloads.apache.org/daffodil/KEYS
gpgcheck=1
repo_gpgcheck=0

Then run this command to install Daffodil:

  sudo dnf install apache-daffodil

This may ask to install gpg keys to verify the RPM signature before
installation. With this setup, whenever you run "dnf upgrade", you will
always get the latest version of Daffodil.