konflikt wersji pidgin i pidgin-data

1

Mój obecny system operacyjny to debian wheezy.

spróbuj zainstalować pidgin za pomocą

sudo apt-get update
sudo apt-get install pidgin

ale wersja pidgin-datanie pasuje

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:
 pidgin : Depends: pidgin-data (< 2.10.6-z) but 2.10.7-2 is to be installed
E: Unable to correct problems, you have held broken packages.

Jak zainstalować pidgin?

Z góry dziękuję!


edycja : oto mój source.list

~$ cat /etc/apt/source.list

#deb http://mirrors.kernel.org/debian/ squeeze main
# Line commented out by installer because it failed to verify:
#deb-src http://mirrors.kernel.org/debian/ squeeze main
deb http://ftp.fr.debian.org/debian/ wheezy main non-free contrib

tutaj jest informacja o instalacji pakietu

~$ apt-cache policy pidgin pidgin-data

pidgin:
  Installed: (none)
  Candidate: 2.10.6-3 
  Version table:
     2.10.6-3 0
        500 http://ftp.fr.debian.org/debian/ wheezy/main amd64 Packages
pidgin-data:
  Installed: 2.10.7-2
  Candidate: 2.10.7-2
  Version table:
 *** 2.10.7-2 0
        100 /var/lib/dpkg/status
     2.10.6-3 0
        500 http://ftp.fr.debian.org/debian/ wheezy/main amd64 Packages

inne pakiety źródłowe source.list.dzostały skomentowane

Teifi
źródło
Czy masz plik pakietu innego niż Debian w pliku apt sources?
EightBitTony
@EightBitTony deb http://ftp.fr.debian.org/debian/ wheezy main non-free contribto moje jedyne źródło pakietów.
Teifi
I coś w środku /etc/apt/sources.list.d/?
EightBitTony
1
@Teifi Należy użyć, apt-cache policy pidgin pidgin-dataaby określić, z którego pakietu są instalowane.
Lekensteyn
@Lekensteyn zaktualizowane, pidgin pidgin-databyły z tego samego źródła
Teifi

Odpowiedzi:

0

Spróbuj zainstalować z aptitude . Jego obsługa zależności może dawać inne wyniki niż apt-get .

debil
źródło