我想在CentOs 6.3上安裝Mercurial 2.2,但是我覺得centos的存儲庫有點過時,因爲它的yum安裝總是顯示你的mercurial是最新的。在Centos上安裝Mercurial 6
現在搜索一些論壇,發現了一些其他的資料庫,通過使用下面的命令和存儲庫更新善變的客戶:
**
rpm -Uvh http://pkgs.repoforge.org/mercurial/mercurial-2.2.2-1.el6.rfx.i686.rpm
**
但是它會導致以下錯誤:
hg = 1.4-3.el6 is needed by (installed) emacs-mercurial-1.4-3.el6.i686
hg = 1.4-3.el6 is needed by (installed) mercurial-hgk-1.4-3.el6.i686
我覺得由於一些軟件包依賴,我無法安裝。
任何幫助/指針將不勝感激。
遵循本指南[使用Yum安裝Mercurial Linux .rpm文件](https://www.mercurial-scm.org/wiki/Download#Linux_.28.rpm.29)也適用於最新的Hg 3.9版本。 –