How to Install golang-glide in Ubuntu 18.04



Install golang-glide by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-glide

Description:

Vendor package management for Go

Glide is comparable to tools like Cargo, npm, Composer, Bundler, pip, Maven but for Go. It manages vendored packages with ease. . Packages to be vendored are listed in a configuration file at the root of a project along with the appropriate restriction on versions and Glide will download the most recent versions satisfying the constraints into the vendor directory. It will write a lock file to record the exact versions chosen.

Homepage: https://github.com/Masterminds/glide

Version: 0.13.1-3

Section: universe/devel