How to Install and Uninstall GAPDoc.noarch Package on Fedora 36

Last updated: September 30,2024

1. Install "GAPDoc.noarch" package

This guide covers the steps necessary to install GAPDoc.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install GAPDoc.noarch

2. Uninstall "GAPDoc.noarch" package

This tutorial shows how to uninstall GAPDoc.noarch on Fedora 36:

$ sudo dnf remove GAPDoc.noarch $ sudo dnf autoremove

3. Information about the GAPDoc.noarch package on Fedora 36

Last metadata expiration check: 0:17:50 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : GAPDoc
Version : 1.6.6
Release : 1.fc36
Architecture : noarch
Size : 175 k
Source : GAPDoc-1.6.6-1.fc36.src.rpm
Repository : updates
Summary : GAP documentation tool
URL : https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc/
License : GPLv2+ and MPLv1.1 and W3C
Description : This package describes a document format for writing GAP documentation.
:
: The idea is to define a sufficiently abstract markup language for GAP
: documentation which can be (relatively easily) converted into different
: output formats. We used XML to define such a language.
:
: This package provides:
: - Utilities to use the documentation which is written in GAPDoc format
: with the GAP help system. If you don't want to write your own
: (package) documentation you can skip to the last point of this list.
: - The description of a markup language for GAP documentation (which is
: defined using the XML standard).
: - Three example documents using this language: The GAPDoc documentation
: itself, a short example which demonstrates all constructs defined in
: the GAPDoc language, and a very short example explained in the
: introduction of the main documentation.
: - A mechanism for distributing documentation among several files,
: including source code files.
: - GAP programs (written by the first named author) which produce from
: documentation written in the GAPDoc language several document formats:
: * text format with color markup for onscreen browsing.
: * LaTeX format and from this PDF- (and DVI)-versions with hyperlinks.
: * HTML (XHTML 1.0 strict) format for reading with a Web-browser (and
: many hooks for CSS layout).
: - Utility GAP programs which are used for the above but can be of
: independent interest as well:
: * Unicode strings with translations to and from other encodings
: * further utilities for manipulating strings
: * tools for dealing with BibTeX data
: * another data format BibXMLext for bibliographical data including
: tools to manipulate/translate them
: * a tool ComposedDocument for composing documents which are
: distributed in many files