How to Install and Uninstall libghc-simple-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libghc-simple-doc" package

Please follow the guidelines below to install libghc-simple-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-simple-doc

2. Uninstall "libghc-simple-doc" package

This tutorial shows how to uninstall libghc-simple-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-simple-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-simple-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-simple-doc
Priority: extra
Section: universe/doc
Installed-Size: 615
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-simple
Version: 0.11.1-1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-aeson-doc, libghc-http-types-doc, libghc-monad-control-doc, libghc-mtl-doc, libghc-simple-templates-doc, libghc-text-doc, libghc-transformers-base-doc, libghc-unordered-containers-doc, libghc-wai-doc, libghc-wai-extra-doc
Filename: pool/universe/h/haskell-simple/libghc-simple-doc_0.11.1-1_all.deb
Size: 56454
MD5sum: 3035b365161e64e458a6ef08a6ba6eab
SHA1: 5c1e4fbf159276b66fdbc896720a6dad9499327e
SHA256: d9f44312a0a499b64e096b5990b3b65148e42af76a2fb96ae4180f3b0ee142af
Description-en: minimalist web framework for the WAI server interface; documentation
Simple is a "framework-less" web framework for Haskell web applications
based on the WAI server interface (f.ex. for use with the warp server).
Simple does not enforce a particular structure or paradigm for web
applications. Rather, Simple contains tools to help you create your own
patterns (or re-create existing ones). Simple is minimalist, providing a
lightweight base - the most basic Simple app is little more than a WAI
'Application' with some routing logic. Everything else (f.ex. authentication,
controllers, persistence, caching, etc.) is provided in composable units, so
you can include only the ones you need in your app, and easily replace
them with your own components.
.
This package provides the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: d1fa5830f9ff516f6e8640efb8adf8e4
Homepage: http://simple.cx
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu