How to Install and Uninstall facter Package on Kali Linux

Last updated: May 14,2024

1. Install "facter" package

Please follow the step by step instructions below to install facter on Kali Linux

$ sudo apt update $ sudo apt install facter

2. Uninstall "facter" package

Please follow the instructions below to uninstall facter on Kali Linux:

$ sudo apt remove facter $ sudo apt autoclean && sudo apt autoremove

3. Information about the facter package on Kali Linux

Package: facter
Version: 4.3.0-2
Installed-Size: 1589
Maintainer: Puppet Package Maintainers
Architecture: all
Depends: ruby, ruby-hocon (>= 1.3), ruby-thor (>= 1.0.1), ruby-thor (<< 2.0)
Recommends: dmidecode, pciutils, ruby-sys-filesystem, virt-what
Size: 158688
SHA256: 4612dc1b600137568b3d3d799905a34360f967850a4c270cf9580b6d51317ab6
SHA1: e30d16d04fe0c9976695f09252a48f7300cf716e
MD5sum: 5a93068db5172f404d98f9f9ef1ee7f7
Description: collect and display facts about the system
Facter is Puppet’s cross-platform system profiling library. It discovers and
reports per-node facts, which are collected by the Puppet agent and are made
available in Puppet manifests as variables. Facter comes with a number of
built-in facts providing information about the operating system, hardware, SSH
keys, etc., but is also easily extensible through the following interfaces:
.
* Through custom facts using Facter's Ruby API.
* Through `external' facts which can be either executables, or static data
files.
.
This package contains the facter binary and the ruby module making facter
available to Puppet.
Description-md5:
Homepage: https://github.com/puppetlabs/facter
Tag: devel::lang:ruby, devel::library, implemented-in::ruby,
interface::commandline, role::devel-lib, role::program,
role::shared-lib
Section: admin
Priority: optional
Filename: pool/main/f/facter/facter_4.3.0-2_all.deb