How to Install and Uninstall ninja-build Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "ninja-build" package

Please follow the instructions below to install ninja-build on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ninja-build

2. Uninstall "ninja-build" package

This guide let you learn how to uninstall ninja-build on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ninja-build package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ninja-build
Architecture: amd64
Version: 1.7.1-1~ubuntu16.04.1
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Felix Geyer
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 286
Depends: libc6 (>= 2.15), libstdc++6 (>= 5.2)
Conflicts: ninja
Filename: pool/universe/n/ninja-build/ninja-build_1.7.1-1~ubuntu16.04.1_amd64.deb
Size: 91424
MD5sum: 6384d9c31ca18803e90b7bf3f5c3ab28
SHA1: ab64ea16c36a39bbfd6929351fff8e2d5768e801
SHA256: 8f8ba3ccb7873cb264bd648437eb8e7d7abd4093254135f6830e368a25512b9f
SHA512: 222de7f1dc96979a9d1487f090cd138397b0f6cc935acf99166a5b6d8ba951529d93039e6d431b85fa9abaf4285961e643a97dce747e41f76f4b874e1932c25e
Homepage: https://ninja-build.org/
Description-en: 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: 5ef1371c63de86fcf36c1ddc875d2f26

Package: ninja-build
Priority: optional
Section: universe/devel
Installed-Size: 265
Maintainer: Ubuntu Developers
Original-Maintainer: Gary Kramlich
Architecture: amd64
Version: 1.5.1-0.1ubuntu1
Depends: libc6 (>= 2.14), libstdc++6 (>= 5.2)
Conflicts: ninja
Filename: pool/universe/n/ninja-build/ninja-build_1.5.1-0.1ubuntu1_amd64.deb
Size: 84842
MD5sum: 81009379f96ef677e72877f18a852403
SHA1: 658f85e1674d21084f1c99cced3274dbbe49b870
SHA256: 826ec5a0960a0e98eb5a9e1bc660f3e0a108695909408bdd4ab8e6adfd635260
Description-en: 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: 5ef1371c63de86fcf36c1ddc875d2f26
Homepage: http://martine.github.com/ninja/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu