How To Install aprsd on Fedora 36

In this tutorial we learn how to install aprsd in Fedora 36. aprsd is Internet gateway and client access to amateur radio APRS packet data

Introduction

In this tutorial we learn how to install aprsd on Fedora 36.

What is aprsd

APRSd is an APRS server program that uses amateur radio and internet services to convey GPS mapping, weather, and positional data. It has been developed by and for amateur radio enthusiasts to provide real-time data in an easy to use package.

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

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

sudo dnf -y install aprsd

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

sudo yum -y install aprsd

How To Uninstall aprsd on Fedora 36

To uninstall only the aprsd package we can use the following command:

sudo dnf remove aprsd

aprsd Package Contents on Fedora 36

/etc/aprsd
/etc/aprsd/INIT.TNC
/etc/aprsd/RESTORE.TNC
/etc/aprsd/aprsd.conf
/etc/aprsd/user.deny
/etc/aprsd/welcome.txt
/etc/logrotate.d/aprsd
/usr/bin/aprsd
/usr/bin/aprspass
/usr/lib/.build-id
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/c02fe791146c35548d91683ca60009ad5a7dc3
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/20ec9162b978ef8c6c4d512a49177a83af924c
/usr/lib/systemd/system/aprsd.service
/usr/share/doc/aprsd
/usr/share/doc/aprsd/AUTHORS
/usr/share/doc/aprsd/COPYING
/usr/share/doc/aprsd/ChangeLog
/usr/share/doc/aprsd/README
/usr/share/doc/aprsd/aprsddoc.html
/usr/share/doc/aprsd/ports.html
/usr/share/doc/aprsd/q.html
/usr/share/doc/aprsd/qalgorithm.html
/var/log/aprsd

References

Summary

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