How To Install GAPDoc on Fedora 36
Introduction
In this tutorial we learn how to install GAPDoc
on Fedora 36.
What is GAPDoc
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 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
We can use yum
or dnf
to install GAPDoc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install GAPDoc.
Install GAPDoc on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install GAPDoc
using dnf
by running the following command:
sudo dnf -y install GAPDoc
Install GAPDoc on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install GAPDoc
using yum
by running the following command:
sudo yum -y install GAPDoc
How To Uninstall GAPDoc on Fedora 36
To uninstall only the GAPDoc
package we can use the following command:
sudo dnf remove GAPDoc
GAPDoc Package Contents on Fedora 36
/usr/lib/gap/pkg/GAPDoc
/usr/lib/gap/pkg/GAPDoc/PackageInfo.g
/usr/lib/gap/pkg/GAPDoc/bibxmlext.dtd
/usr/lib/gap/pkg/GAPDoc/gapdoc.dtd
/usr/lib/gap/pkg/GAPDoc/init.g
/usr/lib/gap/pkg/GAPDoc/lib
/usr/lib/gap/pkg/GAPDoc/lib/BibTeX.gd
/usr/lib/gap/pkg/GAPDoc/lib/BibTeX.gi
/usr/lib/gap/pkg/GAPDoc/lib/BibXMLextTools.gd
/usr/lib/gap/pkg/GAPDoc/lib/BibXMLextTools.gi
/usr/lib/gap/pkg/GAPDoc/lib/ComposeXML.gd
/usr/lib/gap/pkg/GAPDoc/lib/ComposeXML.gi
/usr/lib/gap/pkg/GAPDoc/lib/Examples.gd
/usr/lib/gap/pkg/GAPDoc/lib/Examples.gi
/usr/lib/gap/pkg/GAPDoc/lib/GAPDoc.gd
/usr/lib/gap/pkg/GAPDoc/lib/GAPDoc.gi
/usr/lib/gap/pkg/GAPDoc/lib/GAPDoc2HTML.gd
/usr/lib/gap/pkg/GAPDoc/lib/GAPDoc2HTML.gi
/usr/lib/gap/pkg/GAPDoc/lib/GAPDoc2LaTeX.gd
/usr/lib/gap/pkg/GAPDoc/lib/GAPDoc2LaTeX.gi
/usr/lib/gap/pkg/GAPDoc/lib/GAPDoc2Text.gd
/usr/lib/gap/pkg/GAPDoc/lib/GAPDoc2Text.gi
/usr/lib/gap/pkg/GAPDoc/lib/HelpBookHandler.g
/usr/lib/gap/pkg/GAPDoc/lib/Make.g
/usr/lib/gap/pkg/GAPDoc/lib/PrintUtil.gd
/usr/lib/gap/pkg/GAPDoc/lib/PrintUtil.gi
/usr/lib/gap/pkg/GAPDoc/lib/Text.gd
/usr/lib/gap/pkg/GAPDoc/lib/Text.gi
/usr/lib/gap/pkg/GAPDoc/lib/TextThemes.g
/usr/lib/gap/pkg/GAPDoc/lib/UnicodeTabs.g
/usr/lib/gap/pkg/GAPDoc/lib/UnicodeTools.gd
/usr/lib/gap/pkg/GAPDoc/lib/UnicodeTools.gi
/usr/lib/gap/pkg/GAPDoc/lib/XMLParser.gd
/usr/lib/gap/pkg/GAPDoc/lib/XMLParser.gi
/usr/lib/gap/pkg/GAPDoc/lib/bibxmlextinfo.g
/usr/lib/gap/pkg/GAPDoc/lib/gapdocdtdinfo.g
/usr/lib/gap/pkg/GAPDoc/lib/getdtd.g
/usr/lib/gap/pkg/GAPDoc/lib/latexhead.tex
/usr/lib/gap/pkg/GAPDoc/lib/parsedtd.g
/usr/lib/gap/pkg/GAPDoc/makedocrel.g
/usr/lib/gap/pkg/GAPDoc/read.g
/usr/lib/gap/pkg/GAPDoc/styles
/usr/lib/gap/pkg/GAPDoc/styles/chooser.html
/usr/lib/gap/pkg/GAPDoc/styles/lefttoc.css
/usr/lib/gap/pkg/GAPDoc/styles/manual.css
/usr/lib/gap/pkg/GAPDoc/styles/manual.js
/usr/lib/gap/pkg/GAPDoc/styles/nocolorprompt.css
/usr/lib/gap/pkg/GAPDoc/styles/ragged.css
/usr/lib/gap/pkg/GAPDoc/styles/rainbow.js
/usr/lib/gap/pkg/GAPDoc/styles/times.css
/usr/lib/gap/pkg/GAPDoc/styles/toggless.css
/usr/lib/gap/pkg/GAPDoc/styles/toggless.js
/usr/lib/gap/pkg/GAPDoc/version
/usr/share/doc/GAPDoc
/usr/share/doc/GAPDoc/CHANGES
/usr/share/doc/GAPDoc/README.md
/usr/share/licenses/GAPDoc
/usr/share/licenses/GAPDoc/GPL
References
Summary
In this tutorial we learn how to install GAPDoc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).