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

Last updated: May 16,2024

1. Install "golang-any" package

Learn how to install golang-any on Kali Linux

$ sudo apt update $ sudo apt install golang-any

2. Uninstall "golang-any" package

Learn how to uninstall golang-any on Kali Linux:

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

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

Package: golang-any
Source: golang-defaults
Version: 2:1.22~2
Installed-Size: 11
Maintainer: Debian Go Compiler Team
Architecture: amd64
Depends: golang-go (>= 2:1.22~2)
Size: 5076
SHA256: 7ac3258c4f7e94a163f5831f513a85036997c8add84c08205a35ff850b4a251f
SHA1: bf924bdcb47ba539e85e174628576148c569a547
MD5sum: aaa6fbfa54f1c1fa78ae4ef930a7aaa4
Description: Go programming language -- gccgo on "non-Go" platforms
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 toolchain and
compiled standard library or gccgo on architectures that do not have a native
toolchain ("gc compiler") port. Because the gccgo and Go releases are not on
the same schedule, it is not guaranteed that the version of the Go language
provided by the version of gccgo that this package depends upon will match the
version of this package.
Description-md5:
Multi-Arch: same
Homepage: https://golang.org
Section: golang
Priority: optional
Filename: pool/main/g/golang-defaults/golang-any_1.22~2_amd64.deb