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

Last updated: May 17,2024

1. Install "golang-1.18-src" package

This tutorial shows how to install golang-1.18-src on Kali Linux

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

2. Uninstall "golang-1.18-src" package

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

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

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

Package: golang-1.18-src
Source: golang-1.18
Version: 1.18.5-1
Installed-Size: 104103
Maintainer: Debian Go Compiler Team
Architecture: all
Size: 15619752
SHA256: 6df0d03b97d762f1f81101a1ac27b99b13573ff6eec8569cfc60522118d5aa4a
SHA1: 098747c98dea598cd807877ee5b1be8a77f5a5fe
MD5sum: 1f17508552b02057cbafadd52e1de297
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.18/golang-1.18-src_1.18.5-1_all.deb