How To Install libghc-data-default-instances-old-locale-prof on Debian 11
Introduction
In this tutorial we learn how to install libghc-data-default-instances-old-locale-prof
on Debian 11.
What is libghc-data-default-instances-old-locale-prof
libghc-data-default-instances-old-locale-prof is:
The included module defines Default instances for the type TimeLocale.
This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
There are three methods to install libghc-data-default-instances-old-locale-prof
on Debian 11. 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-data-default-instances-old-locale-prof Using apt-get
Update apt database with apt-get
using the following command.
sudo apt-get update
After updating apt database, We can install libghc-data-default-instances-old-locale-prof
using apt-get
by running the following command:
sudo apt-get -y install libghc-data-default-instances-old-locale-prof
Install libghc-data-default-instances-old-locale-prof Using apt
Update apt database with apt
using the following command.
sudo apt update
After updating apt database, We can install libghc-data-default-instances-old-locale-prof
using apt
by running the following command:
sudo apt -y install libghc-data-default-instances-old-locale-prof
Install libghc-data-default-instances-old-locale-prof 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.
sudo aptitude update
After updating apt database, We can install libghc-data-default-instances-old-locale-prof
using aptitude
by running the following command:
sudo aptitude -y install libghc-data-default-instances-old-locale-prof
How To Uninstall libghc-data-default-instances-old-locale-prof on Debian 11
To uninstall only the libghc-data-default-instances-old-locale-prof
package we can use the following command:
sudo apt-get remove libghc-data-default-instances-old-locale-prof
Uninstall libghc-data-default-instances-old-locale-prof And Its Dependencies
To uninstall libghc-data-default-instances-old-locale-prof
and its dependencies that are no longer needed by Debian 11, we can use the command below:
sudo apt-get -y autoremove libghc-data-default-instances-old-locale-prof
Remove libghc-data-default-instances-old-locale-prof Configurations and Data
To remove libghc-data-default-instances-old-locale-prof
configuration and data from Debian 11 we can use the following command:
sudo apt-get -y purge libghc-data-default-instances-old-locale-prof
Remove libghc-data-default-instances-old-locale-prof configuration, data, and all of its dependencies
We can use the following command to remove libghc-data-default-instances-old-locale-prof
configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libghc-data-default-instances-old-locale-prof
Dependencies
libghc-data-default-instances-old-locale-prof have the following dependencies:
- libghc-data-default-instances-old-locale-dev
- libghc-base-prof-4.13.0.0-2f220
- libghc-data-default-class-prof-0.1.2.0-e797e
- libghc-old-locale-prof-1.0.0.7-93114
References
- libghc-data-default-instances-old-locale-prof website
- libghc-data-default-instances-old-locale-prof on packages.debian.org
Summary
In this tutorial we learn how to install libghc-data-default-instances-old-locale-prof
package on Debian 11 using different package management tools: apt
, apt-get
and aptitude
.