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

Last updated: May 16,2024

1. Install "golang-any" package

Please follow the step by step instructions below to install golang-any on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-any

2. Uninstall "golang-any" package

Please follow the step by step instructions below to uninstall golang-any on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: golang-any
Priority: optional
Section: universe/devel
Installed-Size: 10
Maintainer: Ubuntu Developers
Architecture: amd64
Source: golang-defaults
Version: 2:1.6-1ubuntu4
Depends: golang-go
Filename: pool/universe/g/golang-defaults/golang-any_1.6-1ubuntu4_amd64.deb
Size: 2874
MD5sum: 600f49c665f3703a906c55867de55fc8
SHA1: 17804ed7d3ce5b437e13b2d2e31fb82571c95b2b
SHA256: 07f4a12d3a78ffb020b1f18fadd263010a9f6cd7d06630db8217783f8bcee1cd
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 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: cc883c53567b55ea314567a27ec811bb
Homepage: https://golang.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu