Próbuję zainstalować git Debian 8.6 Jessie
i napotkałem pewne problemy z zależnościami. Dziwne jest to, że nie miałem żadnych problemów, kiedy ostatnio instalowałem Git
na maszynie wirtualnej, kiedy przyzwyczajałem się do Linuksa.
apt-get install git
Wyniki w :
The following packages have unmet dependencies:
git : Depends: liberror-perl but is not installable
Recommends: rsync but it is not installable
E: Unable to correct problems, you have held broken packages.
AKTUALIZACJA
mój sources.list
Wygląda na problem z moim systemem. Nie mogę już poprawnie niczego zainstalować. Występują problemy z zależnością podczas instalowania rzeczy, Pulseaudio
które wcześniej pomyślnie zainstalowałem kilka dni temu.
apt-get dist-upgrade && apt-get install git
cat /etc/apt/sources.list
sudo apt -f install
lubsudo aptitude -f
.