How to Install and Uninstall golang-rsc-binaryregexp-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 19,2024

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

Please follow the guidance below to install golang-rsc-binaryregexp-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

This guide let you learn how to uninstall golang-rsc-binaryregexp-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the golang-rsc-binaryregexp-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-rsc-binaryregexp-dev
Architecture: all
Version: 0.2.0-2
Priority: optional
Section: universe/devel
Source: golang-rsc-binaryregexp
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 774
Filename: pool/universe/g/golang-rsc-binaryregexp/golang-rsc-binaryregexp-dev_0.2.0-2_all.deb
Size: 419272
MD5sum: bee806987d0afdc1e2105000178bf547
SHA1: 3beb381fa1bb062eedfb45145352158adfbb1c68
SHA256: 69abdb92d1f703b72d95d054f8e43932d5580c0446c79d70bf2c2c96b020109f
SHA512: 80fae0a66ae817fae2538a1df8edd36e4110e160d4bd06174bb582e9ed5b074d349410f6cb2fb127ce94d6ed212a0f536dc1c4d2bc9bb2bebd065f509d1f1cef
Homepage: https://github.com/rsc/binaryregexp
Description-en: 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: bf355f35556e8a26bce013f7e2bdcb33