How to Install and Uninstall python39-ntc-templates Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "python39-ntc-templates" package

This guide let you learn how to install python39-ntc-templates on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-ntc-templates

2. Uninstall "python39-ntc-templates" package

Please follow the instructions below to uninstall python39-ntc-templates on openSuSE Tumbleweed:

$ sudo zypper remove python39-ntc-templates

3. Information about the python39-ntc-templates package on openSuSE Tumbleweed

Information for package python39-ntc-templates:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-ntc-templates
Version : 3.5.0-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 746.1 KiB
Installed : No
Status : not installed
Source package : python-ntc-templates-3.5.0-1.3.src
Upstream URL : https://github.com/networktocode/ntc-templates
Summary : Package to return structured data from the output of network devices
Description :
TextFSM is a project built by Google that takes CLI string output and passes each line through a series of regular expressions until it finds a match. The regular expressions use named capture groups to build a text table out of the significant text. The names of the capture groups are used as column headers, and the captured values are stored as rows in the table.