web-dev-qa-db-fra.com

Ubuntu 14.04 git install problem

après Sudo apt-get install git:

Certains paquets n'ont pas pu être installés. Cela peut signifier que vous avez demandé une situation impossible ou, si vous utilisez la distribution unstable, que certains packages requis n'ont pas encore été créés ou ont été déplacés de Incoming.

Les informations suivantes peuvent aider à résoudre le problème:

The following packages have unmet dependencies:
 git : Depends: liberror-Perl but it is not installable
E: Unable to correct problems, you have held broken packages.

après Sudo apt-get install liberror-Perl:

Package liberror-Perl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'liberror-Perl' has no installation candidate
9
PoorPhil

essayer

Sudo apt-get update  
Sudo apt-get upgrade
Sudo apt-get install -f 

rencontrer des dépendances

12
Back.Slash