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

Last updated: May 20,2024

1. Install "python39-ciscoconfparse" package

Please follow the steps below to install python39-ciscoconfparse on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-ciscoconfparse

2. Uninstall "python39-ciscoconfparse" package

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

$ sudo zypper remove python39-ciscoconfparse

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

Information for package python39-ciscoconfparse:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-ciscoconfparse
Version : 1.7.18-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 1.5 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.