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

Last updated: May 07,2024

1. Install "golang-doc" package

Here is a brief guide to show you how to install golang-doc on Kali Linux

$ sudo apt update $ sudo apt install golang-doc

2. Uninstall "golang-doc" package

This guide covers the steps necessary to uninstall golang-doc on Kali Linux:

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

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

Package: golang-doc
Source: golang-defaults
Version: 2:1.22~2
Installed-Size: 11
Maintainer: Debian Go Compiler Team
Architecture: all
Depends: golang-1.22-doc, golang-go (>= 2:1.22~2)
Size: 5004
SHA256: cfe1e4ba39dae757eb432d8fc93b1719f8f8a04539eef89a4915a2e4046676cc
SHA1: 25e9cb1849d72ed56fc73328e4defdd294649eff
MD5sum: 1cd9b882698dab2c196fa8dd96dfa95d
Description: Go programming language - documentation
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 is a dependency package that depends on the default Go documentation. You
can view the formatted documentation by installing the golang-golang-x-tools
package, running "godoc --http=:6060", and then visiting
http://localhost:6060/doc/install.html.
Description-md5:
Multi-Arch: foreign
Homepage: https://golang.org
Tag: devel::TODO, devel::doc, role::documentation
Section: doc
Priority: optional
Filename: pool/main/g/golang-defaults/golang-doc_1.22~2_all.deb