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

Last updated: October 04,2024

1. Install "gitit.x86_64" package

Here is a brief guide to show you how to install gitit.x86_64 on Fedora 34

$ 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 34:

$ sudo dnf remove gitit.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:15:22 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : gitit
Version : 0.13.0.0
Release : 5.1.fc34
Architecture : x86_64
Size : 29 M
Source : gitit-0.13.0.0-5.1.fc34.src.rpm
Repository : updates
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'.