How To Install dlrn on Fedora 36
Introduction
In this tutorial we learn how to install dlrn
on Fedora 36.
What is dlrn
DLRN builds and maintains yum repositories following upstream commits from a Git repo.
We can use yum
or dnf
to install dlrn
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dlrn.
Install dlrn on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install dlrn
using dnf
by running the following command:
sudo dnf -y install dlrn
Install dlrn on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install dlrn
using yum
by running the following command:
sudo yum -y install dlrn
How To Uninstall dlrn on Fedora 36
To uninstall only the dlrn
package we can use the following command:
sudo dnf remove dlrn
dlrn Package Contents on Fedora 36
/etc/dlrn
/etc/dlrn/projects.ini
/usr/bin/delorean
/usr/bin/dlrn
/usr/bin/dlrn-purge
/usr/bin/dlrn-remote
/usr/bin/dlrn-user
/usr/bin/run-dlrn
/usr/lib/systemd/system/dlrn.service
/usr/lib/systemd/system/dlrn.timer
/usr/share/dlrn
/usr/share/dlrn/scripts
/usr/share/dlrn/scripts/api.py
/usr/share/dlrn/scripts/bisect.sh
/usr/share/dlrn/scripts/build_srpm.sh
/usr/share/dlrn/scripts/centos.cfg
/usr/share/dlrn/scripts/centos8.cfg
/usr/share/dlrn/scripts/common-functions
/usr/share/dlrn/scripts/db_migrate.py
/usr/share/dlrn/scripts/fedora.cfg
/usr/share/dlrn/scripts/get_rdo_review.py
/usr/share/dlrn/scripts/recreate-promotion-symlinks.py
/usr/share/dlrn/scripts/redhat.cfg
/usr/share/dlrn/scripts/run_sh_tests.sh
/usr/share/dlrn/scripts/run_tests.sh
/usr/share/dlrn/scripts/submit_review.sh
/usr/share/licenses/dlrn
/usr/share/licenses/dlrn/LICENSE
/var/lib/dlrn
/var/lib/dlrn/data
References
Summary
In this tutorial we learn how to install dlrn
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).