How To Install python3-pyev on Fedora 36

In this tutorial we learn how to install python3-pyev in Fedora 36. python3-pyev is Python3 binding for the libev library

Introduction

In this tutorial we learn how to install python3-pyev on Fedora 36.

What is python3-pyev

The libev for Python3 wrapper - This is a Python extension that gives access to libev library to be called from Python scripts.

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

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

sudo dnf -y install python3-pyev

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

sudo yum -y install python3-pyev

How To Uninstall python3-pyev on Fedora 36

To uninstall only the python3-pyev package we can use the following command:

sudo dnf remove python3-pyev

python3-pyev Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/6a8d57186d7ca6fe2942d5da76d77765796ee4
/usr/lib64/python3.10/site-packages/pyev-0.9.0-py3.10.egg-info
/usr/lib64/python3.10/site-packages/pyev.cpython-310-x86_64-linux-gnu.so
/usr/share/doc/python3-pyev
/usr/share/doc/python3-pyev/README.md

References

Summary

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