How to Install and Uninstall gitit.x86_64 Package on Fedora 35

Last updated: November 26,2024

1. Install "gitit.x86_64" package

This guide covers the steps necessary to install gitit.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install gitit.x86_64

2. Uninstall "gitit.x86_64" package

Here is a brief guide to show you how to uninstall gitit.x86_64 on Fedora 35:

$ sudo dnf remove gitit.x86_64 $ sudo dnf autoremove

3. Information about the gitit.x86_64 package on Fedora 35

Last metadata expiration check: 0:34:39 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : gitit
Version : 0.13.0.0
Release : 8.fc35
Architecture : x86_64
Size : 30 M
Source : gitit-0.13.0.0-8.fc35.src.rpm
Repository : fedora
Summary : Wiki using happstack, git or darcs, and pandoc
URL : https://hackage.haskell.org/package/gitit
License : GPLv2 and MIT and BSD and CC-BY-SA and (MIT or GPLv2)
Description : 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: dynamically loaded page transformations written in Haskell (see
: "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 .
:
: For usage information: 'gitit --help'.