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

Last updated: May 21,2024

1. Install "ninja-build-doc" package

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

$ sudo apt update $ sudo apt install ninja-build-doc

2. Uninstall "ninja-build-doc" package

In this section, we are going to explain the necessary steps to uninstall ninja-build-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ninja-build-doc
Priority: optional
Section: universe/doc
Installed-Size: 12823
Maintainer: Ubuntu Developers
Original-Maintainer: Gary Kramlich
Architecture: all
Source: ninja-build
Version: 1.5.1-0.1ubuntu1
Filename: pool/universe/n/ninja-build/ninja-build-doc_1.5.1-0.1ubuntu1_all.deb
Size: 5586682
MD5sum: cf0ee86541a479f32e6434ba924d8db1
SHA1: 03ec4488298dfa9cdf58c9a1ce78da1e563b7ef6
SHA256: ba780a7a6a0c563efb1243531ba67213bfdf56b376db4ad119dca74627434641
Description-en: documentation for ninja-build
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.
.
This package contains the doxygen documentation for ninja.
Description-md5: 1446c6cad6d041fc831157cc8578ce10
Homepage: http://martine.github.com/ninja/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu