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

Last updated: November 27,2024

1. Install "python3-pymodbus.noarch" package

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

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

2. Uninstall "python3-pymodbus.noarch" package

Please follow the step by step instructions below to uninstall python3-pymodbus.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:31:09 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-pymodbus
Version : 3.5.4
Release : 1.fc39
Architecture : noarch
Size : 389 k
Source : pymodbus-3.5.4-1.fc39.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)