How To Install libghc-th-desugar-dev on Kali Linux
Introduction
In this tutorial we learn how to install libghc-th-desugar-dev
on Kali Linux.
What is libghc-th-desugar-dev
libghc-th-desugar-dev is:
This package provides the Language.Haskell.TH.Desugar module, which desugars Template Haskell’s rich encoding of Haskell syntax into a simpler encoding. This desugaring discards surface syntax information (such as the use of infix operators) but retains the original meaning of the TH code. The intended use of this package is as a preprocessor for more advanced code manipulation tools. Note that the input to any of the ds… functions should be produced from a TH quote, using the syntax [| … |]. If the input to these functions is a hand-coded TH syntax tree, the results may be unpredictable. In particular, it is likely that promoted datatypes will not work as expected.
This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
There are three methods to install libghc-th-desugar-dev
on Kali Linux. 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-th-desugar-dev Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libghc-th-desugar-dev
using apt-get
by running the following command:
Install libghc-th-desugar-dev Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libghc-th-desugar-dev
using apt
by running the following command:
Install libghc-th-desugar-dev Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude
using the following command.
After updating apt database, We can install libghc-th-desugar-dev
using aptitude
by running the following command:
How To Uninstall libghc-th-desugar-dev on Kali Linux
To uninstall only the libghc-th-desugar-dev
package we can use the following command:
Uninstall libghc-th-desugar-dev And Its Dependencies
To uninstall libghc-th-desugar-dev
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove libghc-th-desugar-dev Configurations and Data
To remove libghc-th-desugar-dev
configuration and data from Kali Linux we can use the following command:
Remove libghc-th-desugar-dev configuration, data, and all of its dependencies
We can use the following command to remove libghc-th-desugar-dev
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libghc-th-desugar-dev have the following dependencies:
- libghc-base-dev-4.13.0.0-2f220
- libghc-containers-dev-0.6.2.1-ab1cf
- libghc-ghc-prim-dev-0.5.3-49209
- libghc-mtl-dev-2.2.2-7208c
- libghc-ordered-containers-dev-0.2.2-265a9
- libghc-semigroups-dev-0.19.1-31c30
- libghc-syb-dev-0.7.1-bb80c
- libghc-template-haskell-dev-2.15.0.0-80f0d
- libghc-th-abstraction-dev-0.3.2.0-1216b
- libghc-th-lift-dev-0.8.1-b46b3
- libghc-th-orphans-dev-0.13.10-a7c46
- libghc-transformers-compat-dev-0.6.5-54570
- libc6
- libgmp10
References
Summary
In this tutorial we learn how to install libghc-th-desugar-dev
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.