Note that there are some explanatory texts on larger screens.

plurals
  1. POcan't fetch the go language repository on Debian
    primarykey
    data
    text
    <p>I follow the installation guide at <a href="http://golang.org/doc/install.html" rel="nofollow">http://golang.org/doc/install.html</a>, at first everything goes well, but problem comes at the "fetch the repository" step,</p> <p>the guide says "$ hg clone -u release <a href="https://go.googlecode.com/hg/" rel="nofollow">https://go.googlecode.com/hg/</a> go" I follow the command but system always say that's wrong so I read the help and modified it into "$ hg clone -U release ..repo url... go" (I don't see a lowercase u option but there's a U instead which means noupdate) but still goes wrong so I modified it again "$ hg clone -U r60 ..repo url... go" (I think release actually means go release number?) ok, now that works finally but, when it's over cd to the go directory,hey,why all the files are hidden?! and different with the url directory, for ex there's no such a src directory</p> <p>so what am I doing wrong, and sorry for my english is not good thank you for your help</p> <hr> <h2>for as a new user I can't attach a image and can't have more than two links in one post, see the picture link below at the reply to Evan Shaw</h2> <p>and in the guide page they say that I need to install python-setuptools python-dev and build-essential, because in ubuntu/debian users' distribution's package repository, the will "most likely be old and broken", what that mean? Am I suppose to install the tool manually(but not a easy_install)?</p> <hr> <h2>for a new user I can't answer myself,I think jnml points out the best matched answer</h2> <p>I thought this question is answerd, the problem is that repository in Ubuntu/Debian for is tool old, if you just easy_install (apt-get install ) you got version 1.0.1 , that's not match for the command gave on the go installation guide, so a simple way to work it out is(thanks jnml for pointing this out):</p> <ol> <li>hg clone</li> <li>cd go</li> <li>hg update release</li> </ol> <p>that's done.</p> <p>but I still wonder how can I get the latest version of be installed on my Debian,but that's another question, </p> <h2>Thanks a lot to all of you who reply to me, thank you for your help!</h2>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload