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

Last updated: October 05,2024

1. Install "python3-pyModbusTCP.noarch" package

In this section, we are going to explain the necessary steps to install python3-pyModbusTCP.noarch on Fedora 34

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

2. Uninstall "python3-pyModbusTCP.noarch" package

Please follow the instructions below to uninstall python3-pyModbusTCP.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:51:58 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pyModbusTCP
Version : 0.1.8
Release : 5.fc34
Architecture : noarch
Size : 33 k
Source : python-pyModbusTCP-0.1.8-5.fc34.src.rpm
Repository : fedora
Summary : A simple Modbus/TCP library for Python
URL : https://github.com/sourceperl/pyModbusTCP
License : MIT
Description : pyModbusTCP A simple Modbus/TCP client library for Python.
: Since version 0.1.0, a server is also available for test
: purpose only (don't use in project). pyModbusTCP is pure Python
: code without any extension or external module dependency.