How to Install and Uninstall golang-go Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "golang-go" package

Please follow the guidelines below to install golang-go on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-go

2. Uninstall "golang-go" package

Please follow the guidelines below to uninstall golang-go on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the golang-go package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-go
Priority: optional
Section: devel
Installed-Size: 47
Maintainer: Ubuntu Developers
Architecture: amd64
Source: golang-defaults
Version: 2:1.6-1ubuntu4
Replaces: golang-go-darwin-386, golang-go-darwin-amd64, golang-go-freebsd-386, golang-go-freebsd-amd64, golang-go-freebsd-arm, golang-go-linux-386, golang-go-linux-amd64, golang-go-linux-arm, golang-go-netbsd-386, golang-go-netbsd-amd64, golang-go-windows-386, golang-go-windows-amd64, golang-go.tools (<= 1:0.0~git20151026.0.0f9d71c-1~), golang-golang-x-tools (<= 1:0.0~git20151026.0.0f9d71c-1~)
Depends: golang-1.6-go, golang-src (>= 2:1.6-1ubuntu4)
Recommends: golang-race-detector-runtime
Breaks: gccgo-5 (<< 5.3.1-12ubuntu1), gccgo-6 (<< 6-20160319-0ubuntu1), golang-go (<< 2:1.6-1ubuntu2), golang-go-darwin-386, golang-go-darwin-amd64, golang-go-freebsd-386, golang-go-freebsd-amd64, golang-go-freebsd-arm, golang-go-linux-386, golang-go-linux-amd64, golang-go-linux-arm, golang-go-netbsd-386, golang-go-netbsd-amd64, golang-go-windows-386, golang-go-windows-amd64, golang-go.tools (<= 1:0.0~git20151026.0.0f9d71c-1~), golang-golang-x-tools (<= 1:0.0~git20151026.0.0f9d71c-1~)
Filename: pool/main/g/golang-defaults/golang-go_1.6-1ubuntu4_amd64.deb
Size: 21792
MD5sum: 55f20b5f4e81088473e77e68f369ec7b
SHA1: dc40367c2229bdf2130dc220daca855ca4a23185
SHA256: 756264b404d2080daa464b58a79df96564fad590fce50bce3747511c05362544
Description-en: Go programming language compiler, linker, compiled stdlib
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. It currently depends on gccgo on architectures that
do not have a native toolchain ("gc compiler") port but this will change soon
-- packages that want to build with whichever of gc or gccgo is available
should depend on golang-any.
Description-md5: b62210c5ed08da6f315ac9fb42d537cd
Homepage: https://golang.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m