Ubuntu 11.10を使用しており、ここに記載されている手順に従ってRabbit VCSをインストールしています。
私はPPAを適切に追加し、sudo apt-get update
実行して実行しました
sudo apt-get install rabbitvcs-core rabbitvcs-nautilus rabbitvcs-thunar rabbitvcs-gedit rabbitvcs-cli
依存関係の問題があり、少しググると、UbuntuのデフォルトのファイルマネージャーであるnautilusのみにRabbitVCSをインストールする必要があることがわかりました。
したがってrabbitvcs-core
、rabbitvcs-gedit
と、のインストールコマンドを別々に実行しましたrabbitvcs-cli
。私の理解では、これらは適切にインストールされています。
しかし、のインストールコマンドを実行してrabbitvcs-nautilus
も、依存関係の問題が発生します。
ranhiru@ranhiru-HP-HDX16-NoteBook-PC:~$ sudo apt-get install rabbitvcs-nautilus
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:
rabbitvcs-nautilus : Depends: nautilus (< 1:3.0~) but 1:3.2.1-0ubuntu2 is to be installed
Depends: python-nautilus (< 1.0~) but 1.0-0ubuntu2 is to be installed
E: Unable to correct problems, you have held broken packages.
どうすれば解決できますか?