How to Install and Uninstall go-bindata Package on Kali Linux

Last updated: May 20,2024

1. Install "go-bindata" package

This guide covers the steps necessary to install go-bindata on Kali Linux

$ sudo apt update $ sudo apt install go-bindata

2. Uninstall "go-bindata" package

This tutorial shows how to uninstall go-bindata on Kali Linux:

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

3. Information about the go-bindata package on Kali Linux

Package: go-bindata
Source: golang-bindata (3.0.7+git20151023.72.a0ff256-4)
Version: 3.0.7+git20151023.72.a0ff256-4+b8
Installed-Size: 1788
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: dpkg-dev
Size: 668504
SHA256: bb521cdba8f707ac63a944e4229e876cd0a7ed88ed5a600680cce0c3ebd0ee96
SHA1: 81d0a936eea610fa0fe32d3df066b4d9b0c7795e
MD5sum: a4595a55d4c6ed272ef1678be556218e
Description: 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:
Homepage: https://github.com/jteeuwen/go-bindata
Built-Using: golang-1.21 (= 1.21.3-1)
Section: devel
Priority: optional
Filename: pool/main/g/golang-bindata/go-bindata_3.0.7+git20151023.72.a0ff256-4+b8_amd64.deb