How to Install and Uninstall python3-textfsm.noarch Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "python3-textfsm.noarch" package

This is a short guide on how to install python3-textfsm.noarch on Oracle Linux 9

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

2. Uninstall "python3-textfsm.noarch" package

This guide covers the steps necessary to uninstall python3-textfsm.noarch on Oracle Linux 9:

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

3. Information about the python3-textfsm.noarch package on Oracle Linux 9

Last metadata expiration check: 3:14:03 ago on Thu Feb 15 07:50:05 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.