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

Last updated: October 06,2024

1. Install "golang-1.20" package

Learn how to install golang-1.20 on Kali Linux

$ sudo apt update $ sudo apt install golang-1.20

2. Uninstall "golang-1.20" package

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

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

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

Package: golang-1.20
Version: 1.20.13-1
Installed-Size: 31
Maintainer: Debian Go Compiler Team
Architecture: all
Depends: golang-1.20-doc (>= 1.20.13-1), golang-1.20-go (>= 1.20.13-1), golang-1.20-src (>= 1.20.13-1)
Size: 13916
SHA256: d54c053eabdaa3ba7e78670eed58256448da5e579566221b1f7e7260d0e52d48
SHA1: 0d063d4ef4919bce1f66edd6a5c2e27b9e66e321
MD5sum: 79f5e2441da2b12a7f74de69736d3897
Description: Go programming language compiler - metapackage
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 is a metapackage that, when installed, guarantees
that (most of) a full Go development environment is installed.
.
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_1.20.13-1_all.deb