How to install golang with Snappy package manager in ubuntu?

0

When I try to install golang with Snap I get this error message:

$ sudo snap install go
error: snap "go" requires classic or confinement override

Running snap 2.23.6 on Ubuntu 16.10 with 4.8.0-47-generic Kernel

What can I do to fix this?

Nima

Posted 2017-04-12T09:01:48.377

Reputation: 101

Answers

0

sudo snap install --classic go

ptman

Posted 2017-04-12T09:01:48.377

Reputation: 226

i tried this on ubuntu 14.04 and it succeeded but then typing go version says bash: /usr/bin/go: No such file or directory. where is go installed? – samkhan13 – 2017-08-15T22:48:04.603