You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which operating system (uname -a on *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'
Background
The instructions to install golang fail for me
Your environment
version of
lndNA
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 backendNA
any other relevant environment details
(following along with this tutorial)
Steps to reproduce
aptcan't find thegolang-1.10-gopackage:I fixed by adding the
ppa:gophers/archiveaccording to golang wiki instructions:Expected behaviour
Install golang
Actual behaviour
Doesn't install golang