How to Install and Uninstall python3-textfsm Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-textfsm" package

Please follow the steps below to install python3-textfsm on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-textfsm

2. Uninstall "python3-textfsm" package

This is a short guide on how to uninstall python3-textfsm on openSUSE Leap:

$ sudo zypper remove python3-textfsm

3. Information about the python3-textfsm package on openSUSE Leap

Information for package python3-textfsm:
----------------------------------------
Repository : Main Repository
Name : python3-textfsm
Version : 1.1.1-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 280.1 KiB
Installed : No
Status : not installed
Source package : python-textfsm-1.1.1-bp155.2.12.src
Upstream URL : https://github.com/google/textfsm
Summary : Python module for parsing semi-structured text into python tables
Description :
Python module which implements a template based state machine for parsing
semi-formatted text. Originally developed to allow programmatic access to
information returned from the command line interface (CLI) of networking
devices.