How To Install gitit on Fedora 36
Introduction
In this tutorial we learn how to install gitit
on Fedora 36.
What is gitit
Gitit is a wiki backed by a git, darcs, or mercurial filestore. Pages and uploaded files can be modified either directly via the VCS’s command-line tools or through the wiki’s web interface. Pandoc is used for markup processing, so pages may be written in (extended) markdown, reStructuredText, LaTeX, HTML, or literate Haskell, and exported in ten different formats, including LaTeX, ConTeXt, DocBook, RTF, OpenOffice ODT, and MediaWiki markup. Notable features include * plugins “Network.Gitit.Interface”) * conversion of TeX math to MathML for display in web browsers * syntax highlighting of source code files and code snippets * Atom feeds (site-wide and per-page) * a library, “Network.Gitit”, that makes it simple to include a gitit wiki in any happstack application You can see a running demo at <http For usage information
We can use yum
or dnf
to install gitit
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gitit.
Install gitit 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 gitit
using dnf
by running the following command:
sudo dnf -y install gitit
Install gitit 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 gitit
using yum
by running the following command:
sudo yum -y install gitit
How To Uninstall gitit on Fedora 36
To uninstall only the gitit
package we can use the following command:
sudo dnf remove gitit
gitit Package Contents on Fedora 36
/etc/gitit
/etc/gitit/gitit.conf
/usr/bin/expireGititCache
/usr/bin/gitit
/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/cef27a0f61979cfb6478da8da6adb0fcfbe7ad
/usr/lib/.build-id/95
/usr/lib/.build-id/95/5df5c064b29f4dae29348304d4291e1d05f3bf
/usr/lib/systemd/system/gitit.service
/usr/share/doc/gitit
/usr/share/doc/gitit/CHANGES
/usr/share/doc/gitit/README.markdown
/var/lib/gitit
/var/lib/gitit/wiki
References
Summary
In this tutorial we learn how to install gitit
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).