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

Last updated: May 20,2024

1. Install "libghc-lumberjack-prof" package

In this section, we are going to explain the necessary steps to install libghc-lumberjack-prof on Kali Linux

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

2. Uninstall "libghc-lumberjack-prof" package

This is a short guide on how to uninstall libghc-lumberjack-prof on Kali Linux:

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

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

Package: libghc-lumberjack-prof
Source: haskell-lumberjack (1.0.3.0-1)
Version: 1.0.3.0-1+b1
Installed-Size: 464
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-lumberjack-prof-1.0.3.0-7f541
Depends: libghc-base-prof-4.17.2.0-68dfe, libghc-contravariant-prof-1.5.5-6feae, libghc-exceptions-prof-0.10.5-3dbf4, libghc-lumberjack-dev (= 1.0.3.0-1+b1), libghc-prettyprinter-ansi-terminal-prof-1.1.3-d4b66, libghc-prettyprinter-prof-1.7.1-0f57b, libghc-text-prof-2.0.2-0847e, libghc-time-prof-1.12.2-491a0
Size: 60012
SHA256: fe958b90fea03d582ee47f6b529bd72a7572734c432518eb940ae257f3462d08
SHA1: fce20816803b691264d8aef592649529621fc50b
MD5sum: d09b181b9aad79f727d79e5d1f4e7da4
Description: Trek through your code forest and make logs; profiling libraries
This is a logging facility. Yes, there are many, and this is the one
with a beard, wearing flannel and boots, that gets the job done. It's
not the fanciest, it doesn't have a cargo-van full of features. This
logger is designed to be straightforward to use, provide a good set of
standard features, and be useable across a broad set of code.
.
* Logging itself is a monadic activity. This activity is most often
performed in a monad stack with a MonadIO context to allow
writing to files.
.
* The specific logging action implementations are managed separately
from the actions of logging messages in the target code. This
allows logging to be configurable and the manner of logging to
be specified at startup time without requiring changes in the
code from which log messages are being generated.
.
* The logging implementation code can use contravariant functors to
adjust existing logging.
.
* Main code will typically retrieve the logging actions from a Reader
context in your monad stack. That said, Log actions are not tied
to an enclosing Monad. There are helpers to support a Monad which
can store Log actions, but Log actions can also be explicitly
passed and used.
.
* The prettyprinter package is used for formatting.
.
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/GaloisInc/lumberjack
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-lumberjack/libghc-lumberjack-prof_1.0.3.0-1+b1_amd64.deb