How To Install libghc-cipher-aes128-doc on Kali Linux
Introduction
In this tutorial we learn how to install libghc-cipher-aes128-doc on Kali Linux.
What is libghc-cipher-aes128-doc
libghc-cipher-aes128-doc is:
Cipher-aes128 is an implementation of AES and common modes of operation.
It borrows Hanquez’s C AES code (see ‘cipher-aes’) but is unique due to
- including compile-time detection of NI compiler support,
- a slightly more functional interface for GCM operations,
- exposure of ‘Ptr’ based operations via the .Internal module, and
- build-in crypto-api support. Cipher-aes128 was originally developed as “‘cipher-aes’ plus trampolines”, which has since been adopted into cipher-aes.
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-cipher-aes128-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-cipher-aes128-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-cipher-aes128-doc using apt-get by running the following command:
sudo apt-get -y install libghc-cipher-aes128-docInstall libghc-cipher-aes128-doc Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install libghc-cipher-aes128-doc using apt by running the following command:
sudo apt -y install libghc-cipher-aes128-docInstall libghc-cipher-aes128-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-cipher-aes128-doc using aptitude by running the following command:
sudo aptitude -y install libghc-cipher-aes128-docHow To Uninstall libghc-cipher-aes128-doc on Kali Linux
To uninstall only the libghc-cipher-aes128-doc package we can use the following command:
sudo apt-get remove libghc-cipher-aes128-docUninstall libghc-cipher-aes128-doc And Its Dependencies
To uninstall libghc-cipher-aes128-doc and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove libghc-cipher-aes128-docRemove libghc-cipher-aes128-doc Configurations and Data
To remove libghc-cipher-aes128-doc configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge libghc-cipher-aes128-docRemove libghc-cipher-aes128-doc configuration, data, and all of its dependencies
We can use the following command to remove libghc-cipher-aes128-doc configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libghc-cipher-aes128-docDependencies
libghc-cipher-aes128-doc have the following dependencies:
References
Summary
In this tutorial we learn how to install libghc-cipher-aes128-doc package on Kali Linux using different package management tools: apt, apt-get and aptitude.