How to Install and Uninstall go-bindata Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "go-bindata" package

Learn how to install go-bindata on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install go-bindata

2. Uninstall "go-bindata" package

This guide covers the steps necessary to uninstall go-bindata on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove go-bindata $ sudo apt autoclean && sudo apt autoremove

3. Information about the go-bindata package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: go-bindata
Priority: extra
Section: universe/devel
Installed-Size: 2328
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: amd64
Source: golang-bindata
Version: 3.0.5-1
Depends: dpkg-dev
Filename: pool/universe/g/golang-bindata/go-bindata_3.0.5-1_amd64.deb
Size: 464498
MD5sum: 77f690753fae1cc63357c928472942ce
SHA1: 14c3f90f5cd46a551bfdb1188adee11daddb5813
SHA256: d4a82c4ebd13601d1a4c2443e9749554ce2f25e90370400c01e311014c647dfa
Description-en: embed data in a Go program
This tool converts any file into manageable Go source code. It is
useful for embedding binary data into a Go program. The file data is
optionally gzip compressed before being converted to a raw byte
slice.
.
This package provides the standalone utility `go-bindata`.
Description-md5: 08cee567afc36736faa12b71862e6430
Built-Using: golang (= 2:1.2.1-2ubuntu1)
Homepage: https://github.com/jteeuwen/go-bindata
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu