How To Install libghc-ixset-typed-doc on Kali Linux
Introduction
In this tutorial we learn how to install libghc-ixset-typed-doc on Kali Linux.
What is libghc-ixset-typed-doc
libghc-ixset-typed-doc is:
This Haskell package provides a data structure of sets that are indexed by potentially multiple indices.
Sets can be created, modified, and queried in various ways.
The package is a variant of the ixset package. The ixset package makes use of run-time type information to find a suitable index on a query, resulting in possible run-time errors when no suitable index exists. In ixset-typed, the types of all indices available or tracked in the type system. Thus, ixset-typed should be safer to use than ixset, but in turn requires more GHC extensions.
At the moment, the two packages are relatively compatible. As a consequence of the more precise types, a few manual tweaks are necessary when switching from one to the other, but the interface is mostly the same.
This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
There are three methods to install libghc-ixset-typed-doc 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-ixset-typed-doc Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install libghc-ixset-typed-doc using apt-get by running the following command:
sudo apt-get -y install libghc-ixset-typed-docInstall libghc-ixset-typed-doc Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install libghc-ixset-typed-doc using apt by running the following command:
sudo apt -y install libghc-ixset-typed-docInstall libghc-ixset-typed-doc 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.
sudo aptitude updateAfter updating apt database, We can install libghc-ixset-typed-doc using aptitude by running the following command:
sudo aptitude -y install libghc-ixset-typed-docHow To Uninstall libghc-ixset-typed-doc on Kali Linux
To uninstall only the libghc-ixset-typed-doc package we can use the following command:
sudo apt-get remove libghc-ixset-typed-docUninstall libghc-ixset-typed-doc And Its Dependencies
To uninstall libghc-ixset-typed-doc and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove libghc-ixset-typed-docRemove libghc-ixset-typed-doc Configurations and Data
To remove libghc-ixset-typed-doc configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge libghc-ixset-typed-docRemove libghc-ixset-typed-doc configuration, data, and all of its dependencies
We can use the following command to remove libghc-ixset-typed-doc configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libghc-ixset-typed-docDependencies
libghc-ixset-typed-doc have the following dependencies:
References
Summary
In this tutorial we learn how to install libghc-ixset-typed-doc package on Kali Linux using different package management tools: apt, apt-get and aptitude.