How To Install libghc-missingh-dev on Debian 11
Introduction
In this tutorial we learn how to install libghc-missingh-dev
on Debian 11.
What is libghc-missingh-dev
libghc-missingh-dev is:
MissingH is a library of all sorts of utility functions for Haskell programmers. It is written in pure Haskell and thus should be extremely portable and easy to use. It also has no prerequisites save those that are commonly included with Haskell compilers.
MissingH is based on MissingLib library for OCaml and contains some of the same features. However, some features are left behind because they are already in Haskell or not needed here – and others are added due to things Haskell is missing, or things that Haskell makes possible.
There are three methods to install libghc-missingh-dev
on Debian 11. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install libghc-missingh-dev Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libghc-missingh-dev
using apt-get
by running the following command:
Install libghc-missingh-dev Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libghc-missingh-dev
using apt
by running the following command:
Install libghc-missingh-dev Using aptitude
If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Debian. Update apt database with aptitude
using the following command.
After updating apt database, We can install libghc-missingh-dev
using aptitude
by running the following command:
How To Uninstall libghc-missingh-dev on Debian 11
To uninstall only the libghc-missingh-dev
package we can use the following command:
Uninstall libghc-missingh-dev And Its Dependencies
To uninstall libghc-missingh-dev
and its dependencies that are no longer needed by Debian 11, we can use the command below:
Remove libghc-missingh-dev Configurations and Data
To remove libghc-missingh-dev
configuration and data from Debian 11 we can use the following command:
Remove libghc-missingh-dev configuration, data, and all of its dependencies
We can use the following command to remove libghc-missingh-dev
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libghc-missingh-dev have the following dependencies:
- libghc-array-dev-0.5.4.0-ddbb2
- libghc-base-dev-4.13.0.0-2f220
- libghc-containers-dev-0.6.2.1-ab1cf
- libghc-directory-dev-1.3.6.0-49fdf
- libghc-filepath-dev-1.4.2.1-103b6
- libghc-hslogger-dev-1.3.1.0-73db3
- libghc-mtl-dev-2.2.2-7208c
- libghc-network-dev-3.1.1.1-464ab
- libghc-network-bsd-dev-2.8.1.0-5a202
- libghc-old-locale-dev-1.0.0.7-93114
- libghc-old-time-dev-1.1.0.3-6f86f
- libghc-parsec-dev-3.1.14.0-b0d22
- libghc-process-dev-1.6.9.0-88a89
- libghc-random-dev-1.1-523a8
- libghc-regex-compat-dev-0.95.2.0-9a89f
- libghc-time-dev-1.9.3-1ee94
- libghc-unix-dev-2.7.2.2-bb33f
- libc6
- libgmp10
References
Summary
In this tutorial we learn how to install libghc-missingh-dev
package on Debian 11 using different package management tools: apt
, apt-get
and aptitude
.