How to Install and Uninstall ninja-build Package on Kali Linux

Last updated: May 04,2024

1. Install "ninja-build" package

Please follow the steps below to install ninja-build on Kali Linux

$ sudo apt update $ sudo apt install ninja-build

2. Uninstall "ninja-build" package

This guide covers the steps necessary to uninstall ninja-build on Kali Linux:

$ sudo apt remove ninja-build $ sudo apt autoclean && sudo apt autoremove

3. Information about the ninja-build package on Kali Linux

Package: ninja-build
Version: 1.11.1-2
Installed-Size: 428
Maintainer: Felix Geyer
Architecture: amd64
Depends: libc6 (>= 2.34), libstdc++6 (>= 13.1)
Suggests: python3
Size: 141548
SHA256: babe3bab66548a266b7ac11b4bc1822eabd7a5ed0b0902024e7fb2615293e032
SHA1: 192ce9659a57feafda3a75f58b890c7cd996802b
MD5sum: 27b86a4dc26dd1b223012bfc14f86e80
Description: small build system closest in spirit to Make
Ninja is yet another build system. It takes as input the interdependencies of
files (typically source code and output executables) and orchestrates
building them, quickly.
.
Ninja joins a sea of other build systems. Its distinguishing goal is to be
fast. It is born from the Chromium browser project, which has over 30,000
source files and whose other build systems can take ten seconds to start
building after changing one file. Ninja is under a second.
Description-md5:
Multi-Arch: foreign
Homepage: https://ninja-build.org/
Section: devel
Priority: optional
Filename: pool/main/n/ninja-build/ninja-build_1.11.1-2_amd64.deb