How to Install and Uninstall python3-fmf.noarch Package on CentOS 8 / RHEL 8

Last updated: October 07,2024

1. Install "python3-fmf.noarch" package

Please follow the step by step instructions below to install python3-fmf.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-fmf.noarch" package

Please follow the step by step instructions below to uninstall python3-fmf.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-fmf.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:52:15 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-fmf
Version : 0.16.0
Release : 1.el8
Architecture : noarch
Size : 67 k
Source : fmf-0.16.0-1.el8.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.