Skip to content

Problem with Golang installation documentation for Linux #1411

@justinmoon

Description

@justinmoon

Background

The instructions to install golang fail for me

Your environment

  • version of lnd
    NA

  • 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'

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions