How to Install and Uninstall python3-pysnmp4 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python3-pysnmp4" package

Please follow the guidelines below to install python3-pysnmp4 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pysnmp4

2. Uninstall "python3-pysnmp4" package

Please follow the guidance below to uninstall python3-pysnmp4 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-pysnmp4 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-pysnmp4
Priority: optional
Section: universe/python
Installed-Size: 878
Maintainer: Ubuntu Developers
Original-Maintainer: Jan Lübbe
Architecture: all
Source: python-pysnmp4
Version: 4.2.5-1
Depends: python3-crypto (>= 2.4.1), python3-pyasn1, python3:any (>= 3.3.2-2~)
Suggests: python-pysnmp4-doc, doc-base
Filename: pool/universe/p/python-pysnmp4/python3-pysnmp4_4.2.5-1_all.deb
Size: 139410
MD5sum: 9ece944d127e7b0c5465bfbce8cdf4e0
SHA1: 7300b11ac10973593a04d7b759ff693d9f7c9747
SHA256: 96beeb8b9783da70b508c4856b12e194834551e2990bc92e43c9b51fd3da7399
Description-en: Python SNMP library for agents and managers (Python 3 module)
This is a Python implementation of SNMP v.1/v.2c/v.3 engine. Its
general functionality is to assemble/disassemble SNMP messages
from/into given SNMP Object IDs along with associated values. PySNMP
also provides a few transport methods specific to TCP/IP networking.
.
PySNMP is written entirely in Python and is self-sufficient in terms
that it does not rely on any third party tool (it isn't a wrapper).
.
This package provides Python 3 module.
Description-md5: b767f5f04a7b5774553030167f901f2b
Homepage: http://pysnmp.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu