How to Install and Uninstall gi-docgen.noarch Package on Fedora 36

Last updated: May 04,2024

1. Install "gi-docgen.noarch" package

Please follow the steps below to install gi-docgen.noarch on Fedora 36

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

2. Uninstall "gi-docgen.noarch" package

This guide covers the steps necessary to uninstall gi-docgen.noarch on Fedora 36:

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

3. Information about the gi-docgen.noarch package on Fedora 36

Last metadata expiration check: 3:02:48 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : gi-docgen
Version : 2022.1
Release : 1.fc36
Architecture : noarch
Size : 202 k
Source : gi-docgen-2022.1-1.fc36.src.rpm
Repository : fedora
Summary : Documentation tool for GObject-based libraries
URL : https://gitlab.gnome.org/GNOME/gi-docgen
License : (ASL 2.0 or GPLv3+) and MIT and CC0
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.