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

Last updated: May 18,2024

1. Install "libghc-simple-dev" package

This is a short guide on how to install libghc-simple-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-simple-dev" package

Here is a brief guide to show you how to uninstall libghc-simple-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-simple-dev
Priority: extra
Section: universe/haskell
Installed-Size: 1128
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-simple
Version: 0.11.1-1
Provides: libghc-simple-dev-0.11.1-85817
Depends: libghc-aeson-dev-0.10.0.0-f3d60, libghc-base-dev-4.8.2.0-0d6d1, libghc-base64-bytestring-dev-1.0.0.1-a812c, libghc-blaze-builder-dev-0.4.0.1-073b5, libghc-bytestring-dev-0.10.6.0-9a873, libghc-directory-dev-1.2.2.0-660a7, libghc-filepath-dev-1.4.0.0-f97d1, libghc-http-types-dev-0.9-9f0f8, libghc-mime-types-dev-0.1.0.6-140db, libghc-monad-control-dev-1.0.0.4-54877, libghc-mtl-dev-2.2.1-3af90, libghc-simple-templates-dev-0.8.0.1-fc690, libghc-text-dev-1.2.2.0-2c09c, libghc-transformers-dev-0.4.2.0-81450, libghc-transformers-base-dev-0.4.4-19dc1, libghc-unordered-containers-dev-0.2.5.1-a371f, libghc-vector-dev-0.11.0.0-c6a21, libghc-wai-dev-3.0.5.0-7ea5d, libghc-wai-extra-dev-3.0.13.1-2e8ee, libc6 (>= 2.2.5)
Suggests: libghc-simple-doc, libghc-simple-prof
Filename: pool/universe/h/haskell-simple/libghc-simple-dev_0.11.1-1_amd64.deb
Size: 121216
MD5sum: 7f3e2afbc3977c1c000184816c152ff7
SHA1: f71460cd004b6c4d7b20a29bee016b949988038b
SHA256: 879c0c8ff3e283227854657de73824f8f65abdb899dfca0cad64c6df7e0d27db
Description-en: minimalist web framework for the WAI server interface
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 a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 2d67bea518d8ec99e21c2ba87cdf9bf0
Homepage: http://simple.cx
Ghc-Package: simple-0.11.1-858177abd0fbe88399f6de156219a21f
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu