How to Install and Uninstall python3-fmf.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-fmf.noarch" package

This guide let you learn how to install python3-fmf.noarch on Fedora 34

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

2. Uninstall "python3-fmf.noarch" package

This guide let you learn how to uninstall python3-fmf.noarch on Fedora 34:

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

3. Information about the python3-fmf.noarch package on Fedora 34

Last metadata expiration check: 3:58:52 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-fmf
Version : 1.0.0
Release : 1.fc34
Architecture : noarch
Size : 61 k
Source : fmf-1.0.0-1.fc34.src.rpm
Repository : updates
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.