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

Last updated: November 30,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 36

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

2. Uninstall "python3-pymodbus.noarch" package

This guide covers the steps necessary to uninstall python3-pymodbus.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:43:34 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-pymodbus
Version : 2.5.3
Release : 2.fc36
Architecture : noarch
Size : 246 k
Source : pymodbus-2.5.3-2.fc36.src.rpm
Repository : fedora
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)