TX2/JetPack 3.2 - 'glew-utils' package is not being found

I’m trying to run the Jetson Inference project, (GitHub - dusty-nv/jetson-inference: Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.) on my TX2 running JetPack 3.2. One of the package dependencies that needs to be downloaded cannot be found. I’ve looked elsewhere and the only repo that this package exists in is the trusty universe at Ubuntu. Looks like a standard development package but curiously missing. I get this error when trying to install it:

...
Package glew-utils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'glew-utils' has no installation candidate

Is there an alternate way of installing this package?

Cross reference to GitHub issue that I logged.

Hi jeremyolsen, glew-utils package should be available on Xenial 16.04 also, see [url]Ubuntu – Error

Do you have universe repo enabled?

Reviewing the libglew arm64 filelist, it doesn’t seem there are crucial tools required by jetson-inference in that package (libglew-dev is though),
if unable to download it, are you able to remove it from the build script here?