How to Install and Uninstall reclass Package on Kali Linux

Last updated: September 19,2024

1. Install "reclass" package

This guide covers the steps necessary to install reclass on Kali Linux

$ sudo apt update $ sudo apt install reclass

2. Uninstall "reclass" package

This guide let you learn how to uninstall reclass on Kali Linux:

$ sudo apt remove reclass $ sudo apt autoclean && sudo apt autoremove

3. Information about the reclass package on Kali Linux

Package: reclass
Version: 1.7.0-1.1
Installed-Size: 84
Maintainer: Alexander Sulfrian
Architecture: all
Depends: python3-reclass (= 1.7.0-1.1), python3:any
Suggests: reclass-doc
Size: 20080
SHA256: d05178fd4b9d71c25863ed404343f463b8cc7023dedfeaac43add2df2cac1976
SHA1: 0cac7f0c66872d5a5e074cd6358e00bf80e0f8fd
MD5sum: 8af00d179716c2a70382caec9ad97b71
Description: hierarchical inventory backend for configuration management systems
reclass is an "external node classifier" (ENC) as can be used with automation
tools, such as Puppet, Salt, and Ansible. It is also a stand-alone tool for
merging data sources recursively.
.
The purpose of an ENC is to allow a system administrator to maintain an
inventory of nodes to be managed, completely separately from the configuration
of the automation tool. Usually, the external node classifier completely
replaces the tool-specific inventory (such as site.pp for Puppet,
ext_pillar/master_tops for Salt, or /etc/ansible/hosts).
.
reclass allows you to define your nodes through class inheritance, while
always able to override details further up the tree (i.e. in more specific
nodes). Think of classes as feature sets, as commonalities between nodes, or
as tags. Add to that the ability to nest classes (multiple inheritance is
allowed, well-defined, and encouraged), and piece together your infrastructure
from smaller bits, eliminating redundancy and exposing all important
parameters to a single location, logically organised.
.
This is the fork of the original reclass by SaltStack Formulas.
.
This package provides the reclass CLI and adapters for Salt and Ansible.
Description-md5:
Homepage: https://github.com/salt-formulas/reclass
Section: admin
Priority: optional
Filename: pool/main/r/reclass/reclass_1.7.0-1.1_all.deb