Correct way to install Mercurial on Ubuntu

后端 未结 6 1256
悲&欢浪女
悲&欢浪女 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:01

    If you are using an older version of Ubuntu (12.04 perhaps?), use the Mercurial PPA.

    sudo add-apt-repository ppa:mercurial-ppa/releases
    sudo apt-get update
    sudo apt-get install mercurial
    

    As of this writing, this installs mercurial 3.0.1 on Ubuntu 12.04 for example.

提交回复
热议问题