How to Install and Uninstall haskell-stack Package on Kali Linux

Last updated: November 26,2024

1. Install "haskell-stack" package

This is a short guide on how to install haskell-stack on Kali Linux

$ sudo apt update $ sudo apt install haskell-stack

2. Uninstall "haskell-stack" package

This guide covers the steps necessary to uninstall haskell-stack on Kali Linux:

$ sudo apt remove haskell-stack $ sudo apt autoclean && sudo apt autoremove

3. Information about the haskell-stack package on Kali Linux

Package: haskell-stack
Version: 2.9.3.1-1
Installed-Size: 76084
Maintainer: Debian Haskell Group
Architecture: amd64
Depends: gcc, libgmp-dev, make, xz-utils, ca-certificates, libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.3.0+dfsg), libsqlite3-0 (>= 3.7.3), libyaml-0-2, zlib1g (>= 1:1.1.4)
Size: 11182140
SHA256: b39e2120881b450196d804983a0bd22226977cf6b935d209b8dbd41c3f6854db
SHA1: 80e66ac0f965db4bd71575560e6293149f08975a
MD5sum: 2dc0209318280e18230bb86ab73760da
Description: The Haskell Tool Stack
Stack is a program for developing Haskell projects. It is aimed at Haskellers
both new and experienced.
.
It features:
.
* Installing GHC automatically.
.
* Installing packages needed for your project.
.
* Building your project.
.
* Testing your project.
.
* Benchmarking your project.
Description-md5:
Homepage: https://haskellstack.org
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-stack/haskell-stack_2.9.3.1-1_amd64.deb