How To Install direwolf-doc on Fedora 36
Introduction
In this tutorial we learn how to install direwolf-doc on Fedora 36.
What is direwolf-doc
Dire Wolf is a modern software replacement for the old 1980’s style TNC built with special hardware. Without any additional software, it can perform as an APRS GPS Tracker, Digipeater, Internet Gateway (IGate), APRStt gateway. It can also be used as a virtual TNC for other applications such as APRSIS32, UI-View32, Xastir, APRS-TW, YAAC, UISS, Linux AX25, SARTrack, RMS Express, BPQ32, Outpost PM, and many others.
We can use yum or dnf to install direwolf-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install direwolf-doc.
Install direwolf-doc 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 direwolf-doc using dnf by running the following command:
sudo dnf -y install direwolf-doc
Install direwolf-doc 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 direwolf-doc using yum by running the following command:
sudo yum -y install direwolf-doc
How To Uninstall direwolf-doc on Fedora 36
To uninstall only the direwolf-doc package we can use the following command:
sudo dnf remove direwolf-doc
direwolf-doc Package Contents on Fedora 36
/usr/share/doc/direwolf/2400-4800-PSK-for-APRS-Packet-Radio.pdf
/usr/share/doc/direwolf/A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf
/usr/share/doc/direwolf/A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf
/usr/share/doc/direwolf/A-Closer-Look-at-the-WA8LMF-TNC-Test-CD.pdf
/usr/share/doc/direwolf/AIS-Reception.pdf
/usr/share/doc/direwolf/APRS-Telemetry-Toolkit.pdf
/usr/share/doc/direwolf/APRStt-Implementation-Notes.pdf
/usr/share/doc/direwolf/APRStt-Listening-Example.pdf
/usr/share/doc/direwolf/APRStt-interface-for-SARTrack.pdf
/usr/share/doc/direwolf/AX25_plus_FEC_equals_FX25.pdf
/usr/share/doc/direwolf/Bluetooth-KISS-TNC.pdf
/usr/share/doc/direwolf/Going-beyond-9600-baud.pdf
/usr/share/doc/direwolf/Raspberry-Pi-APRS-Tracker.pdf
/usr/share/doc/direwolf/Raspberry-Pi-APRS.pdf
/usr/share/doc/direwolf/Raspberry-Pi-SDR-IGate.pdf
/usr/share/doc/direwolf/Successful-APRS-IGate-Operation.pdf
/usr/share/doc/direwolf/User-Guide.pdf
/usr/share/doc/direwolf/WA8LMF-TNC-Test-CD-Results.pdf
/usr/share/doc/direwolf/Why-is-9600-only-twice-as-fast-as-1200.pdf
/usr/share/doc/direwolf/direwolf-block-diagram.png
/usr/share/doc/direwolf/tnc-test-cd-results.png
References
Summary
In this tutorial we learn how to install direwolf-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).