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

Last updated: May 15,2024

1. Install "golang-1.18-go" package

Please follow the guidelines below to install golang-1.18-go on Kali Linux

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

2. Uninstall "golang-1.18-go" package

Learn how to uninstall golang-1.18-go on Kali Linux:

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

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

Package: golang-1.18-go
Source: golang-1.18
Version: 1.18.5-1
Installed-Size: 322021
Maintainer: Debian Go Compiler Team
Architecture: amd64
Depends: golang-1.18-src (>= 1.18.5-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: 60786448
SHA256: f476e7a6e03f1906403f009fb8e989b2c3119d0a83c5b8eeeef3e54b49c0d1d3
SHA1: c4bd9a240b5b14b88ca2b032a14f4cfad6a037e1
MD5sum: 0d6aa5f24298ae624b11f0b916c471c2
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.18/bin/ to PATH, or invoke /usr/lib/go-1.18/bin/go directly.
Description-md5: 1ec6f32a57cb9015a94451f3ed9734c7
Homepage: https://go.dev/
Section: golang
Priority: optional
Filename: pool/main/g/golang-1.18/golang-1.18-go_1.18.5-1_amd64.deb