How to Install and Uninstall libghc-threads-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "libghc-threads-dev" package

This guide let you learn how to install libghc-threads-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-threads-dev

2. Uninstall "libghc-threads-dev" package

This guide covers the steps necessary to uninstall libghc-threads-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-threads-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-threads-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-threads-dev
Priority: extra
Section: universe/haskell
Installed-Size: 185
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-threads
Version: 0.5.1.3-4build1
Provides: libghc-threads-dev-0.5.1.3-2f474
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-stm-dev-2.4.4.1-7050c, libc6 (>= 2.2.5)
Suggests: libghc-threads-doc, libghc-threads-prof
Filename: pool/universe/h/haskell-threads/libghc-threads-dev_0.5.1.3-4build1_amd64.deb
Size: 20788
MD5sum: 4ca5df42aa504462c1b4cad4fe37e3e9
SHA1: bb9e528a89977b0f0180eb5cdd0411b23f888d86
SHA256: b403cafd152590b7985156943271de7468cc15f0b95b72fed556019508fef5a0
Description-en: Fork threads and wait for their result
This package provides functions to fork threads and wait for their result,
whether it's an exception or a normal value.
.
Besides waiting for the termination of a single thread this package also
provides functions to wait for a group of threads to terminate.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 044c7df7fea53771647029db29715456
Homepage: https://github.com/basvandijk/threads
Ghc-Package: threads-0.5.1.3-2f4748da8d7a47e688904c011630faeb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu