How To Install libev on Fedora 36
Introduction
In this tutorial we learn how to install libev on Fedora 36.
What is libev
Libev is modeled (very loosely) after libevent and the Event Perl module, but is faster, scales better and is more correct, and also more featureful. And also smaller.
We can use yum or dnf to install libev on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libev.
Install libev 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 libev using dnf by running the following command:
sudo dnf -y install libev
Install libev 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 libev using yum by running the following command:
sudo yum -y install libev
How To Uninstall libev on Fedora 36
To uninstall only the libev package we can use the following command:
sudo dnf remove libev
libev Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/957ed4d5343d0c9dc62335425874bee40c6b18
/usr/lib/libev.so.4
/usr/lib/libev.so.4.0.0
/usr/share/doc/libev
/usr/share/doc/libev/Changes
/usr/share/doc/libev/README
/usr/share/licenses/libev
/usr/share/licenses/libev/LICENSE
References
Summary
In this tutorial we learn how to install libev on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libev on Fedora 36” linkTitle: “libev” type: “docs” description: “In this tutorial we learn how to install libev in Fedora 36. libev is High-performance event loop/event model with lots of features” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libev-featured.png
Introduction
In this tutorial we learn how to install libev on Fedora 36.
What is libev
Libev is modeled (very loosely) after libevent and the Event Perl module, but is faster, scales better and is more correct, and also more featureful. And also smaller.
We can use yum or dnf to install libev on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libev.
Install libev 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 libev using dnf by running the following command:
sudo dnf -y install libev
Install libev 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 libev using yum by running the following command:
sudo yum -y install libev
How To Uninstall libev on Fedora 36
To uninstall only the libev package we can use the following command:
sudo dnf remove libev
libev Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/87d637ee8a08240f6b49172d02f27da872c207
/usr/lib64/libev.so.4
/usr/lib64/libev.so.4.0.0
/usr/share/doc/libev
/usr/share/doc/libev/Changes
/usr/share/doc/libev/README
/usr/share/licenses/libev
/usr/share/licenses/libev/LICENSE
References
Summary
In this tutorial we learn how to install libev on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).