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

Last updated: May 18,2024

1. Install "golang-1.21-go" package

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

$ sudo apt update $ sudo apt install golang-1.21-go

2. Uninstall "golang-1.21-go" package

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

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

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

Package: golang-1.21-go
Source: golang-1.21
Version: 1.21.7-2
Installed-Size: 95246
Maintainer: Debian Go Compiler Team
Architecture: amd64
Depends: golang-1.21-src (>= 1.21.7-2)
Recommends: g++, gcc, libc6-dev, pkg-config
Suggests: bzr | brz, ca-certificates, git, mercurial, subversion
Breaks: dh-golang (<< 1.43~)
Size: 23587712
SHA256: 13e927754e0e9826511de4c25e9704a4b5bbed95a854cfabacfec69034c0b3c4
SHA1: 9af4e41f3f42a8a539d400565c970936b3ba8f8f
MD5sum: 4edb48789f4202a16bdf0203b08bc8e7
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 package provides an assembler, compiler, linker, and compiled libraries
for the Go programming language.
.
To use this version, instead of the default one provided by golang-go package,
add /usr/lib/go-1.21/bin/ to PATH, or invoke /usr/lib/go-1.21/bin/go directly.
Description-md5:
Homepage: https://go.dev/
Section: golang
Priority: optional
Filename: pool/main/g/golang-1.21/golang-1.21-go_1.21.7-2_amd64.deb