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

Last updated: September 28,2024

1. Install "golang-1.20-go" package

This tutorial shows how to install golang-1.20-go on Kali Linux

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

2. Uninstall "golang-1.20-go" package

Please follow the guidance below to uninstall golang-1.20-go on Kali Linux:

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

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

Package: golang-1.20-go
Source: golang-1.20
Version: 1.20.13-1
Installed-Size: 92181
Maintainer: Debian Go Compiler Team
Architecture: amd64
Depends: golang-1.20-src (>= 1.20.13-1), libc6 (>= 2.34)
Recommends: g++, gcc, libc6-dev, pkg-config
Suggests: bzr | brz, ca-certificates, git, mercurial, subversion
Breaks: dh-golang (<< 1.43~)
Size: 22974892
SHA256: 331f9e1b5dab9ec191799054535a40875013aac0d1151aa0b8d2a056c8d25314
SHA1: 3177f7256179fec00c47b5ae15a26dd23d13478b
MD5sum: 092d8dfe20a2df1bd360ec900c0f4e8a
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.20/bin/ to PATH, or invoke /usr/lib/go-1.20/bin/go directly.
Description-md5:
Homepage: https://go.dev/
Section: golang
Priority: optional
Filename: pool/main/g/golang-1.20/golang-1.20-go_1.20.13-1_amd64.deb