How to Install and Uninstall python312-ciscoconfparse Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "python312-ciscoconfparse" package

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

$ sudo zypper refresh $ sudo zypper install python312-ciscoconfparse

2. Uninstall "python312-ciscoconfparse" package

Please follow the guidance below to uninstall python312-ciscoconfparse on openSuSE Tumbleweed:

$ sudo zypper remove python312-ciscoconfparse

3. Information about the python312-ciscoconfparse package on openSuSE Tumbleweed

Information for package python312-ciscoconfparse:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-ciscoconfparse
Version : 1.7.18-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 1.7 MiB
Installed : No
Status : not installed
Source package : python-ciscoconfparse-1.7.18-1.4.src
Upstream URL : https://github.com/mpenning/ciscoconfparse
Summary : Library for parsing, querying and modifying Cisco IOS-style configurations
Description :
ciscoconfparse is a Python library, which parses through Cisco IOS-style
(and other vendor) configurations. It can:
- Audit existing router / switch / firewall / wlc configurations
- Retrieve portions of the configuration
- Modify existing configurations
- Build new configurations
The library examines an IOS-style config and breaks it into a set of linked
parent / child relationships. You can perform complex queries about these
relationships.