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

Last updated: October 05,2024

1. Install "golang-1.22-go" package

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

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

2. Uninstall "golang-1.22-go" package

This tutorial shows how to uninstall golang-1.22-go on Kali Linux:

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

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

Package: golang-1.22-go
Source: golang-1.22
Version: 1.22.0-2
Installed-Size: 100321
Maintainer: Debian Go Compiler Team
Architecture: amd64
Depends: golang-1.22-src (>= 1.22.0-2)
Recommends: g++, gcc, libc6-dev, pkg-config
Suggests: bzr | brz, ca-certificates, git, mercurial, subversion
Breaks: dh-golang (<< 1.43~)
Size: 24741772
SHA256: bff88122b06fd196f19ffc85d55100fa95cf400374d93ee0f35cb0c314464f8e
SHA1: b9bfaeb4f36fa0a180171b62e627bebdc29b8143
MD5sum: 14eafcd13c3264a9b3aba1d901cdd672
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.22/bin/ to PATH, or invoke /usr/lib/go-1.22/bin/go directly.
Description-md5:
Homepage: https://go.dev/
Section: golang
Priority: optional
Filename: pool/main/g/golang-1.22/golang-1.22-go_1.22.0-2_amd64.deb