How to Install and Uninstall golang-github-ryanuber-go-glob-dev Package on Kali Linux

Last updated: May 19,2024

1. Install "golang-github-ryanuber-go-glob-dev" package

In this section, we are going to explain the necessary steps to install golang-github-ryanuber-go-glob-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-ryanuber-go-glob-dev

2. Uninstall "golang-github-ryanuber-go-glob-dev" package

This is a short guide on how to uninstall golang-github-ryanuber-go-glob-dev on Kali Linux:

$ sudo apt remove golang-github-ryanuber-go-glob-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-ryanuber-go-glob-dev package on Kali Linux

Package: golang-github-ryanuber-go-glob-dev
Source: golang-github-ryanuber-go-glob
Version: 1.0.0-2
Installed-Size: 22
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 4588
SHA256: c8df23d6292149d937fbd3c05ba5c0d9998f91ecc26118c1c9e6a7b0b2e98365
SHA1: 7c6f72dd50a40df8487d3ab448bca97de8fdb4a1
MD5sum: 2ad11cb25440b5880601829834330da1
Description: Basic string globs in golang
Go-glob is a single-function
library implementing basic string glob support.
.
Globs are an extremely user-friendly way of supporting string matching
without requiring knowledge of regular expressions or Go's particular
regex engine. Most people understand that if you put a * character
somewhere in a string, it is treated as a wildcard. Surprisingly,
this functionality isn't found in Go's standard library, except for
path.Match, which is intended to be used while comparing paths (not
arbitrary strings), and contains specialized logic for this use case.
A better solution might be a POSIX basic (non-ERE) regular expression
engine for Go, which doesn't exist currently.
Description-md5:
Homepage: https://github.com/ryanuber/go-glob
Section: devel
Priority: optional
Filename: pool/main/g/golang-github-ryanuber-go-glob/golang-github-ryanuber-go-glob-dev_1.0.0-2_all.deb