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

Last updated: May 17,2024

1. Install "golang-1.19-go" package

This is a short guide on how to install golang-1.19-go on Kali Linux

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

2. Uninstall "golang-1.19-go" package

This guide let you learn how to uninstall golang-1.19-go on Kali Linux:

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

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

Package: golang-1.19-go
Source: golang-1.19
Version: 1.19-1
Installed-Size: 334180
Maintainer: Debian Go Compiler Team
Architecture: amd64
Depends: golang-1.19-src (>= 1.19-1), libc6 (>= 2.32)
Recommends: g++, gcc, libc6-dev, pkg-config
Suggests: bzr | brz, ca-certificates, git, mercurial, subversion
Breaks: dh-golang (<< 1.43~)
Size: 62354388
SHA256: cb19430e230ea64971592b82ec760a2ade633d197ef7ec5c79a9a878583c6cbe
SHA1: e276c5d8594c5333fd11644f96fb3204c67337d3
MD5sum: d3c8c2a21124f500c02b9f5dfc73b2b7
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.19/bin/ to PATH, or invoke /usr/lib/go-1.19/bin/go directly.
Description-md5: ec32358a7bcc5081d697946905b2f725
Homepage: https://go.dev/
Section: golang
Priority: optional
Filename: pool/main/g/golang-1.19/golang-1.19-go_1.19-1_amd64.deb