How To Install ax25-apps on Fedora 36

In this tutorial we learn how to install ax25-apps in Fedora 36. ax25-apps is AX.25 ham radio applications

Introduction

In this tutorial we learn how to install ax25-apps on Fedora 36.

What is ax25-apps

This package provides specific user applications for hamradio that use AX.25 Net/ROM or ROSE network protocols * axcall * axlisten * ax25ipd AX.25 traffic over IP. * ax25mond socket.

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

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

sudo dnf -y install ax25-apps

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

sudo yum -y install ax25-apps

How To Uninstall ax25-apps on Fedora 36

To uninstall only the ax25-apps package we can use the following command:

sudo dnf remove ax25-apps

ax25-apps Package Contents on Fedora 36

/etc/ax25/ax25ipd.conf
/etc/ax25/ax25mond.conf
/etc/ax25/ax25rtd.conf
/usr/bin/axcall
/usr/bin/axlisten
/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/fc8eca7bb86ca7f2a7b51b4df07511ce616929
/usr/lib/.build-id/29
/usr/lib/.build-id/29/5a0c087383d8cecee6e8a4e17548071efb1b66
/usr/lib/.build-id/47
/usr/lib/.build-id/47/1ccbc16bf8a1ca468c3809a65fdf3f11976ba9
/usr/lib/.build-id/61
/usr/lib/.build-id/61/c6e7f98814efff58d051d553fc1c618134e1c1
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/d2fd11d5e7aacfabe0148d6e0f056a831e3b80
/usr/lib/.build-id/be
/usr/lib/.build-id/be/65e9f08303d1d564392f976beed961ec24da55
/usr/sbin/ax25ipd
/usr/sbin/ax25mond
/usr/sbin/ax25rtctl
/usr/sbin/ax25rtd
/usr/share/doc/ax25-apps
/usr/share/doc/ax25-apps/AUTHORS
/usr/share/doc/ax25-apps/COPYING.ax25ipd
/usr/share/doc/ax25-apps/ChangeLog
/usr/share/doc/ax25-apps/HISTORY.ax25ipd
/usr/share/doc/ax25-apps/Makefile
/usr/share/doc/ax25-apps/Makefile.am
/usr/share/doc/ax25-apps/Makefile.in
/usr/share/doc/ax25-apps/README
/usr/share/doc/ax25-apps/README.ax25ipd
/usr/share/doc/ax25-apps/README.ax25rtd
/usr/share/doc/ax25-apps/TODO.ax25rtd
/usr/share/licenses/ax25-apps
/usr/share/licenses/ax25-apps/COPYING
/usr/share/man/man1/call.1.gz
/usr/share/man/man1/listen.1.gz
/usr/share/man/man5/ax25ipd.conf.5.gz
/usr/share/man/man5/ax25mond.conf.5.gz
/usr/share/man/man5/ax25rtd.conf.5.gz
/usr/share/man/man8/ax25ipd.8.gz
/usr/share/man/man8/ax25mond.8.gz
/usr/share/man/man8/ax25rtctl.8.gz
/usr/share/man/man8/ax25rtd.8.gz
/var/ax25/ax25rtd
/var/ax25/ax25rtd/ax25_route
/var/ax25/ax25rtd/ip_route

References

Summary

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