How to Install and Uninstall python2-ciscoconfparse Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python2-ciscoconfparse" package

This is a short guide on how to install python2-ciscoconfparse on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-ciscoconfparse

2. Uninstall "python2-ciscoconfparse" package

Please follow the step by step instructions below to uninstall python2-ciscoconfparse on openSUSE Leap:

$ sudo zypper remove python2-ciscoconfparse

3. Information about the python2-ciscoconfparse package on openSUSE Leap

Information for package python2-ciscoconfparse:
-----------------------------------------------
Repository : Main Repository
Name : python2-ciscoconfparse
Version : 1.5.3-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 1,1 MiB
Installed : No
Status : not installed
Source package : python-ciscoconfparse-1.5.3-bp153.1.16.src
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.