How to Install and Uninstall python3-reclass Package on Kali Linux

Last updated: May 11,2024

1. Install "python3-reclass" package

Here is a brief guide to show you how to install python3-reclass on Kali Linux

$ sudo apt update $ sudo apt install python3-reclass

2. Uninstall "python3-reclass" package

This is a short guide on how to uninstall python3-reclass on Kali Linux:

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

3. Information about the python3-reclass package on Kali Linux

Package: python3-reclass
Source: reclass
Version: 1.7.0-1.1
Installed-Size: 220
Maintainer: Alexander Sulfrian
Architecture: all
Depends: python3-ddt, python3-pyparsing, python3-six, python3-yaml, python3:any
Size: 38636
SHA256: 7a5c1e8a0d069d2cd0a9fe825f492aa8dab35125b8691d12e33621ece88dd979
SHA1: f233646d7248cfba8dfd572e9465986139d172c3
MD5sum: 389fdb3e096c30a9e0d969040057f725
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.
Description-md5:
Homepage: https://github.com/salt-formulas/reclass
Section: python
Priority: optional
Filename: pool/main/r/reclass/python3-reclass_1.7.0-1.1_all.deb