How to Install and Uninstall simple Package on Kali Linux

Last updated: April 28,2024

1. Install "simple" package

This is a short guide on how to install simple on Kali Linux

$ sudo apt update $ sudo apt install simple

2. Uninstall "simple" package

Please follow the instructions below to uninstall simple on Kali Linux:

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

3. Information about the simple package on Kali Linux

Package: simple
Source: haskell-simple (1.0.0-1)
Version: 1.0.0-1+b5
Installed-Size: 7589
Maintainer: Debian Haskell Group
Architecture: amd64
Depends: libc6 (>= 2.29), libffi8 (>= 3.4), libgmp10 (>= 2:6.2.1+dfsg)
Recommends: libghc-simple-dev
Size: 1106476
SHA256: 5894f5e429e1a35da4cfe4c90f1048318b94ca1a490cb5611550c927c77cb267
SHA1: 05805a5fe620b89f13feadb309089239dee15857
MD5sum: cf09c214bfaed92539823b43f092dee1
Description: 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
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-simple/simple_1.0.0-1+b5_amd64.deb