How to Install and Uninstall golang-github-mitchellh-cli-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

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

Please follow the guidance below to install golang-github-mitchellh-cli-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the guidelines below to uninstall golang-github-mitchellh-cli-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ 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 Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-github-mitchellh-cli-dev
Priority: extra
Section: universe/devel
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: pkg-go
Architecture: all
Source: golang-github-mitchellh-cli
Version: 0.0~git20150618.0.8102d0e-1
Depends: golang-go, golang-go.crypto-dev
Filename: pool/universe/g/golang-github-mitchellh-cli/golang-github-mitchellh-cli-dev_0.0~git20150618.0.8102d0e-1_all.deb
Size: 13810
MD5sum: 1c5c414f5ce7aa82d6b9d080f88b3c7f
SHA1: f01ecd1559188a54086d540287013f4e8ac3b46d
SHA256: d45f5e6cdaa64642c8199253ea95a2912c534dda0d628e35656fa1d426c26aca
Description-en: 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: d103adcda3135c69ec89b5a12c4d058c
Homepage: https://github.com/mitchellh/cli
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu