How to Install and Uninstall python-reclass Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 18,2024

1. Install "python-reclass" package

This tutorial shows how to install python-reclass on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-reclass

2. Uninstall "python-reclass" package

Learn how to uninstall python-reclass on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-reclass package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-reclass
Priority: extra
Section: universe/python
Installed-Size: 197
Maintainer: Ubuntu Developers
Original-Maintainer: martin f. krafft
Architecture: all
Source: reclass
Version: 1.4.1-1
Depends: python (>= 2.7), python (<< 2.8), python-yaml, python-pkg-resources
Filename: pool/universe/r/reclass/python-reclass_1.4.1-1_all.deb
Size: 26992
MD5sum: 237e309d394e68a708eeca25436679a8
SHA1: 10e8e04765a044be796ce67bf261bb351e1c33b0
SHA256: 02d8fc033ed099014e01936661f77527f3a49c1ab4c2350047557e5cefa915f7
Description-en: 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.
Description-md5: bb39c31656c69169f2c35b3126405250
Homepage: http://reclass.pantsfullofunix.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu