How to Install and Uninstall python3-pymodbus Package on Kali Linux

Last updated: April 29,2024

1. Install "python3-pymodbus" package

Please follow the guidance below to install python3-pymodbus on Kali Linux

$ sudo apt update $ sudo apt install python3-pymodbus

2. Uninstall "python3-pymodbus" package

Please follow the step by step instructions below to uninstall python3-pymodbus on Kali Linux:

$ sudo apt remove python3-pymodbus $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pymodbus package on Kali Linux

Package: python3-pymodbus
Source: pymodbus
Version: 3.0.0-7
Installed-Size: 612
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Recommends: python3-serial-asyncio, python3-typer
Size: 93620
SHA256: 29f00482687d2ce9ac33c11c07ea4ff2a144e4d2b2465b7f8fc954c58f8f45a8
SHA1: 778f4d13476b07eee8d0ba47710b89e50e9a3877
MD5sum: c0f9b90690e0cd1ad8dfe8493a7bc720
Description: full Modbus protocol implementation for Python 3
Pymodbus is a full Modbus protocol implementation.
It is currently supports the following :
.
Client Features:
* Can perform single get/set on discrete and registers
* Can perform multiple get/set on discrete and registers
* Working on diagnostic/file/pipe/setting/info requests
* Can fully scrape a host to be cloned
.
Server Features:
* Can function as a fully implemented TCP/ASCII modbus server
* Full server control context
* Working on serial communication
* Working on functioning as a RTU
* Can mimic a server based on the supplied input data
.
For asynchronous communication, you need python-twisted-core.
For serial communication, you need python-serial.
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://github.com/pymodbus-dev/pymodbus
Section: python
Priority: optional
Filename: pool/main/p/pymodbus/python3-pymodbus_3.0.0-7_all.deb