How to Install and Uninstall golang-github-bmatcuk-doublestar-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 06,2024

1. Install "golang-github-bmatcuk-doublestar-dev" package

Please follow the guidance below to install golang-github-bmatcuk-doublestar-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install golang-github-bmatcuk-doublestar-dev

2. Uninstall "golang-github-bmatcuk-doublestar-dev" package

Please follow the guidelines below to uninstall golang-github-bmatcuk-doublestar-dev on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove golang-github-bmatcuk-doublestar-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-bmatcuk-doublestar-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-bmatcuk-doublestar-dev
Architecture: all
Version: 1.2.2-1
Priority: optional
Section: universe/devel
Source: golang-github-bmatcuk-doublestar
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 44
Filename: pool/universe/g/golang-github-bmatcuk-doublestar/golang-github-bmatcuk-doublestar-dev_1.2.2-1_all.deb
Size: 9688
MD5sum: ded3a77ececf78da2b1140d81f801f55
SHA1: 66425d6824a057bbed1f4f5604599c386a094aaf
SHA256: 13d8c92ac66de0d36bd4049e29db9f7c881226b6b739d7073de804c18615856e
SHA512: 79be3d9af0ad49b69363983ca958f1bdd277bb8ae15f9f4f7991411764eb23fe66847d769e33294894b398564232e72539b327fe2110079499e847609816f393
Homepage: https://github.com/bmatcuk/doublestar
Description-en: support for double star matches in golang's path.Match and filepath.Glob
This package contains a Golang implementation of path pattern matching
and globbing with support for "doublestar" (aka globstar: **) patterns.
.
doublestar patterns match files and directories recursively. For example,
if you had the following directory structure:
.
grandparent `-- parent
|-- child1 `-- child2
.
You could find the children with patterns such as: **/child*,
grandparent/**/child?, **/parent/*, or even just ** by itself (which
will return all files and directories recursively).
.
Bash's globstar is doublestar's inspiration and, as such, works similarly.
Note that the doublestar must appear as a path component by itself. A
pattern such as /path** is invalid and will be treated the same as
/path*, but /path*/** should achieve the desired result. Additionally,
/path/** will match all directories and files under the path directory,
but /path/**/ will only match directories.
Description-md5: 8ff9ae0e45df4fa1490d9545b797d79b