TortoiseHg 설치 : 더 높은 Mercurial 버전이 필요합니다


8

Ubuntu 11.04를 사용하고 있으며 TortoiseHg를 설치하려고합니다. TortoiseHg 웹 사이트에서 PPA를 적용하여 apt-get실제로 찾을 수 있습니다. 그러나 내가 입력 할 때마다 나는 sudo apt-get tortoisehg이것을 얻는다 :

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 tortoisehg : Depends: mercurial (>= 1.8) but 1.7.5-1ubuntu1 is to be installed
E: Broken packages

이것이 의미하는 바를 이해합니다. Mercurial 1.8을 설치해야합니다. 문제는 내가 할 수 없다는 것입니다. 내가 시도 sudo apt-get install mercurial하면 1.7.5가 최신 버전이며 가장 확실 하지 않습니다 .

그렇다면 최신 버전의 Mercurial을 설치하려면 어떻게해야합니까?

Mercurial을 설치하기 위해이 답변 의 명령을 시도했지만 도움이되지 않았습니다. 그것은 다시 Mercurial이 최신이라고 말했다.

답변:


10

수은 PPA 사용

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

나는 이것을 Ubunut 18.04에도 사용했으며 잘 작동했습니다.
user1015214

그래도 19.04에서는 작동하지 않습니다. 실행sudo apt update --allow-unauthenticated && sudo apt install tortoisehg
tatsu
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.