How to Install and Uninstall golang-github-bmatcuk-doublestar-dev Package on Kali Linux

Last updated: May 05,2024

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

This is a short guide on how to install golang-github-bmatcuk-doublestar-dev on Kali Linux

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

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

This tutorial shows how to uninstall golang-github-bmatcuk-doublestar-dev on Kali Linux:

$ 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 Kali Linux

Package: golang-github-bmatcuk-doublestar-dev
Source: golang-github-bmatcuk-doublestar
Version: 4.6.1-1
Installed-Size: 102
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 19944
SHA256: 639e6f5a495c43f796b2dc10d9efc4ff4fb71b5218c77e2748b6db6f88a22f13
SHA1: e699caa9f34ea30ebcb55b70de8faeb46d5ca51a
MD5sum: 05cb47bededee53b7ef7b21d0c92dcf6
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/bmatcuk/doublestar
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-bmatcuk-doublestar/golang-github-bmatcuk-doublestar-dev_4.6.1-1_all.deb