How To Install python3-opentrep on Fedora 36

In this tutorial we learn how to install python3-opentrep in Fedora 36. python3-opentrep is Python bindings for opentrep

Introduction

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

What is python3-opentrep

This package contains Python libraries for opentrep

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

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

sudo dnf -y install python3-opentrep

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

sudo yum -y install python3-opentrep

How To Uninstall python3-opentrep on Fedora 36

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

sudo dnf remove python3-opentrep

python3-opentrep Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/383a54af41ac82ba3c79112d1da55b5217be87
/usr/lib64/python3.10/site-packages/pyopentrep
/usr/lib64/python3.10/site-packages/pyopentrep/Travel_pb2.py
/usr/lib64/python3.10/site-packages/pyopentrep/__init__.py
/usr/lib64/python3.10/site-packages/pyopentrep/__pycache__
/usr/lib64/python3.10/site-packages/pyopentrep/__pycache__/Travel_pb2.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pyopentrep/__pycache__/Travel_pb2.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pyopentrep/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pyopentrep/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pyopentrep/__pycache__/pyopentrep.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pyopentrep/__pycache__/pyopentrep.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pyopentrep/pyopentrep.py
/usr/lib64/python3.10/site-packages/pyopentrep/pyopentrep.so
/usr/lib64/python3.10/site-packages/pyopentrep/pyopentrep.so.0.07
/usr/lib64/python3.10/site-packages/pyopentrep/pyopentrep.so.0.07.10
/usr/share/man/man1/pyopentrep.1.gz

References

Summary

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