Install Glide

Are you used to tools such as Cargo, npm, Composer, Nuget, Pip, Maven, Bundler, or other modern package managers? If so, Glide is the comparable Go tool. Read more here

 

Linux/Unix/Mac Installation using curl command

$ curl https://glide.sh/get | sh

Apple macOS

$ brew install glide

Linux

Debian/Ubuntu

On Ubuntu Precise (12.04), Trusty (14.04), Wily (15.10) or Xenial (16.04) you can install from Glide PPA:

$ sudo add-apt-repository ppa:masterminds/glide && sudo apt-get update
$ sudo apt-get install glide

On Ubuntu Zesty (17.04) the package is called golang-glide

Redhat/CentOS/Fedora

$ curl https://glide.sh/get | sh

Leave a Reply