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

Last updated: October 07,2024

1. Install "python3-textfsm.noarch" package

Please follow the guidelines below to install python3-textfsm.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-textfsm.noarch" package

This guide let you learn how to uninstall python3-textfsm.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:22:09 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-textfsm
Version : 1.1.2
Release : 1.el9
Architecture : noarch
Size : 63 k
Source : python-textfsm-1.1.2-1.el9.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.