How to Install and Uninstall libghc-shake-data Package on Kali Linux

Last updated: May 17,2024

1. Install "libghc-shake-data" package

This is a short guide on how to install libghc-shake-data on Kali Linux

$ sudo apt update $ sudo apt install libghc-shake-data

2. Uninstall "libghc-shake-data" package

This is a short guide on how to uninstall libghc-shake-data on Kali Linux:

$ sudo apt remove libghc-shake-data $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-shake-data package on Kali Linux

Package: libghc-shake-data
Source: haskell-shake
Version: 0.19.7-2
Installed-Size: 87
Maintainer: Debian Haskell Group
Architecture: all
Size: 33576
SHA256: 8e53a60f1da66992755d36a9dcf5520372470989c96f5c3fb111a8c9458732ac
SHA1: 04c6805b0ccdb2bb12b493d93831279cbb0f9080
MD5sum: cdd3719b10f59fdc104a596ba4de955e
Description: Haskell library for writing build systems; data files
Shake is a Haskell library for writing build systems - designed as a
replacement for make.
.
To use Shake the user writes a Haskell program that imports
Development.Shake, defines some build rules, and calls the
Development.Shake.shakeArgs function. Thanks to do notation and infix
operators, a simple Shake build system is not too dissimilar from a simple
Makefile. However, as build systems get more complex, Shake is able to take
advantage of the excellent abstraction facilities offered by Haskell and
easily support much larger projects. The Shake library provides all the
standard features available in other build systems, including automatic
parallelism and minimal rebuilds. Shake also provides more accurate
dependency tracking, including seamless support for generated files, and
dependencies on system information (e.g. compiler version).
.
This package contains the data files needed to use the library.
Description-md5:
Multi-Arch: foreign
Homepage: https://shakebuild.com
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-shake/libghc-shake-data_0.19.7-2_all.deb