How to Install and Uninstall python39-snimpy Package on openSuSE Tumbleweed

Last updated: April 29,2024

1. Install "python39-snimpy" package

In this section, we are going to explain the necessary steps to install python39-snimpy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-snimpy

2. Uninstall "python39-snimpy" package

Please follow the step by step instructions below to uninstall python39-snimpy on openSuSE Tumbleweed:

$ sudo zypper remove python39-snimpy

3. Information about the python39-snimpy package on openSuSE Tumbleweed

Information for package python39-snimpy:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-snimpy
Version : 1.0.2-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 259.7 KiB
Installed : No
Status : not installed
Source package : python-snimpy-1.0.2-1.1.src
Upstream URL : https://github.com/vincentbernat/snimpy
Summary : Interactive SNMP tool
Description :
Snimpy is a Python-based tool providing a simple interface to build
SNMP query. You can either use Snimpy interactively through its console
(derived from Python own console or from IPython_ if available) or write
Snimpy scripts which are just Python scripts with some global variables
available.
Snimpy is aimed at being the more Pythonic possible. You should forget
that you are doing SNMP requests. Snimpy will rely on MIB to hide SNMP
details. Here are some "features":
* MIB parser based on libsmi (through CFFI)
* SNMP requests are handled by PySNMP (SNMPv1, SNMPv2 and SNMPv3
support)
* scalars are just attributes of your session object
* columns are like a Python dictionary and made available as an
attribute
* getting an attribute is like issuing a GET method
* setting an attribute is like issuing a SET method
* iterating over a table is like using GETNEXT
* when something goes wrong, you get an exception