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

Last updated: November 22,2024

1. Install "python-snimpy" package

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

$ sudo apt update $ sudo apt install python-snimpy

2. Uninstall "python-snimpy" package

Please follow the instructions below to uninstall python-snimpy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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: python (<< 2.8), python (>= 2.7~), python-cffi-backend-api-9729, python-pkg-resources, python-pysnmp4, python:any (>= 2.7.5-5~), libc6 (>= 2.4), libsmi2ldbl (>= 0.4.5+dfsg0)
Filename: pool/universe/s/snimpy/python-snimpy_0.8.8-1build1_amd64.deb
Size: 32748
MD5sum: d958f770d8d7a47749344054cd54823d
SHA1: fc1c35e4a6afffdd02ea1f1bcfb4aa1f49815a91
SHA256: 1f29a7871fdb80ed5f9e62554faf0619f78d24efd4acb1165694a6a1d430ac40
Description-en: high-level SNMP bindings for Python 2
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 2.
Description-md5: bc219a34afa1d7c1656669448fcec3c4
Homepage: https://github.com/vincentbernat/snimpy/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu