How to Install and Uninstall python3-snimpy Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-snimpy" package

Please follow the guidelines below to install python3-snimpy on Kali Linux

$ sudo apt update $ sudo apt install python3-snimpy

2. Uninstall "python3-snimpy" package

This is a short guide on how to uninstall python3-snimpy on Kali Linux:

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

3. Information about the python3-snimpy package on Kali Linux

Package: python3-snimpy
Source: snimpy (1.0.0-1)
Version: 1.0.0-1+b2
Installed-Size: 184
Maintainer: Vincent Bernat
Architecture: amd64
Depends: python3 (>= 3~), python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3-pkg-resources, python3-pysnmp4, python3:any, libc6 (>= 2.4), libsmi2ldbl (>= 0.4.5+dfsg0)
Size: 38132
SHA256: bb9a61d4600ab602a08716ee6695e6230f965cc6da9e660b1734ec3ce27b69ff
SHA1: f20f4e9b8225cb465862514b3edc8e44eccbea4c
MD5sum: a88e1d679c68911aff2dbbf1af9968c2
Description: 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:
Homepage: https://github.com/vincentbernat/snimpy/
Section: python
Priority: optional
Filename: pool/main/s/snimpy/python3-snimpy_1.0.0-1+b2_amd64.deb