How to Install and Uninstall stealth-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "stealth-doc" package

This guide covers the steps necessary to install stealth-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install stealth-doc

2. Uninstall "stealth-doc" package

Learn how to uninstall stealth-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove stealth-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the stealth-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: stealth-doc
Priority: optional
Section: universe/doc
Installed-Size: 507
Maintainer: Ubuntu Developers
Original-Maintainer: Frank B. Brokken
Architecture: all
Source: stealth
Version: 4.01.04-1
Filename: pool/universe/s/stealth/stealth-doc_4.01.04-1_all.deb
Size: 397316
MD5sum: a6994ab5fe4a0e91748bb2c66e8156da
SHA1: 906cf44171451c9653e3ee77668ac05b142d150b
SHA256: 0ab9800c2e92472413b06fd8d499813421d0c09a6af59d8a04048931e4692d08
Description-en: stealthy File Integrity Checker documentation
STEALTH program performs File Integrity Checks on (remote) clients. It
differs from other File Integrity Checkers by not requiring baseline
integrity data to be kept on either write-only media or in the client's file
system. In fact, client's will contain hardly any indication at all that they
are being monitored, thus improving the stealthiness of the integrity scans.
.
STEALTH uses standard available software to perform file integrity checks
(like find(1) and md5sum(1)). Using individualized policy files, it is highly
adaptable to the specific requirements of its clients.
.
In production environments STEALTH should be run from an isolated computer
(called the `STEALTH monitor'). In optimal configurations the STEALTH
monitor should be a computer not accepting incoming connections. The account
used to connect to its clients does not have to be `root': usually
read-access to the client's file system is enough to perform a full integrity
check. Instead of using `root' a more restrictive administrative or
ordinary account might offer all requirements for the desired integrity
check.
.
STEALTH itself must communicate with the computers it should monitor. It is
essential that this communication is secure, and STEALTH configurations will
therefore normally specify SSH as the command-shell to use to connect to its
clients. STEALTH may be configured so as to use but one SSH connection per
client, even if integrity scans are to be performed repeatedly. Apart from
this, the STEALTH monitor might be allowed to send e-mail to remote clients
system's maintainers.
.
STEALTH-runs itself may start randomly within specified intervals. The
resulting unpredicability of STEALTH-runs further increases STEALTH's
stealthiness.
.
STEALTH's acronym is expanded to `Ssh-based Trust Enforcement Acquired
through a Locally Trusted Host': the client's trust is enforced, the locally
trusted host is the STEALTH monitor.
.
This package provides the supplemental documentation for Stealth.
Description-md5: 2366cf791404334af5c3cdb50882e047
Homepage: https://fbb-git.github.io/stealth
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu