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

Last updated: May 16,2024

1. Install "snimpy" package

This is a short guide on how to install snimpy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install snimpy

2. Uninstall "snimpy" package

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

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

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

Package: snimpy
Priority: optional
Section: universe/python
Installed-Size: 30
Maintainer: Ubuntu Developers
Original-Maintainer: Vincent Bernat
Architecture: all
Version: 0.8.8-1build1
Depends: python3:any, python3-snimpy (>= 0.8.8-1build1), python3-snimpy (<< 0.8.8-1build1.1~)
Suggests: ipython3
Filename: pool/universe/s/snimpy/snimpy_0.8.8-1build1_all.deb
Size: 6578
MD5sum: 7ee5ef39469b84782a8f75c3ea91a942
SHA1: da78f7e3cac0956847242098f85de44b707e879c
SHA256: 66147b5a068b2356124e9b7b026538a81821dfd8a27fa3d20daede137031999f
Description-en: interactive SNMP tool with Python
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.
Description-md5: 7c9ec47009769c1245ac111e32cce832
Homepage: https://github.com/vincentbernat/snimpy/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu