How to Install and Uninstall gox Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "gox" package

This guide let you learn how to install gox on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gox

2. Uninstall "gox" package

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

$ sudo apt remove gox $ sudo apt autoclean && sudo apt autoremove

3. Information about the gox package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: gox
Priority: optional
Section: universe/devel
Installed-Size: 2659
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: amd64
Version: 0.3.0-1
Filename: pool/universe/g/gox/gox_0.3.0-1_amd64.deb
Size: 619398
MD5sum: 9d2e1aa85c70f8abd7c50c3aa34b9122
SHA1: 22300a296e0eab60b01887523bf01780026cd4fd
SHA256: 89ae7dd5f6e2f8bfdf1d8f0331ce858ccdae11749008490d1673e27c77964090
Description-en: simple cross compilation tool for Go
Gox is a cross compiling build tool for Go which makes it possible to
produce binaries for foreign platforms without having to install Go on
the targeted system. Several operating systems and architectures are
supported, while parallel building on multiple cores is possible.
Description-md5: 9958af05880375d27628964540734329
Built-Using: golang (= 2:1.5.1-0ubuntu2), golang-github-mitchellh-iochan (= 0.0~git20150529.0.87b45ff-1)
Homepage: https://github.com/mitchellh/gox
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu