How to Install and Uninstall gi-docgen Package on Kali Linux

Last updated: May 04,2024

1. Install "gi-docgen" package

This is a short guide on how to install gi-docgen on Kali Linux

$ sudo apt update $ sudo apt install gi-docgen

2. Uninstall "gi-docgen" package

Please follow the steps below to uninstall gi-docgen on Kali Linux:

$ sudo apt remove gi-docgen $ sudo apt autoclean && sudo apt autoremove

3. Information about the gi-docgen package on Kali Linux

Package: gi-docgen
Version: 2023.3+ds-1
Installed-Size: 643
Maintainer: Debian GNOME Maintainers
Architecture: all
Depends: python3:any (>= 3.11~), python3-jinja2, python3-markdown, python3-markupsafe, python3-packaging, python3-pygments, python3-typogrify
Size: 85900
SHA256: 66c35e82d4a636e1b9ebbfce3cef63c37d2fcdb05e95184503a1494fcd9294c7
SHA1: 45c0b23e27702efd038c1b8c171337e5db107c37
MD5sum: 355bd0a24c145ce66095b19436ed7ea7
Description: source code documentation tool using GObject-Introspection
GI-DocGen is a document generator for GObject-based libraries. GObject
is the base type system of the GNOME project. GI-Docgen reuses the
introspection data generated by GObject-based libraries to generate
the API reference of these libraries, as well as other ancillary
documentation.
.
GI-DocGen is not a general purpose documentation tool for C libraries:
while GI-DocGen can be used to generate API references for most GObject/C
libraries that expose introspection data, its main goal is to generate
the reference for GTK and its immediate dependencies.
.
GI-DocGen is still in development. The upstream-recommended use of
GI-DocGen is to add it as a sub-project to a Meson build system, and
vendor it when releasing dist archives. Until GI-DocGen becomes stable,
Debian packages that use it for their documentation should use a vendored
copy (as allowed by Policy §4.13), and should not have a Build-Depends
on gi-docgen unless no vendored copy is present in upstream releases.
Description-md5:
Multi-Arch: foreign
Homepage: https://gitlab.gnome.org/GNOME/gi-docgen/
Section: gnome
Priority: optional
Filename: pool/main/g/gi-docgen/gi-docgen_2023.3+ds-1_all.deb