-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Background
The instructions to install golang fail for me
Your environment
-
version of
lnd
NA -
which operating system (
uname -aon *Nix)
Linux thundroid 4.14.47-132 Fix name typo in README #1 SMP PREEMPT Sun Jun 3 22:33:16 UTC 2018 armv7l armv7l armv7l GNU/Linux -
version of
btcd,bitcoind, or other backend
NA -
any other relevant environment details
(following along with this tutorial)
Steps to reproduce
apt can't find the golang-1.10-go package:
admin@thundroid:~/download$ sudo apt-get install golang-1.10-go
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package golang-1.10-go
E: Couldn't find any package by glob 'golang-1.10-go'
E: Couldn't find any package by regex 'golang-1.10-go'
I fixed by adding the ppa:gophers/archive according to golang wiki instructions:
$ sudo add-apt-repository ppa:gophers/archive
$ sudo apt-get update
$ sudo apt-get install golang-1.10-go
Expected behaviour
Install golang
Actual behaviour
Doesn't install golang
335iguy
Metadata
Metadata
Assignees
Labels
No labels