How to Install and Uninstall haskell-lazy-csv-utils Package on Kali Linux

Last updated: April 28,2024

1. Install "haskell-lazy-csv-utils" package

Here is a brief guide to show you how to install haskell-lazy-csv-utils on Kali Linux

$ sudo apt update $ sudo apt install haskell-lazy-csv-utils

2. Uninstall "haskell-lazy-csv-utils" package

This tutorial shows how to uninstall haskell-lazy-csv-utils on Kali Linux:

$ sudo apt remove haskell-lazy-csv-utils $ sudo apt autoclean && sudo apt autoremove

3. Information about the haskell-lazy-csv-utils package on Kali Linux

Package: haskell-lazy-csv-utils
Source: haskell-lazy-csv (0.5.1-6)
Version: 0.5.1-6+b1
Installed-Size: 8560
Maintainer: Debian Haskell Group
Architecture: amd64
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.3.0+dfsg)
Size: 1294260
SHA256: 224d43309802ccf6084c4ee85758f4103cde6072f0fa63ec4661d48c6e996b5f
SHA1: bc1db7b02e950cf4aae2801c85d8ddadf1e256dd
MD5sum: be050ea5687c0004aae948c96afd2db6
Description: efficient lazy parsers for CSV (comma-separated values)
The CSV format is defined by RFC 4180.
These efficient lazy parsers (String and ByteString variants)
can report all CSV formatting errors, whilst also
returning all the valid data, so the user can choose
whether to continue, to show warnings, or to halt on
error. Valid fields retain information about their
original location in the input, so a secondary parser from
textual fields to typed values can give intelligent error
messages.
Description-md5:
Homepage: http://code.haskell.org/lazy-csv
Section: misc
Priority: extra
Filename: pool/main/h/haskell-lazy-csv/haskell-lazy-csv-utils_0.5.1-6+b1_amd64.deb