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

Last updated: May 13,2024

1. Install "simple" package

Please follow the instructions below to install simple on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install simple

2. Uninstall "simple" package

In this section, we are going to explain the necessary steps to uninstall simple on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove simple $ sudo apt autoclean && sudo apt autoremove

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

Package: simple
Priority: extra
Section: universe/haskell
Installed-Size: 8616
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-simple
Version: 0.11.1-1
Depends: libc6 (>= 2.15), libffi6 (>= 3.0.4), libgmp10
Recommends: libghc-simple-dev
Filename: pool/universe/h/haskell-simple/simple_0.11.1-1_amd64.deb
Size: 1268472
MD5sum: b1db030325b73fb808f13c27d9b94c3a
SHA1: 2907f9560b433643e48e1fe839c8338d6bba9e9c
SHA256: 72aa2c0d8fb8df3afeb64f5eba89ee0554b857771016c236a8c01861450b4889
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.
Description-md5: 08844b513d8d0c0272bcfb01b99d4c41
Homepage: http://simple.cx
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu