How to Install and Uninstall gitit Package on Kali Linux

Last updated: May 15,2024

1. Install "gitit" package

This is a short guide on how to install gitit on Kali Linux

$ sudo apt update $ sudo apt install gitit

2. Uninstall "gitit" package

This guide let you learn how to uninstall gitit on Kali Linux:

$ sudo apt remove gitit $ sudo apt autoclean && sudo apt autoremove

3. Information about the gitit package on Kali Linux

Package: gitit
Version: 0.15.1.0+dfsg-1
Installed-Size: 192810
Maintainer: Debian Haskell Group
Architecture: amd64
Depends: git | darcs | mercurial, libghc-gitit-data (= 0.15.1.0+dfsg-1), sgml-base (>= 1.28), libc6 (>= 2.29), libcmark-gfm-extensions0.29.0.gfm.3 (>= 0.29.0.gfm.3), libcmark-gfm0.29.0.gfm.3 (>= 0.29.0.gfm.3), libffi8 (>= 3.4), libgmp10 (>= 2:6.2.1+dfsg), libpcre3, libtinfo6 (>= 6), zlib1g (>= 1:1.1.4)
Recommends: media-types, libghc-filestore-data
Size: 25648296
SHA256: ffb61836c62e035fb5de3e0964ab0e7a54b05219a12c74d3eca54fb606334e8c
SHA1: 68fd19d10d33d4a4e9689a904deb2ee83d106afe
MD5sum: a85c598c1a17f2768267d489ae3cf708
Description: Wiki engine backed by a git or darcs filestore
Gitit is a wiki backed by a git or darcs 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.
.
Other features include
* plugins: dynamically loaded page transformations written in Haskell;
* categories;
* support for Unicode;
* TeX math using texmath;
* syntax highlighting of source code files and code snippets using
highlighting-kate;
* wiki pages can be viewed as slide shows;
* caching;
* Atom feeds (site-wide and per-page);
* a library, Network.Gitit, that makes it simple to include a gitit wiki in
any happstack application;
* pages can be written directly in literate Haskell.
Description-md5: b0ae5c318d5dc466c0476d49f57d2813
Homepage: https://hackage.haskell.org/package/gitit
Section: web
Priority: optional
Filename: pool/main/g/gitit/gitit_0.15.1.0+dfsg-1_amd64.deb