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

Last updated: July 04,2024

1. Install "python38-ciscoconfparse" package

This guide let you learn how to install python38-ciscoconfparse on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-ciscoconfparse

2. Uninstall "python38-ciscoconfparse" package

This guide let you learn how to uninstall python38-ciscoconfparse on openSuSE Tumbleweed:

$ sudo zypper remove python38-ciscoconfparse

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

Information for package python38-ciscoconfparse:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-ciscoconfparse
Version : 1.6.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1,4 MiB
Installed : No
Status : not installed
Source package : python-ciscoconfparse-1.6.0-1.1.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.