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

Last updated: May 20,2024

1. Install "libghc-lumberjack-doc" package

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

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

2. Uninstall "libghc-lumberjack-doc" package

This guide let you learn how to uninstall libghc-lumberjack-doc on Kali Linux:

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

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

Package: libghc-lumberjack-doc
Source: haskell-lumberjack
Version: 1.0.3.0-1
Installed-Size: 444
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-41
Recommends: ghc-doc, libghc-contravariant-doc, libghc-lumberjack-dev, libghc-prettyprinter-ansi-terminal-doc, libghc-prettyprinter-doc, libjs-mathjax
Suggests: libghc-lumberjack-prof
Size: 58984
SHA256: ceed1771d7ebadadcc5a7896873301b289aeb07a6e3aa10facb692f104ad4535
SHA1: ae29e1d90a6d68bbff03ebd01dc17fc95fbb60ff
MD5sum: 235ba890ca7d4429b886ed32dd12d713
Description: Trek through your code forest and make logs; documentation
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 the documentation for 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
Section: doc
Priority: optional
Filename: pool/main/h/haskell-lumberjack/libghc-lumberjack-doc_1.0.3.0-1_all.deb