How to Install and Uninstall libell.src Package on Oracle Linux 9

Last updated: May 09,2024

1. Install "libell.src" package

Learn how to install libell.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libell.src

2. Uninstall "libell.src" package

This is a short guide on how to uninstall libell.src on Oracle Linux 9:

$ sudo dnf remove libell.src $ sudo dnf autoremove

3. Information about the libell.src package on Oracle Linux 9

Last metadata expiration check: 2:09:17 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libell
Version : 0.41
Release : 4.el9
Architecture : src
Size : 534 k
Source : None
Repository : ol9_appstream
Summary : Embedded Linux library
URL : https://01.org/ell
License : LGPLv2+
Description : 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.