How to Install and Uninstall elixir-nimble-parsec Package on Kali Linux

Last updated: June 26,2024

1. Install "elixir-nimble-parsec" package

This guide covers the steps necessary to install elixir-nimble-parsec on Kali Linux

$ sudo apt update $ sudo apt install elixir-nimble-parsec

2. Uninstall "elixir-nimble-parsec" package

This guide covers the steps necessary to uninstall elixir-nimble-parsec on Kali Linux:

$ sudo apt remove elixir-nimble-parsec $ sudo apt autoclean && sudo apt autoremove

3. Information about the elixir-nimble-parsec package on Kali Linux

Package: elixir-nimble-parsec
Version: 1.4.0-1
Installed-Size: 139
Maintainer: Debian Erlang Packagers
Architecture: amd64
Depends: elixir
Size: 92192
SHA256: d1857043b2b932888668cfe18d430ddf812a95550a8e203f6c10e999a846ba2c
SHA1: 60fcb5268fa68ce43ce264f8d2f3683078c8ddc8
MD5sum: 5abca9df25cd314e19190054d887994b
Description: simple and fast library for text-based parser combinators
Simple and fast Elixir library for text-based parser combinators.
.
Combinators are built during runtime and compiled into multiple
clauses with binary matching. This provides benefits of performance,
composability by not relying on macros, no runtime dependency on
NimbleParsec, and no "use" footprints on your modules.
.
The goal of this library is to focus on a set of primitives for
writing efficient parser combinators. The composition aspect means
you should be able to use those primitives to implement higher level
combinators.
.
Note this library does not handle low-level binary parsing. In such
cases, Elixir's bitstring syntax is recommended.
Description-md5:
Homepage: https://github.com/dashbitco/nimble_parsec
Section: devel
Priority: optional
Filename: pool/main/e/elixir-nimble-parsec/elixir-nimble-parsec_1.4.0-1_amd64.deb

5. The same packages on other Linux Distributions