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

Last updated: May 15,2024

1. Install "golang-github-inconshreveable-mousetrap-dev" package

In this section, we are going to explain the necessary steps to install golang-github-inconshreveable-mousetrap-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-github-inconshreveable-mousetrap-dev

2. Uninstall "golang-github-inconshreveable-mousetrap-dev" package

Please follow the instructions below to uninstall golang-github-inconshreveable-mousetrap-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-inconshreveable-mousetrap-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-inconshreveable-mousetrap-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-github-inconshreveable-mousetrap-dev
Priority: extra
Section: universe/devel
Installed-Size: 20
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-inconshreveable-mousetrap
Version: 0.0~git20141017.0.76626ae-1
Depends: golang-go
Filename: pool/universe/g/golang-github-inconshreveable-mousetrap/golang-github-inconshreveable-mousetrap-dev_0.0~git20141017.0.76626ae-1_all.deb
Size: 3572
MD5sum: 4979e3ed51e4a14efb9f544b6b53040d
SHA1: 9dcad6df9182839f6d087422957549fbdb7bd968
SHA256: 763fe900929275f2a03a0c613f5d6549bb6d2b7e9a7ca4d1e28bff233b41bb1d
Description-en: Go library to detect starting from Windows Explorer
mousetrap is a tiny Go library that answers a single question:
On a Windows machine, was the process invoked by someone double clicking
on the executable file while browsing in Explorer?
.
Motivation: Windows users unfamiliar with command line tools will
often "double-click" the executable for a tool. Because most CLI tools
print the help and then exit when invoked without arguments, this is
often very frustrating for those users.
.
mousetrap provides a way to detect these invocations so
that you can provide more helpful behavior and instructions
on how to run the CLI tool.
.
This package is imported by golang-github-spf13-cobra-dev.
Description-md5: 02581c75209073da577778ee03c1b1ab
Built-Using: golang (= 2:1.5.1-0ubuntu2)
Homepage: https://github.com/inconshreveable/mousetrap
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu