How To Install libghc-nonce-dev on Debian 10
Introduction
In this tutorial we learn how to install libghc-nonce-dev
on Debian 10.
What is libghc-nonce-dev
libghc-nonce-dev is:
According to the Wikipedia, a nonce is an arbitrary number used only once in a cryptographic communication. This package contain helper functions for generating nonces.
There are many kinds of nonces used in different situations. It’s not guaranteed that by using the nonces from this package you won’t have any security issues. Please make sure that the nonces generated via this package are usable on your design. . 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-nonce-dev
on Debian 10. 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-nonce-dev Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libghc-nonce-dev
using apt-get
by running the following command:
Install libghc-nonce-dev Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libghc-nonce-dev
using apt
by running the following command:
Install libghc-nonce-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-nonce-dev
using aptitude
by running the following command:
How To Uninstall libghc-nonce-dev on Debian 10
To uninstall only the libghc-nonce-dev
package we can use the following command:
Uninstall libghc-nonce-dev And Its Dependencies
To uninstall libghc-nonce-dev
and its dependencies that are no longer needed by Debian 10, we can use the command below:
Remove libghc-nonce-dev Configurations and Data
To remove libghc-nonce-dev
configuration and data from Debian 10 we can use the following command:
Remove libghc-nonce-dev configuration, data, and all of its dependencies
We can use the following command to remove libghc-nonce-dev
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libghc-nonce-dev have the following dependencies:
- libghc-base-dev-4.11.1.0-5dd74
- libghc-base64-bytestring-dev-1.0.0.1-4eea0
- libghc-bytestring-dev-0.10.8.2-76891
- libghc-entropy-dev-0.4.1.1-1de25
- libghc-text-dev-1.2.3.1-30bbe
- libghc-transformers-dev-0.5.5.0-b5d2f
- libghc-unliftio-dev-0.2.8.0-66221
- libghc-unliftio-core-dev-0.1.2.0-6091c
- libatomic1
- libc6
- libgmp10
References
Summary
In this tutorial we learn how to install libghc-nonce-dev
package on Debian 10 using different package management tools: apt
, apt-get
and aptitude
.