How to Install and Uninstall python-pymodbus Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python-pymodbus" package

Please follow the instructions below to install python-pymodbus on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pymodbus

2. Uninstall "python-pymodbus" package

This is a short guide on how to uninstall python-pymodbus on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-pymodbus package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pymodbus
Priority: optional
Section: universe/python
Installed-Size: 501
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pymodbus
Version: 1.2.0+git20151013-1
Provides: python2.7-pymodbus
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-twisted-core, python-serial
Filename: pool/universe/p/pymodbus/python-pymodbus_1.2.0+git20151013-1_all.deb
Size: 125354
MD5sum: 597f82dfd8be235ba1361b9b26874c60
SHA1: bcf7c2dd417be31ea1e65ee0377450a2937ffba1
SHA256: f3aa3ef735cea6fcb800c24787582ae7a53f439753c6c596f4d77721e384e22a
Description-en: full Modbus protocol implementation
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 2.x module.
Description-md5: 133c24201dc9624886508687d7e3f938
Homepage: https://github.com/bashwork/pymodbus
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu