How To Install libuev on Fedora 36

In this tutorial we learn how to install libuev in Fedora 36. libuev is Simple event loop for Linux

Introduction

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

What is libuev

libuEv is a small event loop that wraps the Linux epoll() family of APIs. It is similar to the more established libevent, libev and the venerable Xt(3) event loop. The µ in the name refers to both its limited feature set and the size impact of the library.

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

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

sudo dnf -y install libuev

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

sudo yum -y install libuev

How To Uninstall libuev on Fedora 36

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

sudo dnf remove libuev

libuev Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/77736a1f472c0ff287e9f0a2171ba59ea82309
/usr/lib64/libuev.so.3
/usr/lib64/libuev.so.3.0.0
/usr/share/doc/libuev
/usr/share/doc/libuev/AUTHORS
/usr/share/doc/libuev/ChangeLog.md
/usr/share/doc/libuev/LICENSE
/usr/share/doc/libuev/README.md
/usr/share/licenses/libuev
/usr/share/licenses/libuev/LICENSE

References

Summary

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


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

Introduction

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

What is libuev

libuEv is a small event loop that wraps the Linux epoll() family of APIs. It is similar to the more established libevent, libev and the venerable Xt(3) event loop. The µ in the name refers to both its limited feature set and the size impact of the library.

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

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

sudo dnf -y install libuev

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

sudo yum -y install libuev

How To Uninstall libuev on Fedora 36

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

sudo dnf remove libuev

libuev Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/adecb3249461ff6b87f04a71243f6c80629d22
/usr/lib/libuev.so.3
/usr/lib/libuev.so.3.0.0
/usr/share/doc/libuev
/usr/share/doc/libuev/AUTHORS
/usr/share/doc/libuev/ChangeLog.md
/usr/share/doc/libuev/LICENSE
/usr/share/doc/libuev/README.md
/usr/share/licenses/libuev
/usr/share/licenses/libuev/LICENSE

References

Summary

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