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

Last updated: September 23,2024

1. Install "gitit.x86_64" package

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

$ sudo dnf update $ sudo dnf install gitit.x86_64

2. Uninstall "gitit.x86_64" package

Please follow the steps below to uninstall gitit.x86_64 on Fedora 39:

$ sudo dnf remove gitit.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:40:02 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : gitit
Version : 0.15.1.1
Release : 3.fc39
Architecture : x86_64
Size : 26 M
Source : gitit-0.15.1.1-3.fc39.src.rpm
Repository : updates
Summary : Wiki using happstack, git or darcs, and pandoc
URL : https://hackage.haskell.org/package/gitit
License : GPL-2.0-or-later AND MIT AND BSD-3-Clause AND CC-BY-SA-2.5 AND (MIT OR GPL-2.0-or-later)
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.
:
: 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'.