How to Install and Uninstall python3-ciscoconfparse Package on openSUSE Leap
Last updated: November 23,2024
1. Install "python3-ciscoconfparse" package
In this section, we are going to explain the necessary steps to install python3-ciscoconfparse on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-ciscoconfparse
Copied
2. Uninstall "python3-ciscoconfparse" package
This guide let you learn how to uninstall python3-ciscoconfparse on openSUSE Leap:
$
sudo zypper remove
python3-ciscoconfparse
Copied
3. Information about the python3-ciscoconfparse package on openSUSE Leap
Information for package python3-ciscoconfparse:
-----------------------------------------------
Repository : Main Repository
Name : python3-ciscoconfparse
Version : 1.6.0-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 1.4 MiB
Installed : No
Status : not installed
Source package : python-ciscoconfparse-1.6.0-bp155.2.9.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.
-----------------------------------------------
Repository : Main Repository
Name : python3-ciscoconfparse
Version : 1.6.0-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 1.4 MiB
Installed : No
Status : not installed
Source package : python-ciscoconfparse-1.6.0-bp155.2.9.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.