Use o PPA mercurial
apt-add-repository ppa:mercurial-ppa/releases
apt-get update
apt-get install tortoisehg
Estou usando o Ubuntu 11.04 e estou tentando instalar o TortoiseHg. Eu apliquei o PPA do site do TortoiseHg, para que apt-get
possa realmente encontrá-lo. Mas sempre que eu digito sudo apt-get tortoisehg
, eu entendo isso:
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
Eu entendo o que isso significa: eu preciso instalar o Mercurial 1.8. O problema é que não posso. Se eu tentar sudo apt-get install mercurial
, ele diz que 1.7.5 é a versão mais recente, o que certamente não é .
Então, como convencê-lo a instalar uma versão mais recente do Mercurial?
Eu tentei os comandos de esta resposta para instalar o Mercurial, mas isso não ajudou. Mais uma vez, disse que o Mercurial estava atualizado.
Use o PPA mercurial
apt-add-repository ppa:mercurial-ppa/releases
apt-get update
apt-get install tortoisehg