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

Last updated: May 07,2024

1. Install "python36-snimpy" package

Learn how to install python36-snimpy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-snimpy

2. Uninstall "python36-snimpy" package

Here is a brief guide to show you how to uninstall python36-snimpy on openSuSE Tumbleweed:

$ sudo zypper remove python36-snimpy

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

Information for package python36-snimpy:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-snimpy
Version : 1.0.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 326,2 KiB
Installed : No
Status : not installed
Source package : python-snimpy-1.0.0-1.2.src
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