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

Last updated: October 07,2024

1. Install "python3-fmf.noarch" package

Here is a brief guide to show you how to install python3-fmf.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-fmf.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-fmf.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 2:13:20 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-fmf
Version : 1.3.0
Release : 1.el9
Architecture : noarch
Size : 64 k
Source : fmf-1.3.0-1.el9.src.rpm
Repository : epel
Summary : Flexible Metadata Format
URL : https://github.com/psss/fmf
License : GPLv2+
Description : The fmf Python module and command line tool implement a flexible
: format for defining metadata in plain text files which can be
: stored close to the source code. Thanks to hierarchical structure
: with support for inheritance and elasticity it provides an
: efficient way to organize data into well-sized text documents.
: This package contains the Python 3 module.