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

Last updated: October 06,2024

1. Install "facter.noarch" package

Please follow the guidelines below to install facter.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install facter.noarch

2. Uninstall "facter.noarch" package

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

$ sudo dnf remove facter.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:56:54 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : facter
Version : 4.2.0
Release : 2.fc35
Architecture : noarch
Size : 256 k
Source : facter-4.2.0-2.fc35.src.rpm
Repository : fedora
Summary : Command and ruby library for gathering system information
URL : https://puppetlabs.com/facter
License : MIT
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.