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

Last updated: July 05,2024

1. Install "golang-1.21-src" package

In this section, we are going to explain the necessary steps to install golang-1.21-src on Kali Linux

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

2. Uninstall "golang-1.21-src" package

Please follow the guidelines below to uninstall golang-1.21-src on Kali Linux:

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

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

Package: golang-1.21-src
Source: golang-1.21
Version: 1.21.7-2
Installed-Size: 118997
Maintainer: Debian Go Compiler Team
Architecture: all
Replaces: golang-1.21-go (<< 1.21~rc3)
Breaks: golang-1.21-go (<< 1.21~rc3)
Size: 18538688
SHA256: 8e4742c900d39eecfdb3a27ce9f8e1f06342bcab5389c3dba481fa28b6d15202
SHA1: 43e83e8914c5018ece0fe20abcd93dd3fad3641f
MD5sum: 3d49124d94617877d908c17717d2b6a3
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:
Multi-Arch: foreign
Homepage: https://go.dev/
Section: golang
Priority: optional
Filename: pool/main/g/golang-1.21/golang-1.21-src_1.21.7-2_all.deb