How To Install libghc-quickcheck-classes-base-prof on Debian 12

Learn how to install libghc-quickcheck-classes-base-prof on Debian 12 with this tutorial. libghc-quickcheck-classes-base-prof is QuickCheck common typeclasses from base; profiling libraries

Introduction

In this tutorial we learn how to install libghc-quickcheck-classes-base-prof on Debian 12.

What is libghc-quickcheck-classes-base-prof

libghc-quickcheck-classes-base-prof is:

This libary is a minimal variant of quickcheck-classes that only provides laws for typeclasses from base. The main purpose of splitting this out is so that primitive can depend on quickcheck-classes-base in its test suite, avoiding the circular dependency that arises if quickcheck-classes is used instead.

This library provides QuickCheck properties to ensure that typeclass instances adhere to the set of laws that they are supposed to. There are other libraries that do similar things, such as genvalidity-hspec and checkers. This library differs from other solutions by not introducing any new typeclasses that the user needs to learn.

/Note:/ on GHC < 8.5, this library uses the higher-kinded typeclasses (‘Data.Functor.Classes.Show1’, ‘Data.Functor.Classes.Eq1’, ‘Data.Functor.Classes.Ord1’, etc.), but on GHC >= 8.5, it uses -XQuantifiedConstraints to express these constraints more cleanly.

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-quickcheck-classes-base-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-quickcheck-classes-base-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-quickcheck-classes-base-prof using apt-get by running the following command:

sudo apt-get -y install libghc-quickcheck-classes-base-prof

Install libghc-quickcheck-classes-base-prof Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libghc-quickcheck-classes-base-prof using apt by running the following command:

sudo apt -y install libghc-quickcheck-classes-base-prof

Install libghc-quickcheck-classes-base-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-quickcheck-classes-base-prof using aptitude by running the following command:

sudo aptitude -y install libghc-quickcheck-classes-base-prof

How To Uninstall libghc-quickcheck-classes-base-prof on Debian 12

To uninstall only the libghc-quickcheck-classes-base-prof package we can use the following command:

sudo apt-get remove libghc-quickcheck-classes-base-prof

Uninstall libghc-quickcheck-classes-base-prof And Its Dependencies

To uninstall libghc-quickcheck-classes-base-prof and its dependencies that are no longer needed by Debian 12, we can use the command below:

sudo apt-get -y autoremove libghc-quickcheck-classes-base-prof

Remove libghc-quickcheck-classes-base-prof Configurations and Data

To remove libghc-quickcheck-classes-base-prof configuration and data from Debian 12 we can use the following command:

sudo apt-get -y purge libghc-quickcheck-classes-base-prof

Remove libghc-quickcheck-classes-base-prof configuration, data, and all of its dependencies

We can use the following command to remove libghc-quickcheck-classes-base-prof configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libghc-quickcheck-classes-base-prof

Dependencies

libghc-quickcheck-classes-base-prof have the following dependencies:

References

Summary

In this tutorial we learn how to install libghc-quickcheck-classes-base-prof package on Debian 12 using different package management tools: apt, apt-get and aptitude.