How to Install and Uninstall simple Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 11,2024

1. Install "simple" package

Here is a brief guide to show you how to install simple on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install simple

2. Uninstall "simple" package

Please follow the step by step instructions below to uninstall simple on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the simple package on Ubuntu 20.10 (Groovy Gorilla)

Package: simple
Architecture: amd64
Version: 1.0.0-1build6
Priority: optional
Section: universe/haskell
Source: haskell-simple
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 7594
Depends: libc6 (>= 2.29), libffi8ubuntu1 (>= 3.4~20200819), libgmp10
Recommends: libghc-simple-dev
Filename: pool/universe/h/haskell-simple/simple_1.0.0-1build6_amd64.deb
Size: 1100908
MD5sum: 43a606d73e6ba4614752a7c5bd85d509
SHA1: 2698bb1d1238542f6aec7a8034536cf69fd16480
SHA256: 17360811bf58bc71be1fdad070ef1e3e3e5e57c8b15ac7da714fa226f01b53a9
SHA512: 876ff593a038458e406d309a573821291ab9c36c7b58e6d8f56325b4b9da419fa066bab68949abd5fde118d1afbb3532fbe0f55bceafda93cbe9c703002e93ed
Homepage: http://simple.cx
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