How to Install and Uninstall haskell-stack Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 27,2024

1. Install "haskell-stack" package

Please follow the instructions below to install haskell-stack on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install haskell-stack

2. Uninstall "haskell-stack" package

Please follow the guidance below to uninstall haskell-stack on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the haskell-stack package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: haskell-stack
Priority: extra
Section: universe/haskell
Installed-Size: 29886
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Version: 0.1.10.0-1
Depends: libc6 (>= 2.15), libffi6 (>= 3.0.4), libgmp10, libsqlite3-0 (>= 3.6.0), libyaml-0-2, zlib1g (>= 1:1.1.4), make, libgmp-dev
Filename: pool/universe/h/haskell-stack/haskell-stack_0.1.10.0-1_amd64.deb
Size: 4249346
MD5sum: 0cd629c46123a4e2df3d3a4575c83f42
SHA1: 19475647820124772545f89c651570b3f6ec017d
SHA256: 33099d87700d0b342709fe8c6e37acf03166c0e8c90412853c9521d1df233ce0
Description-en: 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: 9c559fb84cdbd2d002bfcc3cf0a532eb
Homepage: http://haskellstack.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu