How to Install and Uninstall ninja Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 22,2024
1. Install "ninja" package
Please follow the instructions below to install ninja on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
ninja
Copied
2. Uninstall "ninja" package
Learn how to uninstall ninja on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
ninja
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the ninja package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: ninja
Priority: optional
Section: universe/admin
Installed-Size: 164
Maintainer: Ubuntu Developers
Original-Maintainer: William Vera
Architecture: amd64
Version: 0.1.3-2
Depends: libc6 (>= 2.7), logrotate
Filename: pool/universe/n/ninja/ninja_0.1.3-2_amd64.deb
Size: 20978
MD5sum: 7073bc5520e1e8038600f06960c0d3d0
SHA1: c36f6cce0c89d583ab00d7e07bf9da5ee5b5f9a4
SHA256: 60ab84054b68ecadd019afbc6a11812846ff49495d09798414af3fafb0189cbd
Description-en: Privilege escalation detection system for GNU/Linux
Ninja is a privilege escalation detection and prevention
system for GNU/Linux hosts. While running, it will monitor
process activity on the local host, and keep track of all
processes running as root. If a process is spawned with
UID or GID zero (root), ninja will log necessary information
about this process, and optionally kill the process
if it was spawned by an unauthorized user.
A "magic" group can be specified, allowing members of this
group to run any setuid/setgid root executable.
Individual executables can be whitelisted. Ninja uses a
fine grained whitelist that lets you whitelist executables
on a group and/or user basis. This can be used to allow
specific groups or individual users access to setuid/setgid
root programs, such as su(1) and passwd(1).
Description-md5: 87750311cebddc6a13eb37f8ec979b7b
Homepage: http://forkbomb.org/ninja
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/admin
Installed-Size: 164
Maintainer: Ubuntu Developers
Original-Maintainer: William Vera
Architecture: amd64
Version: 0.1.3-2
Depends: libc6 (>= 2.7), logrotate
Filename: pool/universe/n/ninja/ninja_0.1.3-2_amd64.deb
Size: 20978
MD5sum: 7073bc5520e1e8038600f06960c0d3d0
SHA1: c36f6cce0c89d583ab00d7e07bf9da5ee5b5f9a4
SHA256: 60ab84054b68ecadd019afbc6a11812846ff49495d09798414af3fafb0189cbd
Description-en: Privilege escalation detection system for GNU/Linux
Ninja is a privilege escalation detection and prevention
system for GNU/Linux hosts. While running, it will monitor
process activity on the local host, and keep track of all
processes running as root. If a process is spawned with
UID or GID zero (root), ninja will log necessary information
about this process, and optionally kill the process
if it was spawned by an unauthorized user.
A "magic" group can be specified, allowing members of this
group to run any setuid/setgid root executable.
Individual executables can be whitelisted. Ninja uses a
fine grained whitelist that lets you whitelist executables
on a group and/or user basis. This can be used to allow
specific groups or individual users access to setuid/setgid
root programs, such as su(1) and passwd(1).
Description-md5: 87750311cebddc6a13eb37f8ec979b7b
Homepage: http://forkbomb.org/ninja
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu