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

Last updated: May 21,2024

1. Install "golang-1.17-src" package

This guide let you learn how to install golang-1.17-src on Kali Linux

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

2. Uninstall "golang-1.17-src" package

This guide let you learn how to uninstall golang-1.17-src on Kali Linux:

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

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

Package: golang-1.17-src
Source: golang-1.17
Version: 1.17.13-3
Installed-Size: 100722
Maintainer: Debian Go Compiler Team
Architecture: all
Size: 15236672
SHA256: 84a26707dca7b58677b945715194688b6d651df1a84b626df46ce57a596ed23d
SHA1: eccf81216c6de4a86c5d13d545ecbe785c5a9599
MD5sum: 949085a0c522c8e4c22aa6ae173c1189
Description: Go programming language - source files
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 the Go programming language source files needed for
compilation.
Description-md5: 641317c503e9fe0a9039cd8790bb4657
Multi-Arch: foreign
Homepage: https://go.dev/
Section: golang
Priority: optional
Filename: pool/main/g/golang-1.17/golang-1.17-src_1.17.13-3_all.deb