How to Install and Uninstall gccgo-go Package on Kali Linux

Last updated: May 03,2024

1. Install "gccgo-go" package

This guide covers the steps necessary to install gccgo-go on Kali Linux

$ sudo apt update $ sudo apt install gccgo-go

2. Uninstall "gccgo-go" package

Please follow the steps below to uninstall gccgo-go on Kali Linux:

$ sudo apt remove gccgo-go $ sudo apt autoclean && sudo apt autoremove

3. Information about the gccgo-go package on Kali Linux

Package: gccgo-go
Source: golang-defaults
Version: 2:1.22~2
Installed-Size: 65
Maintainer: Debian Go Compiler Team
Architecture: amd64
Depends: g++-14, gccgo-14
Conflicts: golang-go
Size: 43680
SHA256: d60ad08120686cac3789a16cd4af996f8c3750c461a415e063cdcd67b4f94ec7
SHA1: 6eb4e8d6d07fe1b2bfec17fc9d7ec24a0cb99d10
MD5sum: 896330ae22e1b5ff4fc9025272e3aea6
Description: Go programming language -- gccgo
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.
.
Installing this package will install the gccgo implementation as /usr/bin/go.
It conflicts with golang-go.
Description-md5:
Multi-Arch: same
Homepage: https://golang.org
Section: devel
Priority: optional
Filename: pool/main/g/golang-defaults/gccgo-go_1.22~2_amd64.deb