How to Install and Uninstall nim-regex-dev Package on Ubuntu 22.04 LTS (Jammy Jellyfish)

Last updated: May 01,2024

1. Install "nim-regex-dev" package

This guide let you learn how to install nim-regex-dev on Ubuntu 22.04 LTS (Jammy Jellyfish)

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

2. Uninstall "nim-regex-dev" package

Here is a brief guide to show you how to uninstall nim-regex-dev on Ubuntu 22.04 LTS (Jammy Jellyfish):

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

3. Information about the nim-regex-dev package on Ubuntu 22.04 LTS (Jammy Jellyfish)

Package: nim-regex-dev
Architecture: all
Version: 0.17.0+ds-2
Priority: optional
Section: universe/libs
Source: nim-regex
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Nim Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 170
Depends: nim, nim-unicodedb-dev, nim-unicodeplus-dev
Filename: pool/universe/n/nim-regex/nim-regex-dev_0.17.0+ds-2_all.deb
Size: 39928
MD5sum: c703e713958066002ed73892d1a4f54e
SHA1: 64a41f2269b8b9e378625729da271cf01c48ea14
SHA256: eec8d559b00bb3edd5ddd4011cd405e9e25d74e12509a9afd20352c6aec443a6
SHA512: 05ecb2b865df2ff375c9670985de46a24117af70e3b5a253af531810794db0348329b843e29d38021522896e977e435b2dd8446bdc6862780bb8596436ac8ff7
Homepage: https://github.com/nitely/nim-regex
Description-en: 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: 3bd6fbecefb332e4b271bdfd4b7b627c