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

Last updated: May 16,2024

1. Install "python3-snimpy" package

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

$ sudo apt update $ sudo apt install python3-snimpy

2. Uninstall "python3-snimpy" package

Learn how to uninstall python3-snimpy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-snimpy
Priority: optional
Section: universe/python
Installed-Size: 161
Maintainer: Ubuntu Developers
Original-Maintainer: Vincent Bernat
Architecture: amd64
Source: snimpy
Version: 0.8.8-1build1
Depends: python3 (<< 3.6), python3 (>= 3.5~), python3-cffi-backend-api-9729, python3-pkg-resources, python3-pysnmp4, libc6 (>= 2.4), libsmi2ldbl (>= 0.4.5+dfsg0)
Filename: pool/universe/s/snimpy/python3-snimpy_0.8.8-1build1_amd64.deb
Size: 32896
MD5sum: 61fd8166b2339864c05a0eedae335eec
SHA1: 7477849f73eba0c9b5cb578ae0b4ea8d24dea890
SHA256: 144da7f175d089cc8c9260615ccdc455e6dc71f9fdbe84ed15e1a7ffce9d7f2b
Description-en: high-level SNMP bindings for Python 3
Snimpy is a Python-based tool providing a simple interface to build
SNMP queries. This interface aims at being the most Pythonic
possible: you grab scalars using attributes and columns are like
dictionaries.
.
Snimpy can either be used interactively through its console (derived
from Python own console or from IPython if available) or by writing
snimpy scripts which are just Python scripts with some global
variables available.
.
This package contains the binding for Python 3.
Description-md5: 39ed4ace7124124186ac97d4c7df992d
Homepage: https://github.com/vincentbernat/snimpy/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu