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

Last updated: September 27,2024

1. Install "python3-pymodbus.noarch" package

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

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

2. Uninstall "python3-pymodbus.noarch" package

This guide let you learn how to uninstall python3-pymodbus.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:47:30 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-pymodbus
Version : 2.5.3
Release : 1.fc34
Architecture : noarch
Size : 242 k
Source : pymodbus-2.5.3-1.fc34.src.rpm
Repository : updates
Summary : A Modbus Protocol Stack in Python
URL : https://github.com/riptideio/pymodbus
License : BSD
Description : Pymodbus is a full Modbus protocol implementation using twisted for its
: asynchronous communications core.
:
: The library currently supports the following:
:
: Client Features
:
: * Full read/write protocol on discrete and register
: * Most of the extended protocol (diagnostic/file/pipe/setting/information)
: * TCP, UDP, Serial ASCII, Serial RTU, and Serial Binary
: * asynchronous(powered by twisted) and synchronous versions
: * Payload builder/decoder utilities
:
: Server Features
:
: * Can function as a fully implemented Modbus server
: * TCP, UDP, Serial ASCII, Serial RTU, and Serial Binary
: * asynchronous(powered by twisted) and synchronous versions
: * Full server control context (device information, counters, etc)
: * A number of backing contexts (database, redis, a slave device)