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

Last updated: July 02,2024

1. Install "python311-ciscoconfparse" package

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

$ sudo zypper refresh $ sudo zypper install python311-ciscoconfparse

2. Uninstall "python311-ciscoconfparse" package

Please follow the step by step instructions below to uninstall python311-ciscoconfparse on openSuSE Tumbleweed:

$ sudo zypper remove python311-ciscoconfparse

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

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