How To Install direwolf on Fedora 36

In this tutorial we learn how to install direwolf in Fedora 36. direwolf is Sound Card-based AX.25 TNC

Introduction

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

What is direwolf

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, Winlink Express, BPQ32, Outpost PM, and many others.

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

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

sudo dnf -y install direwolf

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

sudo yum -y install direwolf

How To Uninstall direwolf on Fedora 36

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

sudo dnf remove direwolf

direwolf Package Contents on Fedora 36

/etc/direwolf.conf
/etc/logrotate.d/direwolf
/etc/sysconfig/direwolf
/usr/bin/aclients
/usr/bin/appserver
/usr/bin/atest
/usr/bin/cm108
/usr/bin/decode_aprs
/usr/bin/direwolf
/usr/bin/dwespeak.sh
/usr/bin/gen_packets
/usr/bin/kissutil
/usr/bin/ll2utm
/usr/bin/log2gpx
/usr/bin/text2tt
/usr/bin/tt2text
/usr/bin/ttcalc
/usr/bin/utm2ll
/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/99514740ec3762a291cf2a7d52a09fe61b81dd
/usr/lib/.build-id/34
/usr/lib/.build-id/34/a5932053ebf0a77a9822448ed7173ac9d8645e
/usr/lib/.build-id/44
/usr/lib/.build-id/44/22f868df465f9cc1ee1a78dea4fd9253ed3df8
/usr/lib/.build-id/45
/usr/lib/.build-id/45/542593c4f954eb37bfb4f21aa3018d678e1202
/usr/lib/.build-id/46
/usr/lib/.build-id/46/d74c6adddab324fffcdf58422b702cf9b30381
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/6083277c3a5ab9ad2d5c1be03051d33777a3f5
/usr/lib/.build-id/61
/usr/lib/.build-id/61/8abdfe566462f332ffae7b53613ae05a6885de
/usr/lib/.build-id/69
/usr/lib/.build-id/69/89e929e532167ce78d5cc47c882c55f280901b
/usr/lib/.build-id/72
/usr/lib/.build-id/72/0321080d6fe76b8bcd39f46d00a27d07dd60e6
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/709c2e305d4a73f10fd077d7f771a8eae94dd8
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/d111245cc4c1d3672129601e4050c49514120d
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/573bc786c2e30fdb72275069163ba153f3265a
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/18596782f79ee2d11d93cfc2fcfeced5696854
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/9bb0d9f7bef84bddcb3936c69c68add3e224b2
/usr/lib/systemd/system/direwolf.service
/usr/lib/udev/rules.d/99-direwolf-cmedia.rules
/usr/share/direwolf/symbols-new.txt
/usr/share/direwolf/symbolsX.txt
/usr/share/direwolf/tocalls.txt
/usr/share/doc/direwolf
/usr/share/doc/direwolf/conf/direwolf.conf
/usr/share/doc/direwolf/conf/sdr.conf
/usr/share/doc/direwolf/conf/telem-balloon.conf
/usr/share/doc/direwolf/conf/telem-m0xer-3.txt
/usr/share/doc/direwolf/conf/telem-volts.conf
/usr/share/doc/direwolf/scripts/dw-start.sh
/usr/share/doc/direwolf/telem/telem-balloon.pl
/usr/share/doc/direwolf/telem/telem-bits.pl
/usr/share/doc/direwolf/telem/telem-data.pl
/usr/share/doc/direwolf/telem/telem-data91.pl
/usr/share/doc/direwolf/telem/telem-eqns.pl
/usr/share/doc/direwolf/telem/telem-parm.pl
/usr/share/doc/direwolf/telem/telem-seq.sh
/usr/share/doc/direwolf/telem/telem-unit.pl
/usr/share/doc/direwolf/telem/telem-volts.py
/usr/share/licenses/direwolf
/usr/share/licenses/direwolf/LICENSE
/usr/share/man/man1/aclients.1.gz
/usr/share/man/man1/atest.1.gz
/usr/share/man/man1/decode_aprs.1.gz
/usr/share/man/man1/direwolf.1.gz
/usr/share/man/man1/gen_packets.1.gz
/usr/share/man/man1/kissutil.1.gz
/usr/share/man/man1/ll2utm.1.gz
/usr/share/man/man1/log2gpx.1.gz
/usr/share/man/man1/text2tt.1.gz
/usr/share/man/man1/tt2text.1.gz
/usr/share/man/man1/utm2ll.1.gz
/var/log/direwolf

References

Summary

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