How to Install and Uninstall golang-rsc-binaryregexp-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "golang-rsc-binaryregexp-dev" package

Learn how to install golang-rsc-binaryregexp-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-rsc-binaryregexp-dev

2. Uninstall "golang-rsc-binaryregexp-dev" package

Please follow the guidelines below to uninstall golang-rsc-binaryregexp-dev on Kali Linux:

$ sudo apt remove golang-rsc-binaryregexp-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-rsc-binaryregexp-dev package on Kali Linux

Package: golang-rsc-binaryregexp-dev
Source: golang-rsc-binaryregexp
Version: 0.2.0-3
Installed-Size: 774
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 419492
SHA256: 470d30eb32b5f42d250af7d9b222796eae754aa02192755ab2dcc1cc8d18ebda
SHA1: 162fcda79fdf10e68e5f5d09ef5f686f39ca4f29
MD5sum: 87fa946d51e058925446e91c80778e5e
Description: Go regexp for binary/latin-1 data
Go package regexp implements regular expression search.
.
The syntax of the regular expressions accepted is the same general syntax
used by Perl, Python, and other languages. More precisely, it is the
syntax accepted by RE2 and described at https://golang.org/s/re2syntax,
except for \C. For an overview of the syntax, run
.
go doc regexp/syntax
.
The regexp implementation provided by this package is guaranteed
to run in time linear in the size of the input. (This is a property
not guaranteed by most open source implementations of regular
expressions.) For more information about this property, see
.
https://swtch.com/~rsc/regexp/regexp1.html
.
or any book about automata theory.
.
All characters are UTF-8-encoded code points.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/rsc/binaryregexp
Section: golang
Priority: optional
Filename: pool/main/g/golang-rsc-binaryregexp/golang-rsc-binaryregexp-dev_0.2.0-3_all.deb