How To Install aprsdigi on Fedora 36
Introduction
In this tutorial we learn how to install aprsdigi
on Fedora 36.
What is aprsdigi
Aprsdigi is a specialized Amateur Packet Radio (AX.25) UI-frame digipeater for the Automatic Position Reporting Systems, APRS(tm). It uses the Linux kernel AX.25 network stack as well as the SOCK_PACKET facility to listen for packets on one or more radio interfaces (ports) and repeat those packets – with several possible modifications – on the same or other interfaces. Aprsdigi can also use the Internet to tunnel connections among other APRS digipeaters and nodes using IPv4 or IPv6 UDP unicast or multicast.
We can use yum
or dnf
to install aprsdigi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aprsdigi.
Install aprsdigi 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 aprsdigi
using dnf
by running the following command:
sudo dnf -y install aprsdigi
Install aprsdigi 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 aprsdigi
using yum
by running the following command:
sudo yum -y install aprsdigi
How To Uninstall aprsdigi on Fedora 36
To uninstall only the aprsdigi
package we can use the following command:
sudo dnf remove aprsdigi
aprsdigi Package Contents on Fedora 36
/etc/ax25
/etc/ax25/aprsdigi.conf
/etc/logrotate.d/aprsdigi
/usr/lib/.build-id
/usr/lib/.build-id/63
/usr/lib/.build-id/63/c6a062bddb1d27d26f9d492f110e64ebbc7191
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/83ce6c7c133980ea17dc9d50c01f68b66af12b
/usr/lib/systemd/system/aprsbeacon.service
/usr/lib/systemd/system/aprsdigi.service
/usr/sbin/aprsdigi
/usr/sbin/aprsmon
/usr/share/doc/aprsdigi
/usr/share/doc/aprsdigi/AUTHORS
/usr/share/doc/aprsdigi/ChangeLog
/usr/share/doc/aprsdigi/NEWS
/usr/share/doc/aprsdigi/README
/usr/share/doc/aprsdigi/TODO
/usr/share/doc/aprsdigi/aprsdigi.html
/usr/share/doc/aprsdigi/aprsmon.html
/usr/share/doc/aprsdigi/examples
/usr/share/doc/aprsdigi/examples/README.examples
/usr/share/doc/aprsdigi/examples/aprsdigi-fc17.ks
/usr/share/doc/aprsdigi/examples/aprsdigi.conf
/usr/share/doc/aprsdigi/examples/axports
/usr/share/doc/aprsdigi/fiforead.html
/usr/share/doc/aprsdigi/fifowrite.html
/usr/share/licenses/aprsdigi
/usr/share/licenses/aprsdigi/COPYING
/usr/share/man/man8/aprsdigi.8.gz
/usr/share/man/man8/aprsmon.8.gz
/usr/share/man/man8/fiforead.8.gz
/usr/share/man/man8/fifowrite.8.gz
References
Summary
In this tutorial we learn how to install aprsdigi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).