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

Last updated: May 11,2024

1. Install "go-internal" package

Please follow the step by step instructions below to install go-internal on Kali Linux

$ sudo apt update $ sudo apt install go-internal

2. Uninstall "go-internal" package

This is a short guide on how to uninstall go-internal on Kali Linux:

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

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

Package: go-internal
Source: golang-github-rogpeppe-go-internal
Version: 1.12.0-3
Installed-Size: 15137
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 3629160
SHA256: 17b01a352258d4f7d4905f2bb817c7b5a1250c9f1c5514e33db12cb6531bf2d2
SHA1: fc5e93b3739416cfe5021d15599d6f37d581c131
MD5sum: e8b3b708a185161cccd17cadd976f6b6
Description: Selected Go-internal packages factored out from the standard library (binaries)
The go-internal repository factors out an opinionated selection of
internal packages and functionality from the Go standard library.
Currently this consists mostly of packages and testing code from
within the Go tool implementation.
.
Included are the following:
.
* dirhash: calculate hashes over directory trees the same way
that the Go tool does.
* goproxytest: a GOPROXY implementation designed for test use.
* gotooltest: Use the Go tool inside test scripts (see testscript below).
* imports: list of known architectures and OSs, and support for reading
import statements.
* modfile: read and write go.mod files while preserving formatting
and comments.
* module: module paths and versions.
* par: do work in parallel.
* semver: semantic version parsing.
* testenv: information on the current testing environment.
* testscript: script-based testing based on txtar files.
* txtar: simple text-based file archives for testing.
.
This package contains the compiled binaries, namely testscript,
txtar-addmod, txtar-c and txtar-goproxy.
Description-md5:
Homepage: https://github.com/rogpeppe/go-internal
Static-Built-Using: golang-1.21 (= 1.21.6-1), golang-golang-x-mod (= 0.14.0-1), golang-golang-x-tools (= 1:0.17.0+ds-1)
Section: devel
Priority: optional
Filename: pool/main/g/golang-github-rogpeppe-go-internal/go-internal_1.12.0-3_amd64.deb