How to Install and Uninstall python38-textfsm.noarch Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "python38-textfsm.noarch" package

Here is a brief guide to show you how to install python38-textfsm.noarch on Rocky Linux 8

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

2. Uninstall "python38-textfsm.noarch" package

Here is a brief guide to show you how to uninstall python38-textfsm.noarch on Rocky Linux 8:

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

3. Information about the python38-textfsm.noarch package on Rocky Linux 8

Last metadata expiration check: 1:26:40 ago on Mon Sep 12 10:27:18 2022.
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.