How to Install and Uninstall nim-regex-dev Package on Kali Linux

Last updated: May 10,2024

1. Install "nim-regex-dev" package

Here is a brief guide to show you how to install nim-regex-dev on Kali Linux

$ sudo apt update $ sudo apt install nim-regex-dev

2. Uninstall "nim-regex-dev" package

This guide covers the steps necessary to uninstall nim-regex-dev on Kali Linux:

$ sudo apt remove nim-regex-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the nim-regex-dev package on Kali Linux

Package: nim-regex-dev
Source: nim-regex
Version: 0.17.0+ds-2
Installed-Size: 172
Maintainer: Debian Nim Team
Architecture: all
Depends: nim, nim-unicodedb-dev, nim-unicodeplus-dev
Size: 41220
SHA256: 2eb69f6c90b28de46709b5fe5b2a6cdd348aeb288c15b7aaa385e752d812e360
SHA1: e41d4a33c736dd8df2767b18dfc13f895628de57
MD5sum: 0e1201f5a47d6399b059f3dda7b379b4
Description: library for parsing and executing regular expressions
The package provides a library for parsing, compiling, and executing
regular expressions for the nim programming language. The match time
is linear with respect to the length of the input and the regular
expression. So, it can handle input from untrusted users. Its syntax
is similar to PCRE but lacks a few features that can not be implemented
while keeping the space/time complexity guarantees, i.e.: backreferences
and look-around assertions.
.
Features:
* The match time is linear in the length of the input string
* Regular expressions are (optionally) compiled at compile-time
* Captures all group repetitions (not just the last one)
* Unicode level-1 support
* Descriptive error messages
.
This package provides the regex.nim file needed to create static
applications, which is the default for nim.
Description-md5:
Homepage: https://github.com/nitely/nim-regex
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/n/nim-regex/nim-regex-dev_0.17.0+ds-2_all.deb