How To Install ampr-ripd on Fedora 36

In this tutorial we learn how to install ampr-ripd in Fedora 36. ampr-ripd is Routing daemon for the ampr network

Introduction

In this tutorial we learn how to install ampr-ripd on Fedora 36.

What is ampr-ripd

Routing daemon written in C similar to Hessu’s rip44d including optional resending of RIPv2 broadcasts for router injection.

We can use yum or dnf to install ampr-ripd on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ampr-ripd.

Install ampr-ripd 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 ampr-ripd using dnf by running the following command:

sudo dnf -y install ampr-ripd

Install ampr-ripd 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 ampr-ripd using yum by running the following command:

sudo yum -y install ampr-ripd

How To Uninstall ampr-ripd on Fedora 36

To uninstall only the ampr-ripd package we can use the following command:

sudo dnf remove ampr-ripd

ampr-ripd Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/58
/usr/lib/.build-id/58/6a083b383bd38030756335523836e8cd51c244
/usr/lib/systemd/system/ampr-ripd.service
/usr/sbin/ampr-ripd
/usr/share/ampr-ripd
/usr/share/ampr-ripd/examples
/usr/share/ampr-ripd/examples/ampr-run.sh
/usr/share/ampr-ripd/examples/find_pass.sh
/usr/share/ampr-ripd/examples/interfaces
/usr/share/doc/ampr-ripd
/usr/share/doc/ampr-ripd/COPYING
/usr/share/doc/ampr-ripd/manual.txt
/usr/share/man/man1/ampr-ripd.1.gz

References

Summary

In this tutorial we learn how to install ampr-ripd on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).