How to Install and Uninstall facter.noarch Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "facter.noarch" package

Here is a brief guide to show you how to install facter.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install facter.noarch

2. Uninstall "facter.noarch" package

Please follow the instructions below to uninstall facter.noarch on AlmaLinux 9:

$ sudo dnf remove facter.noarch $ sudo dnf autoremove

3. Information about the facter.noarch package on AlmaLinux 9

Last metadata expiration check: 2:25:36 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : facter
Version : 4.3.0
Release : 2.el9
Architecture : noarch
Size : 262 k
Source : facter-4.3.0-2.el9.src.rpm
Repository : epel
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.