How to Install and Uninstall facter.x86_64 Package on Oracle Linux 8

Last updated: May 18,2024

1. Install "facter.x86_64" package

Learn how to install facter.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install facter.x86_64

2. Uninstall "facter.x86_64" package

Learn how to uninstall facter.x86_64 on Oracle Linux 8:

$ sudo dnf remove facter.x86_64 $ sudo dnf autoremove

3. Information about the facter.x86_64 package on Oracle Linux 8

Last metadata expiration check: 4:37:18 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : facter
Version : 3.14.2
Release : 4.el8
Architecture : x86_64
Size : 623 k
Source : facter-3.14.2-4.el8.src.rpm
Repository : epel
Summary : Command and ruby library for gathering system information
URL : https://puppetlabs.com/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.