How to Install and Uninstall python3-PyLink.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-PyLink.noarch" package

Please follow the instructions below to install python3-PyLink.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-PyLink.noarch

2. Uninstall "python3-PyLink.noarch" package

Learn how to uninstall python3-PyLink.noarch on Fedora 34:

$ sudo dnf remove python3-PyLink.noarch $ sudo dnf autoremove

3. Information about the python3-PyLink.noarch package on Fedora 34

Last metadata expiration check: 5:24:15 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-PyLink
Version : 0.3.2
Release : 18.fc34
Architecture : noarch
Size : 26 k
Source : python-PyLink-0.3.2-18.fc34.src.rpm
Repository : fedora
Summary : Universal communication interface using File-Like API
URL : https://pypi.python.org/pypi/PyLink
License : BSD
Description : 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.