How To Install python3-PyLink on Fedora 36

In this tutorial we learn how to install python3-PyLink in Fedora 36. python3-PyLink is Universal communication interface using File-Like API

Introduction

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

Pylink offers a universal communication interface using File-Like API. For now, only the TCP, UDP, Serial and GSM interfaces are supported. The aim of this project is to allow any type of communication. It is best suited for projects that have various ways of communicating including IP remote or local serial communication. Python 3 version.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install python3-PyLink

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install python3-PyLink

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

sudo dnf remove python3-PyLink
/usr/lib/python3.10/site-packages/PyLink-0.3.2-py3.10.egg-info
/usr/lib/python3.10/site-packages/PyLink-0.3.2-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/PyLink-0.3.2-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/PyLink-0.3.2-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/PyLink-0.3.2-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/PyLink-0.3.2-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/PyLink-0.3.2-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pylink
/usr/lib/python3.10/site-packages/pylink/__init__.py
/usr/lib/python3.10/site-packages/pylink/__pycache__
/usr/lib/python3.10/site-packages/pylink/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pylink/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pylink/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pylink/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/pylink/__pycache__/link.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pylink/__pycache__/link.cpython-310.pyc
/usr/lib/python3.10/site-packages/pylink/__pycache__/logger.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pylink/__pycache__/logger.cpython-310.pyc
/usr/lib/python3.10/site-packages/pylink/__pycache__/test_links.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pylink/__pycache__/test_links.cpython-310.pyc
/usr/lib/python3.10/site-packages/pylink/compat.py
/usr/lib/python3.10/site-packages/pylink/link.py
/usr/lib/python3.10/site-packages/pylink/logger.py
/usr/lib/python3.10/site-packages/pylink/test_links.py
/usr/share/doc/python3-PyLink
/usr/share/doc/python3-PyLink/AUTHORS
/usr/share/doc/python3-PyLink/CHANGES.rst
/usr/share/doc/python3-PyLink/README.rst
/usr/share/licenses/python3-PyLink
/usr/share/licenses/python3-PyLink/LICENSE

References

Summary

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