How To Install libell on Fedora 36

In this tutorial we learn how to install libell in Fedora 36. libell is Embedded Linux library

Introduction

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

What is libell

The Embedded Linux* Library (ELL) provides core, low-level functionality for system daemons. It typically has no dependencies other than the Linux kernel, C standard library, and libdl (for dynamic linking). While ELL is designed to be efficient and compact enough for use on embedded Linux platforms, it is not limited to resource-constrained systems.

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

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

sudo dnf -y install libell

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

sudo yum -y install libell

How To Uninstall libell on Fedora 36

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

sudo dnf remove libell

libell Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/c7cb5f140434d1f8c9768f005a2271f6cfd655
/usr/lib64/libell.so.0
/usr/lib64/libell.so.0.0.2
/usr/share/doc/libell
/usr/share/doc/libell/AUTHORS
/usr/share/doc/libell/ChangeLog
/usr/share/licenses/libell
/usr/share/licenses/libell/COPYING

References

Summary

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


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

Introduction

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

What is libell

The Embedded Linux* Library (ELL) provides core, low-level functionality for system daemons. It typically has no dependencies other than the Linux kernel, C standard library, and libdl (for dynamic linking). While ELL is designed to be efficient and compact enough for use on embedded Linux platforms, it is not limited to resource-constrained systems.

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

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

sudo dnf -y install libell

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

sudo yum -y install libell

How To Uninstall libell on Fedora 36

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

sudo dnf remove libell

libell Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/3bd724c6ea8f4dc6a4a78b226115ce0243bf62
/usr/lib/libell.so.0
/usr/lib/libell.so.0.0.2
/usr/share/doc/libell
/usr/share/doc/libell/AUTHORS
/usr/share/doc/libell/ChangeLog
/usr/share/licenses/libell
/usr/share/licenses/libell/COPYING

References

Summary

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