How to Install and Uninstall facter.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "facter.noarch" package

This guide let you learn how to install facter.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install facter.noarch

2. Uninstall "facter.noarch" package

Please follow the steps below to uninstall facter.noarch on Fedora 36:

$ sudo dnf remove facter.noarch $ sudo dnf autoremove

3. Information about the facter.noarch package on Fedora 36

Last metadata expiration check: 5:11:22 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : facter
Version : 4.2.6
Release : 2.fc36
Architecture : noarch
Size : 261 k
Source : facter-4.2.6-2.fc36.src.rpm
Repository : fedora
Summary : Command and ruby library for gathering system information
URL : https://github.com/puppetlabs/facter
License : ASL 2.0
Description : Facter is a lightweight program that gathers basic node information about the
: hardware and operating system. Facter is especially useful for retrieving
: things like operating system names, hardware characteristics, IP addresses, MAC
: addresses, and SSH keys.
:
: Facter is extensible and allows gathering of node information that may be
: custom or site specific. It is easy to extend by including your own custom
: facts. Facter can also be used to create conditional expressions in Puppet that
: key off the values returned by facts.