How to Install and Uninstall libghc-semirings-prof Package on Kali Linux

Last updated: May 17,2024

1. Install "libghc-semirings-prof" package

This guide let you learn how to install libghc-semirings-prof on Kali Linux

$ sudo apt update $ sudo apt install libghc-semirings-prof

2. Uninstall "libghc-semirings-prof" package

Please follow the guidelines below to uninstall libghc-semirings-prof on Kali Linux:

$ sudo apt remove libghc-semirings-prof $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-semirings-prof package on Kali Linux

Package: libghc-semirings-prof
Source: haskell-semirings (0.6-3)
Version: 0.6-3+b1
Installed-Size: 2547
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-semirings-prof-0.6-a254b
Depends: libghc-base-compat-batteries-prof-0.12.3-cb271, libghc-base-prof-4.17.2.0-68dfe, libghc-containers-prof-0.6.7-a1650, libghc-hashable-prof-1.4.3.0-e937e, libghc-semirings-dev (= 0.6-3+b1), libghc-unordered-containers-prof-0.2.19.1-230f0
Size: 259552
SHA256: d8dfb494cc34d31c7eaa18aefc5471913a80be3633bd42efea02d56757f29107
SHA1: eaec838fc2af73f7f1cdddd4d7ae02b1de281341
MD5sum: 6ab5aa07cd6d509a19c73f2b9492aff4
Description: two monoids as one, in holy haskimony; profiling libraries
Haskellers are usually familiar with monoids and semigroups. A monoid has an
appending operation `<>` (or `mappend`), and an identity element, `mempty`.
A semigroup has an appending `<>` operation, but does not require a `mempty`
element.
.
A Semiring has two appending operations, `plus` and `times`, and two
respective identity elements, `zero` and `one`.
.
More formally, a Semiring R is a set equipped with two binary relations `+`
and `*`, such that:
.
(R,+) is a commutative monoid with identity element 0,
.
(R,*) is a monoid with identity element 1,
.
(*) left and right distributes over addition, and
.
multiplication by '0' annihilates R.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://github.com/chessai/semirings
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-semirings/libghc-semirings-prof_0.6-3+b1_amd64.deb