How To Install python3-petlink on Fedora 36

In this tutorial we learn how to install python3-petlink in Fedora 36. python3-petlink is Decode and encode Petlink data streams (32 and 64 bit)

Introduction

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

Decode and encode Petlink data streams (32 and 64 bit) The encode and decode routines are written in C and are wrapped with Python.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-petlink using dnf by running the following command:

sudo dnf -y install python3-petlink

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-petlink using yum by running the following command:

sudo yum -y install python3-petlink

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

sudo dnf remove python3-petlink
/usr/lib/.build-id
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/1b8753bfd0e9523babffadeaccd8d026facb94
/usr/lib64/python3.10/site-packages/petlink
/usr/lib64/python3.10/site-packages/petlink-0.3.4-py3.10.egg-info
/usr/lib64/python3.10/site-packages/petlink-0.3.4-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/petlink-0.3.4-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/petlink-0.3.4-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/petlink-0.3.4-py3.10.egg-info/requires.txt
/usr/lib64/python3.10/site-packages/petlink-0.3.4-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/petlink/__init__.py
/usr/lib64/python3.10/site-packages/petlink/__pycache__
/usr/lib64/python3.10/site-packages/petlink/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/petlink/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/petlink/__pycache__/petlink.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/petlink/__pycache__/petlink.cpython-310.pyc
/usr/lib64/python3.10/site-packages/petlink/examples
/usr/lib64/python3.10/site-packages/petlink/examples/__init__.py
/usr/lib64/python3.10/site-packages/petlink/examples/__pycache__
/usr/lib64/python3.10/site-packages/petlink/examples/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/petlink/examples/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/petlink/petlink.py
/usr/lib64/python3.10/site-packages/petlink/petlink32_c.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/petlink/tests
/usr/lib64/python3.10/site-packages/petlink/tests/__init__.py
/usr/lib64/python3.10/site-packages/petlink/tests/__pycache__
/usr/lib64/python3.10/site-packages/petlink/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/petlink/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/petlink/tests/__pycache__/test_all.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/petlink/tests/__pycache__/test_all.cpython-310.pyc
/usr/lib64/python3.10/site-packages/petlink/tests/test_all.py
/usr/share/doc/python3-petlink
/usr/share/doc/python3-petlink/README.rst
/usr/share/licenses/python3-petlink
/usr/share/licenses/python3-petlink/LICENSE

References

Summary

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