How To Install echolib on Fedora 36

In this tutorial we learn how to install echolib in Fedora 36. echolib is EchoLink communications library

Introduction

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

What is echolib

EchoLib is a library that is used as a base for writing EchoLink applications. It implements the directory server protocol as well as the station to station protocol. EchoLink is used to link ham radio stations together over the Internet.

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

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

sudo dnf -y install echolib

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

sudo yum -y install echolib

How To Uninstall echolib on Fedora 36

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

sudo dnf remove echolib

echolib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/a271a9f8f6079af34ad8481843e09578081c27
/usr/lib/libecholib.so.1.3
/usr/lib/libecholib.so.1.3.3
/usr/share/doc/echolib
/usr/share/doc/echolib/COPYRIGHT
/usr/share/doc/echolib/ChangeLog

References

Summary

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


title: “How To Install echolib on Fedora 36” linkTitle: “echolib” type: “docs” description: “In this tutorial we learn how to install echolib in Fedora 36. echolib is EchoLink communications library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/echolib-featured.png

Introduction

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

What is echolib

EchoLib is a library that is used as a base for writing EchoLink applications. It implements the directory server protocol as well as the station to station protocol. EchoLink is used to link ham radio stations together over the Internet.

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

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

sudo dnf -y install echolib

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

sudo yum -y install echolib

How To Uninstall echolib on Fedora 36

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

sudo dnf remove echolib

echolib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/eefd6139609611eeff278ad741723214d4e195
/usr/lib64/libecholib.so.1.3
/usr/lib64/libecholib.so.1.3.3
/usr/share/doc/echolib
/usr/share/doc/echolib/COPYRIGHT
/usr/share/doc/echolib/ChangeLog

References

Summary

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