facter 4.4.1
Collect and display system facts
Facter is a tool that gathers basic facts about nodes (systems) such as hardware details, network settings, OS type and version, and more. These facts can be collected on the command line with the facter command or via the facter Ruby library.
- Outputs:
out - Website: https://github.com/puppetlabs/facter
- Licenses: Expat
- Package source: gnu/packages/admin.scm
- Builds: See build status
- Issues: See known issues
Installation
Install facter 4.4.1 as follows:
guix install facter@4.4.1
Or install the latest version:
guix install facter
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.