gox software package provides simple cross compilation tool for Go, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install gox
gox is installed in your system.
Make ensure the gox package were installed using the commands given below,
$ sudo dpkg-query -l | grep gox *
You will get with gox package name, version, architecture and description in a table
| Distro | Ubuntu 17 04 zesty zapus |
| Section | Development |
| Package | gox |
| Version | 0.3.0-1 |
| Description | simple cross compilation tool for Go |
| Sub Section | devel |