This package browser is in early development. Mind the rough edges.

facter

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.

Installation

Install the latest version of facter as follows:

guix install facter

Or install a particular version:

guix install facter@4.4.1

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.

Badge code

You can use the following badge to inform users of facter about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/facter'><img src='https://packages.guix.gnu.org/packages/facter/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/facter/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/facter)

Example Org:

[[https://packages.guix.gnu.org/packages/facter][https://packages.guix.gnu.org/packages/facter/badges/latest-version.svg]]