-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
Comments
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. |
https://github.com/golang/go/wiki/Ubuntu is one such place referencing the lxd-stable PPA. |
Ohh whoops, sorry I'm just exhausted it's not the README it's a wiki page linked to from the wiki. |
That page is all sorts of wrong. My vote would be to delete it, but
@bradfitz abhors broken links. I'm not sure what to suggest to fix it.
I recommend using the tarball from https://golang.org/dl as it is extremely
well tested.
…On Wed, 22 Mar 2017, 17:32 William Banks ***@***.***> wrote:
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
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#19654 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAAcA1jvxuNOfPPxZunWdqM4PD530J4Xks5roMB5gaJpZM4MkxmD>
.
|
@davecheney just delete all its contents instead, and leave a note pointing to /dl? |
Ok so for those of us who want to put 1.8 on using package management in Ubuntu, what are the current options then? |
Also it's not all wrong, the bottom half is correct and actually rather important info. |
No, that's the most incorrect, especially the part about setting GOROOT.
…On Wed, 22 Mar 2017, 17:53 William Banks ***@***.***> wrote:
Also it's not all wrong, the bottom half is correct and actually rather
important info.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#19654 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAAcA3Yo345DpO2JNF0lP6LuC7gJ6xsKks5roMVLgaJpZM4MkxmD>
.
|
I have to tell you it appears to be working here. What part is incorrect because $ echo $GOROOT These seem ok to me. |
It's outdated advise we're trying hard to erase from the Go community
conciousness.
https://dave.cheney.net/2013/06/14/you-dont-need-to-set-goroot-really
…On Wed, 22 Mar 2017, 18:02 William Banks ***@***.***> wrote:
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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#19654 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAAcAz5MgfYzwGyns4-RB-n64C8NPBsYks5roMeCgaJpZM4MkxmD>
.
|
Ok, been awhile since I actually installed it for the first time. |
I think this is probably a duplicate of
#18580
…On Wed, Mar 22, 2017 at 6:20 PM, William Banks ***@***.***> wrote:
Ok, been awhile since I actually installed it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#19654 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAAcA7zITdMhuAftU22ZicJ7f1VCLv7dks5roMu3gaJpZM4MkxmD>
.
|
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.
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!
The text was updated successfully, but these errors were encountered: