How to Install and Uninstall snimpy Package on Kali Linux

Last updated: May 20,2024

1. Install "snimpy" package

Please follow the step by step instructions below to install snimpy on Kali Linux

$ sudo apt update $ sudo apt install snimpy

2. Uninstall "snimpy" package

Please follow the instructions below to uninstall snimpy on Kali Linux:

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

3. Information about the snimpy package on Kali Linux

Package: snimpy
Version: 1.0.0-1
Installed-Size: 32
Maintainer: Vincent Bernat
Architecture: all
Depends: python3:any, python3-snimpy (>= 1.0.0-1), python3-snimpy (<< 1.0.0-1.1~)
Suggests: ipython3
Size: 10032
SHA256: 133740d8fb0b7810a246c2256e73a5cdcc4b682bf3a88b5c0bf9c6d3e823e34a
SHA1: 4682797ad29c3e58fd0eedb70595a82f2b0f755a
MD5sum: dc3a1a7def05403a3cf1024838023f70
Description: 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:
Homepage: https://github.com/vincentbernat/snimpy/
Tag: protocol::snmp
Section: python
Priority: optional
Filename: pool/main/s/snimpy/snimpy_1.0.0-1_all.deb