How to Install and Uninstall libghc-gitit-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libghc-gitit-dev" package

Please follow the steps below to install libghc-gitit-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libghc-gitit-dev

2. Uninstall "libghc-gitit-dev" package

Please follow the instructions below to uninstall libghc-gitit-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libghc-gitit-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-gitit-dev package on Ubuntu 21.10 (Impish Indri)

Package: libghc-gitit-dev
Architecture: amd64
Version: 0.13.0.0+dfsg-2build2.1
Priority: optional
Section: universe/haskell
Source: gitit
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 8997
Provides: libghc-gitit-dev-0.13.0.0-074f2
Depends: libghc-gitit-data (= 0.13.0.0+dfsg-2build2.1), libghc-configfile-dev-1.1.4-e312e, libghc-hstringtemplate-dev-0.8.7-efbd4, libghc-http-dev-4000.3.14-c6289, libghc-sha-dev-1.6.4.4-bb204, libghc-aeson-dev-1.4.7.1-5e35a, libghc-base-dev-4.13.0.0-2f220, libghc-base64-bytestring-dev-1.0.0.3-4ce1b, libghc-blaze-html-dev-0.9.1.2-8d27a, libghc-bytestring-dev-0.10.10.1-c40ee, libghc-containers-dev-0.6.2.1-ab1cf, libghc-directory-dev-1.3.6.0-49fdf, libghc-doctemplates-dev-0.8.2-d1355, libghc-feed-dev-1.3.0.1-4e963, libghc-filepath-dev-1.4.2.1-103b6, libghc-filestore-dev-0.6.4-823fa, libghc-happstack-server-dev-7.6.1-693a6, libghc-hoauth2-dev-1.14.0-c44f0, libghc-hslogger-dev-1.3.1.0-73db3, libghc-http-client-tls-dev-0.3.5.3-bcdb1, libghc-http-conduit-dev-2.3.7.3-dbbea, libghc-json-dev-0.10-3da53, libghc-mtl-dev-2.2.2-7208c, libghc-network-dev-3.1.1.1-464ab, libghc-network-bsd-dev-2.8.1.0-5a202, libghc-network-uri-dev-2.6.3.0-a53be, libghc-old-locale-dev-1.0.0.7-93114, libghc-old-time-dev-1.1.0.3-6f86f, libghc-pandoc-dev-2.9.2.1-35e11, libghc-pandoc-types-dev-1.20-27b5d, libghc-parsec-dev-3.1.14.0-b0d22, libghc-pretty-dev-1.1.3.6-33019, libghc-process-dev-1.6.9.0-88a89, libghc-random-dev-1.1-523a8, libghc-recaptcha-dev-0.1.0.4-d7302, libghc-safe-dev-0.3.19-7ae12, libghc-skylighting-dev-0.8.5-34374, libghc-split-dev-0.2.3.4-a5cd3, libghc-syb-dev-0.7.1-bb80c, libghc-tagsoup-dev-0.14.8-aa427, libghc-text-dev-1.2.4.0-a7a6e, libghc-time-dev-1.9.3-1ee94, libghc-uri-bytestring-dev-0.3.2.2-2611b, libghc-url-dev-2.1.3-eaedc, libghc-utf8-string-dev-1.0.1.1-866d7, libghc-uuid-dev-1.3.13-59ce2, libghc-xhtml-dev-3000.2.2.1-771e1, libghc-xml-dev-1.3.14-6ab42, libghc-xml-conduit-dev-1.9.0.0-d6870, libghc-xml-types-dev-0.3.8-bd07f, libghc-xss-sanitize-dev-0.3.6-7c7b9, libghc-zlib-dev-0.6.2.2-eae20, libc6 (>= 2.2.5), libcmark-gfm-extensions0 (>= 0.29.0.gfm.0), libcmark-gfm0 (>= 0.29.0.gfm.0), libgmp10, libpcre3, zlib1g (>= 1:1.1.4)
Suggests: libghc-gitit-doc, libghc-gitit-prof
Filename: pool/universe/g/gitit/libghc-gitit-dev_0.13.0.0+dfsg-2build2.1_amd64.deb
Size: 954638
MD5sum: 2acbae3dda358d526b99928aad5fb721
SHA1: 0791035b68cbf43eab71a527dc6fa99a0ba6d9b2
SHA256: 24d77188612e7b30ee52608eb097b4b4275139e0931839227b5a0798fab50d97
SHA512: c3cda7c8fe50172065e18cdfee2967c59653df4e93536f21ca75c919e9181da177d8efb8943ae1c6c20fb5a7696e5ea4cf6c98c1b2ce248d4552a198e6c70b77
Homepage: https://hackage.haskell.org/package/gitit
Description-en: 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.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 1fe75f3689e4b3816284dca423a6303a
Ghc-Package: gitit-0.13.0.0-BdYibsA42bnDd5CjzTJ4lB