How To Install libax25 on Fedora 34
Introduction
In this tutorial we learn how to install libax25
on Fedora 34.
What is libax25
libax25 is a library for ham radio applications that use the ax25 protocol. Included are routines to do ax25 address parsing, common ax25 application config file parsing, etc. libax25 1.1.1 3.fc34 x86_64 46 k libax25-1.1.1-3.fc34.src.rpm fedora AX.25 library for hamradio applications https LGPLv2+ libax25 is a library for ham radio applications that use the ax25 protocol. Included are routines to do ax25 address parsing, common ax25 application config file parsing, etc.
We can use yum
or dnf
to install libax25
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libax25.
Install libax25 on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libax25
using dnf
by running the following command:
sudo dnf -y install libax25
Install libax25 on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libax25
using yum
by running the following command:
sudo yum -y install libax25
How To Uninstall libax25 on Fedora 34
To uninstall only the libax25
package we can use the following command:
sudo dnf remove libax25
libax25 Package Contents on Fedora 34
/etc/ax25
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/3e5cd32f55a1e83745afa6ad32447748a75796
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/abb4d88367f214ae66cfd7c9a59499cd3b5aa7
/usr/lib/libax25.so.1
/usr/lib/libax25.so.1.0.0
/usr/lib/libax25io.so.1
/usr/lib/libax25io.so.1.0.0
/usr/share/doc/libax25
/usr/share/doc/libax25/AUTHORS
/usr/share/doc/libax25/ChangeLog
/usr/share/doc/libax25/README
/usr/share/licenses/libax25
/usr/share/licenses/libax25/COPYING
/usr/share/man/man3/ax25.3.gz
/usr/share/man/man3/rose.3.gz
/etc/ax25
/usr/lib/.build-id
/usr/lib/.build-id/96
/usr/lib/.build-id/96/9657b04fddcfa707226bdd6717b69b2595ad8a
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/81384eb186909b49f9cadbe335ec1da067487c
/usr/lib64/libax25.so.1
/usr/lib64/libax25.so.1.0.0
/usr/lib64/libax25io.so.1
/usr/lib64/libax25io.so.1.0.0
/usr/share/doc/libax25
/usr/share/doc/libax25/AUTHORS
/usr/share/doc/libax25/ChangeLog
/usr/share/doc/libax25/README
/usr/share/licenses/libax25
/usr/share/licenses/libax25/COPYING
/usr/share/man/man3/ax25.3.gz
/usr/share/man/man3/rose.3.gz
References
- [libax25 website](https://github.com/ve7fet/linuxax25 https://github.com/ve7fet/linuxax25)
Summary
In this tutorial we learn how to install libax25
on Fedora 34 using yum and dnf.