Ubuntu 11.04を使用していますが、TortoiseHgをインストールしようとしています。TortoiseHgのWebサイトから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
これが何を意味するのか理解しました。Mercurial1.8をインストールする必要があります。問題は、私ができないことです。私が試した場合sudo apt-get install mercurial
、それは1.7.5が最新バージョンであると言っていますが、確かにそうではありません。
では、どうすればMercurialの最新バージョンをインストールするように説得できますか?
Mercurialをインストールするために、この回答のコマンドを試しましたが、それは役に立ちませんでした。Mercurialは最新の状態であると再度述べました。