How to Install and Uninstall facter.noarch Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "facter.noarch" package

Please follow the instructions below to install facter.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install facter.noarch

2. Uninstall "facter.noarch" package

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

$ sudo dnf remove facter.noarch $ sudo dnf autoremove

3. Information about the facter.noarch package on Oracle Linux 9

Last metadata expiration check: 0:46:22 ago on Thu Feb 15 07:50:05 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.