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

Last updated: May 20,2024

1. Install "golang-1.17" package

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

$ sudo apt update $ sudo apt install golang-1.17

2. Uninstall "golang-1.17" package

Here is a brief guide to show you how to uninstall golang-1.17 on Kali Linux:

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

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

Package: golang-1.17
Version: 1.17.13-3
Installed-Size: 60
Maintainer: Debian Go Compiler Team
Architecture: all
Depends: golang-1.17-doc (>= 1.17.13-3), golang-1.17-go (>= 1.17.13-3), golang-1.17-src (>= 1.17.13-3)
Size: 29864
SHA256: 091acbedc155692a035ac2a54e6ece0279100c3f5716b8787733944ebff71c59
SHA1: e8aca4701742316a4546fc675e7d02e34203e5d8
MD5sum: e64f6974590463d4e73b9d0cfad45488
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.17/bin/ to PATH, or invoke /usr/lib/go-1.17/bin/go
directly.
Description-md5: 07017a835cefb5bcc553dba1280ade85
Homepage: https://go.dev/
Section: golang
Priority: optional
Filename: pool/main/g/golang-1.17/golang-1.17_1.17.13-3_all.deb