git 1.8.3.2 で gitk をインストールする

git 1.8.3.2 で gitk をインストールする

インストールできないようですgitk。以下の内容を解読するのを手伝ってくれる人はいますか?

$ git --version
git version 1.8.3.2
$ sudo apt-get install gitk
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:
 gitk : Depends: git (< 1:1.7.9.5-.) but 1:1.8.3.2-0ppa1~precise1 is to be installed
 E: Unable to correct problems, you have held broken packages.

答え1

リポジトリにある gitk パッケージに対して git のバージョンが新しすぎるため、おそらく新しいバージョンの git を手動でインストールしたと考えられます。

git をダウングレードするか、gitk の新しいバージョンを手動でインストールすることができます。

関連情報