How to Install and Uninstall simple Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 08,2024

1. Install "simple" package

Here is a brief guide to show you how to install simple on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install simple

2. Uninstall "simple" package

Here is a brief guide to show you how to uninstall simple on Ubuntu 21.10 (Impish Indri):

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

3. Information about the simple package on Ubuntu 21.10 (Impish Indri)

Package: simple
Architecture: amd64
Version: 1.0.0-1build7.1
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: 7593
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10
Recommends: libghc-simple-dev
Filename: pool/universe/h/haskell-simple/simple_1.0.0-1build7.1_amd64.deb
Size: 1198798
MD5sum: 48d1e10135416fe34b5946fffb955b87
SHA1: 673a6340326c460731d373de2771be018a40cace
SHA256: 7c404aa65a83c4029bfd14ab7f688b7fb107111e4a8c74e6c84508d286e25e6a
SHA512: aaa062e702219e138b212a1d856c5e2b30ed5d283dbd4fbe370c80b83582f190b07f40c32e368e605cf02c346fcdc22eca7e6eebd28df0a9501452096e18c874
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