How to Install and Uninstall fmf.noarch Package on Rocky Linux 8
Last updated: November 13,2024
1. Install "fmf.noarch" package
In this section, we are going to explain the necessary steps to install fmf.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
fmf.noarch
Copied
2. Uninstall "fmf.noarch" package
In this section, we are going to explain the necessary steps to uninstall fmf.noarch on Rocky Linux 8:
$
sudo dnf remove
fmf.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the fmf.noarch package on Rocky Linux 8
Last metadata expiration check: 0:06:48 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : fmf
Version : 1.2.1
Release : 1.el8
Architecture : noarch
Size : 38 k
Source : fmf-1.2.1-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 command line tool.
Available Packages
Name : fmf
Version : 1.2.1
Release : 1.el8
Architecture : noarch
Size : 38 k
Source : fmf-1.2.1-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 command line tool.