How to Install and Uninstall gi-docgen.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 07,2024

1. Install "gi-docgen.noarch" package

This guide covers the steps necessary to install gi-docgen.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install gi-docgen.noarch

2. Uninstall "gi-docgen.noarch" package

Learn how to uninstall gi-docgen.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove gi-docgen.noarch $ sudo dnf autoremove

3. Information about the gi-docgen.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:30:18 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : gi-docgen
Version : 2023.3
Release : 2.el9
Architecture : noarch
Size : 205 k
Source : gi-docgen-2023.3-2.el9.src.rpm
Repository : epel
Summary : Documentation tool for GObject-based libraries
URL : https://gitlab.gnome.org/GNOME/gi-docgen
License : (Apache-2.0 OR GPL-3.0-or-later) AND BSD-2-Clause AND MIT AND CC0-1.0
Description : 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. Any and all attempts at
: making this tool more generic, or to cover more use cases, will be weighted
: heavily against its primary goal.
:
: GI-DocGen is still in development. The recommended use of GI-DocGen is to add
: it as a sub-project to your Meson build system, and vendor it when releasing
: dist archives.
:
: You should not depend on a system-wide installation until GI-DocGen is declared
: stable.