Ubuntu 11.10을 사용하고 여기 에 언급 된 지침에 따라 Rabbit VCS를 설치하고 있습니다.
나는 제대로 PPA를 추가했던 sudo apt-get update
및 달렸다
sudo apt-get install rabbitvcs-core rabbitvcs-nautilus rabbitvcs-thunar rabbitvcs-gedit rabbitvcs-cli
의존성 문제가 있었고 조금 봤는데 우분투의 기본 파일 관리자 인 노틸러스에만 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.
이 문제를 어떻게 해결합니까?