How to Install and Uninstall facter.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "facter.x86_64" package

Please follow the guidelines below to install facter.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install facter.x86_64

2. Uninstall "facter.x86_64" package

This guide covers the steps necessary to uninstall facter.x86_64 on Fedora 34:

$ sudo dnf remove facter.x86_64 $ sudo dnf autoremove

3. Information about the facter.x86_64 package on Fedora 34

Last metadata expiration check: 1:05:40 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : facter
Version : 3.14.7
Release : 7.fc34
Architecture : x86_64
Size : 506 k
Source : facter-3.14.7-7.fc34.src.rpm
Repository : fedora
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.