How To Install libghc-cond-prof on Kali Linux
Introduction
In this tutorial we learn how to install libghc-cond-prof on Kali Linux.
What is libghc-cond-prof
libghc-cond-prof is:
This library provides:
Implementations of various overloaded conditional operations
Lifted monadic variants of those operations and common boolean operators
A typeclass for boolean algebras.
Feel free to send ideas and suggestions for new conditional operators to the maintainer.
Monadic looping constructs are not included as part of this package, since the monad-loops package has a fairly complete collection of them already.
Author: Adam Curtis Upstream-Maintainer: [email protected]
This package contains the libraries compiled with profiling enabled.
There are three methods to install libghc-cond-prof 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-cond-prof Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install libghc-cond-prof using apt-get by running the following command:
sudo apt-get -y install libghc-cond-profInstall libghc-cond-prof Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install libghc-cond-prof using apt by running the following command:
sudo apt -y install libghc-cond-profInstall libghc-cond-prof 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-cond-prof using aptitude by running the following command:
sudo aptitude -y install libghc-cond-profHow To Uninstall libghc-cond-prof on Kali Linux
To uninstall only the libghc-cond-prof package we can use the following command:
sudo apt-get remove libghc-cond-profUninstall libghc-cond-prof And Its Dependencies
To uninstall libghc-cond-prof and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove libghc-cond-profRemove libghc-cond-prof Configurations and Data
To remove libghc-cond-prof configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge libghc-cond-profRemove libghc-cond-prof configuration, data, and all of its dependencies
We can use the following command to remove libghc-cond-prof configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libghc-cond-profDependencies
libghc-cond-prof have the following dependencies:
References
Summary
In this tutorial we learn how to install libghc-cond-prof package on Kali Linux using different package management tools: apt, apt-get and aptitude.