How to Install and Uninstall golang-github-mitchellh-cli-dev Package on Kali Linux

Last updated: May 07,2024

1. Install "golang-github-mitchellh-cli-dev" package

This guide covers the steps necessary to install golang-github-mitchellh-cli-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-mitchellh-cli-dev

2. Uninstall "golang-github-mitchellh-cli-dev" package

Please follow the instructions below to uninstall golang-github-mitchellh-cli-dev on Kali Linux:

$ sudo apt remove golang-github-mitchellh-cli-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-mitchellh-cli-dev package on Kali Linux

Package: golang-github-mitchellh-cli-dev
Source: golang-github-mitchellh-cli
Version: 1.1.1-1
Installed-Size: 119
Maintainer: pkg-go
Architecture: all
Depends: golang-github-armon-go-radix-dev, golang-github-bgentry-speakeasy-dev, golang-github-fatih-color-dev, golang-github-mattn-go-isatty-dev, golang-github-posener-complete-dev
Size: 24316
SHA256: b74be0e703101e3387538113393e265444c3c457944bc5a9da634d2cb35683de
SHA1: ff93c53cb6966b9115853ec0a3100e6eb28018ec
MD5sum: 0e12c722c5e5cee5220b1c4aa606f369
Description: library for implementing command-line interfaces
cli is a library for implementing powerful command-line interfaces in
Go. cli is the library that powers the CLI for Packer, Serf, and Consul.
.
Features:
- Easy sub-command based CLIs: cli foo, cli bar, etc.
- Optional support for default subcommands so cli does something other
than error.
- Automatic help generation for listing subcommands
- Automatic help flag recognition of -h, --help, etc.
- Automatic version flag recognition of -v, --version.
- Helpers for interacting with the terminal, such as outputting information,
asking for input, etc. These are optional, you can always interact with
the terminal however you choose.
- Use of Go interfaces/types makes augmenting various parts of the library a
piece of cake.
Description-md5:
Homepage: https://github.com/mitchellh/cli
Section: devel
Priority: optional
Filename: pool/main/g/golang-github-mitchellh-cli/golang-github-mitchellh-cli-dev_1.1.1-1_all.deb