How to Install and Uninstall python311-snimpy Package on openSuSE Tumbleweed
Last updated: February 04,2025
1. Install "python311-snimpy" package
This is a short guide on how to install python311-snimpy on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-snimpy
Copied
2. Uninstall "python311-snimpy" package
Please follow the step by step instructions below to uninstall python311-snimpy on openSuSE Tumbleweed:
$
sudo zypper remove
python311-snimpy
Copied
3. Information about the python311-snimpy package on openSuSE Tumbleweed
Information for package python311-snimpy:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-snimpy
Version : 1.0.2-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 326.9 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
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-snimpy
Version : 1.0.2-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 326.9 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