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

Last updated: May 20,2024

1. Install "libghc-lumberjack-dev" package

Please follow the instructions below to install libghc-lumberjack-dev on Kali Linux

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

2. Uninstall "libghc-lumberjack-dev" package

Please follow the guidance below to uninstall libghc-lumberjack-dev on Kali Linux:

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

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

Package: libghc-lumberjack-dev
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-dev-1.0.3.0-7f541
Depends: libghc-base-dev-4.17.2.0-68dfe, libghc-contravariant-dev-1.5.5-6feae, libghc-exceptions-dev-0.10.5-3dbf4, libghc-prettyprinter-ansi-terminal-dev-1.1.3-d4b66, libghc-prettyprinter-dev-1.7.1-0f57b, libghc-text-dev-2.0.2-0847e, libghc-time-dev-1.12.2-491a0, libc6 (>= 2.2.5), libgmp10 (>= 2:6.3.0+dfsg)
Size: 63700
SHA256: f78bcdb75a1e5b7d853c7db8335f969c836ded9125937996cadb5e9308bcbbbc
SHA1: 013a5144abdb0cc1dd61434226d72e60c16f6f42
MD5sum: 1251997912eaa0880ffbd736b56f1724
Description: Trek through your code forest and make logs
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.
See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://github.com/GaloisInc/lumberjack
Ghc-Package: lumberjack-1.0.3.0-37RnYBSt98b41bVjoCUKw7
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-lumberjack/libghc-lumberjack-dev_1.0.3.0-1+b1_amd64.deb