How to Install and Uninstall libghc-gitit-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "libghc-gitit-dev" package

This is a short guide on how to install libghc-gitit-dev on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libghc-gitit-dev" package

Please follow the guidelines below to uninstall libghc-gitit-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libghc-gitit-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libghc-gitit-dev
Architecture: amd64
Version: 0.13.0.0+dfsg-2build1
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: 8993
Provides: libghc-gitit-dev-0.13.0.0-46f5e
Depends: libghc-gitit-data (= 0.13.0.0+dfsg-2build1), libghc-configfile-dev-1.1.4-6c8fd, libghc-hstringtemplate-dev-0.8.7-2e532, libghc-http-dev-4000.3.14-c2d4d, libghc-sha-dev-1.6.4.4-d7bee, libghc-aeson-dev-1.4.7.1-47735, libghc-base-dev-4.13.0.0-c9705, libghc-base64-bytestring-dev-1.0.0.3-9efc2, libghc-blaze-html-dev-0.9.1.2-90ffa, libghc-bytestring-dev-0.10.10.0-70a9a, libghc-containers-dev-0.6.2.1-b8f3d, libghc-directory-dev-1.3.6.0-a7edc, libghc-doctemplates-dev-0.8.2-6fc75, libghc-feed-dev-1.3.0.1-cbb76, libghc-filepath-dev-1.4.2.1-251c0, libghc-filestore-dev-0.6.4-e24d6, libghc-happstack-server-dev-7.6.1-306a2, libghc-hoauth2-dev-1.14.0-2168c, libghc-hslogger-dev-1.3.1.0-fdf14, libghc-http-client-tls-dev-0.3.5.3-d17d4, libghc-http-conduit-dev-2.3.7.3-74a03, libghc-json-dev-0.10-749ae, libghc-mtl-dev-2.2.2-13482, libghc-network-dev-3.1.1.1-decec, libghc-network-bsd-dev-2.8.1.0-ee562, libghc-network-uri-dev-2.6.3.0-0b155, libghc-old-locale-dev-1.0.0.7-f78e4, libghc-old-time-dev-1.1.0.3-47285, libghc-pandoc-dev-2.9.2.1-8a533, libghc-pandoc-types-dev-1.20-062c1, libghc-parsec-dev-3.1.14.0-aef34, libghc-pretty-dev-1.1.3.6-e80bb, libghc-process-dev-1.6.8.0-e3a1c, libghc-random-dev-1.1-04308, libghc-recaptcha-dev-0.1.0.4-c0bf1, libghc-safe-dev-0.3.19-8ac6b, libghc-skylighting-dev-0.8.5-8c4df, libghc-split-dev-0.2.3.4-1a5f1, libghc-syb-dev-0.7.1-61189, libghc-tagsoup-dev-0.14.8-831c3, libghc-text-dev-1.2.4.0-455b7, libghc-time-dev-1.9.3-a9e1f, libghc-uri-bytestring-dev-0.3.2.2-b1af6, libghc-url-dev-2.1.3-aa541, libghc-utf8-string-dev-1.0.1.1-4b3ee, libghc-uuid-dev-1.3.13-e8f72, libghc-xhtml-dev-3000.2.2.1-b19f2, libghc-xml-dev-1.3.14-189b1, libghc-xml-conduit-dev-1.9.0.0-0e390, libghc-xml-types-dev-0.3.8-3630c, libghc-xss-sanitize-dev-0.3.6-40225, libghc-zlib-dev-0.6.2.2-006d3, 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-2build1_amd64.deb
Size: 855144
MD5sum: df7807feeb1564716f088d2695fecd9e
SHA1: b24984b197c48c7dcef79d4e9bb5dfc07672d988
SHA256: b8be9fefad37a25e7d3cbf30e1bef3ef76004e872408a5f0f310f13dead362a1
SHA512: f70a3224085927d6c8f3f02552461d7cb8613a27f4323ee2c02460dc03216031d401a115b14eb2a043489b860548d36b6a736d24e64b2c5d00e90c1c43c56199
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-CHYAInWlhcl7kyIJLZGp89