How to Install and Uninstall hspec-discover Package on Kali Linux

Last updated: May 16,2024

1. Install "hspec-discover" package

This guide let you learn how to install hspec-discover on Kali Linux

$ sudo apt update $ sudo apt install hspec-discover

2. Uninstall "hspec-discover" package

Learn how to uninstall hspec-discover on Kali Linux:

$ sudo apt remove hspec-discover $ sudo apt autoclean && sudo apt autoremove

3. Information about the hspec-discover package on Kali Linux

Package: hspec-discover
Source: haskell-hspec-discover
Version: 2.10.10-1
Installed-Size: 1133
Maintainer: Debian Haskell Group
Architecture: amd64
Replaces: libghc-hspec-dev (<< 2.1.5)
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.3.0+dfsg)
Breaks: libghc-hspec-dev (<< 2.1.5)
Size: 279332
SHA256: 377e6a76c78350b381d38a18a36cb1caca75f15d192e39232ca2489076d6566b
SHA1: 5f9f8a2bed956c33cd5ed5d6ff38cb21d97b89ef
MD5sum: 71ab32f635b547694ad0547b1e960c26
Description: Automatically discover and run Hspec tests
It is a useful convention to have one spec file for each source file. That way
it is straightforward to find the corresponding spec for a given piece of
code. But it requires error prone, and neither challenging nor interesting
boiler plate code. So it should be automated. Hspec provides a solution for
that. It makes creative use of GHC's support for custom preprocessors. The
developer only has to create a test driver that contains a single line.
.
A complete example is at https://github.com/hspec/hspec-example.
Description-md5:
Homepage: https://hspec.github.io/
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-hspec-discover/hspec-discover_2.10.10-1_amd64.deb