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

Last updated: May 17,2024

1. Install "golang-go" package

Please follow the guidelines below to install golang-go on Kali Linux

$ sudo apt update $ sudo apt install golang-go

2. Uninstall "golang-go" package

In this section, we are going to explain the necessary steps to uninstall golang-go on Kali Linux:

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

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

Package: golang-go
Source: golang-defaults
Version: 2:1.22~2
Installed-Size: 68
Maintainer: Debian Go Compiler Team
Architecture: amd64
Replaces: golang-go-darwin-386, golang-go-darwin-amd64, golang-go-freebsd-386, golang-go-freebsd-amd64, golang-go-freebsd-arm, golang-go-linux-386, golang-go-linux-amd64, golang-go-linux-arm, golang-go-netbsd-386, golang-go-netbsd-amd64, golang-go-windows-386, golang-go-windows-amd64
Depends: golang-1.22-go, golang-src (>= 2:1.22~2)
Suggests: git
Conflicts: gccgo-go
Breaks: gccgo-5 (<< 5.3.1-12~), gccgo-6 (<< 6-20160319-1~), golang-go-darwin-386, golang-go-darwin-amd64, golang-go-freebsd-386, golang-go-freebsd-amd64, golang-go-freebsd-arm, golang-go-linux-386, golang-go-linux-amd64, golang-go-linux-arm, golang-go-netbsd-386, golang-go-netbsd-amd64, golang-go-windows-386, golang-go-windows-amd64
Size: 44176
SHA256: 8809e51dbb4d31ccfb0c076fdc81fba1f60dfe4c604f2b8844faae4b1bb78649
SHA1: a785baa9e10f791f4cf2f1f490bd414e58affe51
MD5sum: 447bda02591094fd220458d7a541d014
Description: Go programming language compiler, linker, compiled stdlib
The Go programming language is an open source project to make programmers more
productive. Go is expressive, concise, clean, and efficient. Its concurrency
mechanisms make it easy to write programs that get the most out of multicore
and networked machines, while its novel type system enables flexible and
modular program construction. Go compiles quickly to machine code yet has the
convenience of garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a dynamically typed,
interpreted language.
.
This is a dependency package that depends on the default Go toolchain and
compiled standard library. It is only built on architectures that have a
native toolchain ("gc compiler"). Packages that want to build with whichever
of gc or gccgo is available should depend on golang-any.
Description-md5:
Multi-Arch: same
Homepage: https://golang.org
Tag: devel::TODO, devel::buildtools, devel::compiler, role::program
Section: golang
Priority: optional
Filename: pool/main/g/golang-defaults/golang-go_1.22~2_amd64.deb