How To Install libEAI on Fedora 36

In this tutorial we learn how to install libEAI in Fedora 36. libEAI is FreeWRL EAI C support library

Introduction

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

What is libEAI

FreeWRL EAI C support library.

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

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

sudo dnf -y install libEAI

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

sudo yum -y install libEAI

How To Uninstall libEAI on Fedora 36

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

sudo dnf remove libEAI

libEAI Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/cd39f1ecd727ef65826ce75960ff8f2b7c41bc
/usr/lib64/libFreeWRLEAI.so.4
/usr/lib64/libFreeWRLEAI.so.4.1.0
/usr/share/licenses/libEAI
/usr/share/licenses/libEAI/COPYING
/usr/share/licenses/libEAI/COPYING.LESSER

References

Summary

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


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

Introduction

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

What is libEAI

FreeWRL EAI C support library.

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

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

sudo dnf -y install libEAI

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

sudo yum -y install libEAI

How To Uninstall libEAI on Fedora 36

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

sudo dnf remove libEAI

libEAI Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/66728c16a1775ee769bc3967c59728aedafae3
/usr/lib/libFreeWRLEAI.so.4
/usr/lib/libFreeWRLEAI.so.4.1.0
/usr/share/licenses/libEAI
/usr/share/licenses/libEAI/COPYING
/usr/share/licenses/libEAI/COPYING.LESSER

References

Summary

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