How to Install and Uninstall python38-textfsm.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 11,2024

1. Install "python38-textfsm.noarch" package

This guide covers the steps necessary to install python38-textfsm.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python38-textfsm.noarch

2. Uninstall "python38-textfsm.noarch" package

Learn how to uninstall python38-textfsm.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python38-textfsm.noarch $ sudo dnf autoremove

3. Information about the python38-textfsm.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:13:50 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python38-textfsm
Version : 1.1.0
Release : 2.el8
Architecture : noarch
Size : 62 k
Source : python38-textfsm-epel-1.1.0-2.el8.src.rpm
Repository : epel
Summary : Python module for parsing semi-structured text into python tables
URL : https://github.com/google/textfsm
License : ASL 2.0
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.