Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wiki: wrong/outdated instructions on the Ubuntu page #19654

Closed
williambanks opened this issue Mar 22, 2017 · 13 comments
Closed

wiki: wrong/outdated instructions on the Ubuntu page #19654

williambanks opened this issue Mar 22, 2017 · 13 comments

Comments

@williambanks
Copy link

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

1.8

What operating system and processor architecture are you using (go env)?

Ubuntu Linux 16.10

What did you do?

Followed the readme

If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.

What did you expect to see?

Golang 1.8 as a package.

What did you see instead?

Your instructions appear to be installing LXD PPA repo and then installing golang 1.6 from the universe repository.

sudo add-apt-repository ppa:ubuntu-lxc/lxd-stable
sudo apt-get update
sudo apt-get install golang

That's just wrong.
The bottom of the page instructions work alright.
But if you have a PPA you should update the instructions and if you don't have a PPA (I couldn't find one), then you should remove those instructions.

Thanks!

@davecheney
Copy link
Contributor

I checked the readme in the repository and didn't find a reference to a ppa. Can you please link to the instructions you are following.

@dominikh
Copy link
Member

https://github.com/golang/go/wiki/Ubuntu is one such place referencing the lxd-stable PPA.

@williambanks
Copy link
Author

Ohh whoops, sorry I'm just exhausted it's not the README it's a wiki page linked to from the wiki.
https://github.com/golang/go/wiki/Ubuntu

@davecheney
Copy link
Contributor

davecheney commented Mar 22, 2017 via email

@josharian
Copy link
Contributor

@davecheney just delete all its contents instead, and leave a note pointing to /dl?

@williambanks
Copy link
Author

Ok so for those of us who want to put 1.8 on using package management in Ubuntu, what are the current options then?

@williambanks
Copy link
Author

Also it's not all wrong, the bottom half is correct and actually rather important info.

@davecheney
Copy link
Contributor

davecheney commented Mar 22, 2017 via email

@williambanks
Copy link
Author

I have to tell you it appears to be working here. What part is incorrect because
$ go version
go version go1.8 linux/amd64

$ echo $GOROOT
/usr/local/go

These seem ok to me.

@davecheney
Copy link
Contributor

davecheney commented Mar 22, 2017 via email

@williambanks
Copy link
Author

williambanks commented Mar 22, 2017

Ok, been awhile since I actually installed it for the first time.

@davecheney
Copy link
Contributor

davecheney commented Mar 22, 2017 via email

@ALTree ALTree changed the title README.md install is pointing to the wrong PROJECT??? wiki: wrong/outdated instructions on the Ubuntu page Mar 22, 2017
@bradfitz bradfitz added this to the Unreleased milestone Mar 22, 2017
@bradfitz
Copy link
Contributor

@golang golang locked and limited conversation to collaborators Mar 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

7 participants