How to Install and Uninstall golang-github-svent-go-flags-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "golang-github-svent-go-flags-dev" package

Please follow the guidelines below to install golang-github-svent-go-flags-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-svent-go-flags-dev

2. Uninstall "golang-github-svent-go-flags-dev" package

This guide let you learn how to uninstall golang-github-svent-go-flags-dev on Kali Linux:

$ sudo apt remove golang-github-svent-go-flags-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-svent-go-flags-dev package on Kali Linux

Package: golang-github-svent-go-flags-dev
Source: golang-github-svent-go-flags
Version: 1-2
Installed-Size: 98
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 21464
SHA256: b79ca4ff29ae9b8f412b076b11413ccfc23dfb267316e7c9c675b7dee6b5a3da
SHA1: 44522b7c9a667aa0c2a9bd39ceb247e3d0c9bb08
MD5sum: 638a3e54dbea5abb215043f1831193a8
Description: go library for parsing command line arguments
This library provides similar functionality to the builtin flag library
of go, but provides much more functionality and nicer formatting.
Supported features are:
.
* Options with short names (-v)
* Options with long names (--verbose)
* Options with and without arguments (bool v.s. other type)
* Options with optional arguments and default values
* Multiple option groups each containing a set of options
* Generate and print well-formatted help message
* Passing remaining command line arguments after -- (optional)
* Ignoring unknown command line options (optional)
* Supports -I/usr/include -I=/usr/include -I /usr/include option
argument specification
* Supports multiple short options -aux
* Supports all primitive go types (string, int{8..64}, uint{8..64},
float)
* Supports same option multiple times (can store in slice or last option
counts)
* Supports maps
* Supports function callbacks
* Supports namespaces for (nested) option groups
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/svent/go-flags
Go-Import-Path: github.com/svent/go-flags
Section: devel
Priority: optional
Filename: pool/main/g/golang-github-svent-go-flags/golang-github-svent-go-flags-dev_1-2_all.deb