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

Last updated: October 02,2024

1. Install "python3-pymodbus.noarch" package

Here is a brief guide to show you how to install python3-pymodbus.noarch on Fedora 38

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

2. Uninstall "python3-pymodbus.noarch" package

Learn how to uninstall python3-pymodbus.noarch on Fedora 38:

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

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

Last metadata expiration check: 5:33:31 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-pymodbus
Version : 3.6.4
Release : 1.fc38
Architecture : noarch
Size : 395 k
Source : pymodbus-3.6.4-1.fc38.src.rpm
Repository : updates
Summary : A Modbus Protocol Stack in Python
URL : https://github.com/pymodbus-dev/pymodbus/
License : BSD-3-Clause
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)