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

Last updated: May 19,2024

1. Install "golang-1.17-go" package

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

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

2. Uninstall "golang-1.17-go" package

In this section, we are going to explain the necessary steps to uninstall golang-1.17-go on Kali Linux:

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

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

Package: golang-1.17-go
Source: golang-1.17
Version: 1.17.13-3
Installed-Size: 313078
Maintainer: Debian Go Compiler Team
Architecture: amd64
Depends: golang-1.17-src (>= 1.17.13-3), libc6 (>= 2.34)
Recommends: g++, gcc, libc6-dev, pkg-config
Suggests: bzr | brz, ca-certificates, git, mercurial, subversion
Breaks: dh-golang (<< 1.43~)
Size: 56639032
SHA256: ed3dbbe09a7b7769e5cdeb04cf6462fe973eb4f70ce2d68a18b4fccbc2ccff47
SHA1: 5d09a23310192e967ab8d3d88ed39fcc193f879d
MD5sum: 32138423754d69c5c2ee2bdae151db04
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.17/bin/ to PATH, or invoke /usr/lib/go-1.17/bin/go directly.
Description-md5: 3298361ab12043b35e9900f5d9d1abef
Homepage: https://go.dev/
Section: golang
Priority: optional
Filename: pool/main/g/golang-1.17/golang-1.17-go_1.17.13-3_amd64.deb