version control - Correct way to install Mercurial on Ubuntu -


i kind of new both, mercurial , ubuntu.

i seem have awkwardly installed few other software packages already, wanted see how others go doing this.

should use apt-get command? if so, how use in case? best place install mercurial on file system, , how make part of shell (i thinking svn-ish) can check things in , update?

thanks, alex

just use:

sudo apt-get install mercurial 

it should install in default folder , update environment variables correctly. should able use 'hg' command line, svn, although hg better source control tool.


Comments

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

queue - mq_receive: message too long -