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

Last updated: May 17,2024

1. Install "reclass" package

This guide let you learn how to install reclass on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install reclass

2. Uninstall "reclass" package

Please follow the step by step instructions below to uninstall reclass on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: reclass
Priority: extra
Section: universe/admin
Installed-Size: 106
Maintainer: Ubuntu Developers
Original-Maintainer: martin f. krafft
Architecture: all
Version: 1.4.1-1
Depends: python-reclass (= 1.4.1-1), python:any
Suggests: reclass-doc
Filename: pool/universe/r/reclass/reclass_1.4.1-1_all.deb
Size: 11096
MD5sum: e6c5adeeebe09be3068f068f7eb0aa9d
SHA1: 0fadec7ea0d468be99f9c93137d0f92870644e63
SHA256: 3e8d483ae420ff6dd2660fdd7752936f403c4d690174df9e16c0be6a75c638c5
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.
.
This package provides the reclass CLI and adapters for Salt and Ansible.
Description-md5: 845d4c3b522bc24eb33cdf4644d60af3
Homepage: http://reclass.pantsfullofunix.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu