How to Install and Uninstall golang-github-ryanuber-go-glob-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

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

This is a short guide on how to install golang-github-ryanuber-go-glob-dev on Ubuntu 21.10 (Impish Indri)

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

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

This guide let you learn how to uninstall golang-github-ryanuber-go-glob-dev on Ubuntu 21.10 (Impish Indri):

$ 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 Ubuntu 21.10 (Impish Indri)

Package: golang-github-ryanuber-go-glob-dev
Architecture: all
Version: 1.0.0-2
Priority: optional
Section: universe/devel
Source: golang-github-ryanuber-go-glob
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 22
Filename: pool/universe/g/golang-github-ryanuber-go-glob/golang-github-ryanuber-go-glob-dev_1.0.0-2_all.deb
Size: 4640
MD5sum: ac43d1539670fa2f4eb63f124cc68d66
SHA1: afc66e4eda555531d19f2f6a920fc5e4cf8fcdee
SHA256: dae99fd8918c4479b8430daaa26c5ebc396527ce8f71feb343add98241f9ac09
SHA512: 6064cc28b23fb9a9840376060315b9955b5278320c4824d73fd966f9dd09831345913615d5028dda133fa32ae2483dea7c36a0d7a8fa6d02adcc036b88bfea55
Homepage: https://github.com/ryanuber/go-glob
Description-en: 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: 28350801ff15ea4303af36a2732e67fb