Correct way to install Mercurial on Ubuntu

后端 未结 6 1262
悲&欢浪女
悲&欢浪女 2021-02-02 05:22

I am kind of new to both, Mercurial and Ubuntu.

I seem to have awkwardly installed a few other software packages already, so I wanted to see how others would go about do

6条回答
  •  广开言路
    2021-02-02 06:09

    Just use:

    sudo apt-get install mercurial
    

    It should install it in the default folder and update your environment variables correctly. then you should be able to use 'hg' from the command line, just like svn, although Hg is a much better source control tool.

提交回复
热议问题