How to Install and Uninstall golang-github-bmatcuk-doublestar-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 05,2024

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

Please follow the guidance below to install golang-github-bmatcuk-doublestar-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

This guide let you learn how to uninstall golang-github-bmatcuk-doublestar-dev on Ubuntu 21.04 (Hirsute Hippo):

$ 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 21.04 (Hirsute Hippo)

Package: golang-github-bmatcuk-doublestar-dev
Architecture: all
Version: 2.0.4-1
Multi-Arch: foreign
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: 48
Filename: pool/universe/g/golang-github-bmatcuk-doublestar/golang-github-bmatcuk-doublestar-dev_2.0.4-1_all.deb
Size: 10620
MD5sum: be12608f124efde33401a8c4b3a5b6c7
SHA1: 51c104f7a866f3073838d03311aeda1d8fa94736
SHA256: 576a4c6ae02a90d2147fc58a226e83a3d9a02fd15533002e09a3451fb6525c0c
SHA512: 43bcc8e1f20a10c51062da01251d729aeeb97c82f555f5d64f6ee146e0b615b5f385539b402f85aabaadb33db3bbf3abfccd17960460f312efe639ec6c9ed49a
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