0

Trying to install glide via command glide install but unable to

glide install No command 'glide' found, did you mean:

glide -h No command 'glide' found, did you mean: Command 'glade' from package 'glade' (universe) glide: command not found

aΨVaN
  • 1,104
  • 2
  • 9
  • 18

2 Answers2

1

On 16.x, you must add the ppa first. Have you done it yet ?

sudo add-apt-repository ppa:masterminds/glide && sudo apt-get update
sudo apt-get install glide
Q.u.a.n.g L.
  • 1,564
  • 1
  • 12
  • 27
1

On Ubuntu Precise (12.04), Trusty (14.04), Wily (15.10) or Xenial (16.04) you nedd to install it using the PPA:

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