How To Install libghc-syb-with-class-prof on Debian 12
Introduction
In this tutorial we learn how to install libghc-syb-with-class-prof
on Debian 12.
What is libghc-syb-with-class-prof
libghc-syb-with-class-prof is:
The “Scrap your boilerplate” approach is a lightweight generic programming approach for Haskell. Using this approach, you can write generic functions such as traversal schemes (e.g., everywhere and everything), as well as generic read, generic show and generic equality (i.e., gread, gshow, and geq). This approach is based on just a few primitives for type-safe cast and processing constructor applications.
This package contains the profiling libraries.
There are three methods to install libghc-syb-with-class-prof
on Debian 12. 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-syb-with-class-prof Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libghc-syb-with-class-prof
using apt-get
by running the following command:
Install libghc-syb-with-class-prof Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libghc-syb-with-class-prof
using apt
by running the following command:
Install libghc-syb-with-class-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.
After updating apt database, We can install libghc-syb-with-class-prof
using aptitude
by running the following command:
How To Uninstall libghc-syb-with-class-prof on Debian 12
To uninstall only the libghc-syb-with-class-prof
package we can use the following command:
Uninstall libghc-syb-with-class-prof And Its Dependencies
To uninstall libghc-syb-with-class-prof
and its dependencies that are no longer needed by Debian 12, we can use the command below:
Remove libghc-syb-with-class-prof Configurations and Data
To remove libghc-syb-with-class-prof
configuration and data from Debian 12 we can use the following command:
Remove libghc-syb-with-class-prof configuration, data, and all of its dependencies
We can use the following command to remove libghc-syb-with-class-prof
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libghc-syb-with-class-prof have the following dependencies:
- libghc-array-prof-0.5.4.0-0b6fa
- libghc-base-prof-4.15.1.0-6a406
- libghc-bytestring-prof-0.10.12.1-ced9a
- libghc-containers-prof-0.6.4.1-31c3b
- libghc-syb-with-class-dev
- libghc-template-haskell-prof-2.17.0.0-7274a
References
Summary
In this tutorial we learn how to install libghc-syb-with-class-prof
package on Debian 12 using different package management tools: apt
, apt-get
and aptitude
.