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

Last updated: May 13,2024

1. Install "libghc-simple-prof" package

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

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

2. Uninstall "libghc-simple-prof" package

This is a short guide on how to uninstall libghc-simple-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

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