GNU/Linux >> Tutoriels Linux >  >> Ubuntu

Comment résoudre les problèmes de dépendance dans Ubuntu 16.04 ?

J'essaie d'installer Ring et j'ai rencontré des problèmes de dépendance. Je n'ai aucune idée de comment résoudre ce problème. Auriez-vous des idées sur la façon d'aborder ce problème? J'ai essayé sudo apt-get update , sudo apt-get autoremove et sudo apt-get -f install mais rien n'a semblé aider.

>sudo apt-get install ring-gnome
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:
 ring-gnome : Depends: libebook-1.2-16 (>= 3.17) but 3.16.5-1ubuntu3 is to be installed
              Depends: libebook-contacts-1.2-2 (>= 3.16.2) but it is not installable
              Depends: libedataserver-1.2-21 (>= 3.17) but it is not installable
              Depends: libqt5core5a (>= 5.5.1) but 5.4.2+dfsg-2ubuntu9 is to be installed
              Depends: ring-daemon but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Réponse acceptée :

Ouvrez le terminal et tapez les commandes suivantes :

sudo apt-get install aptitude
sudo aptitude -f install ring-gnome

Lisez la sortie et confirmez puis choisissez Package de rétrogradation .


Ubuntu
  1. Comment installer Docker sur Ubuntu 18.04

  2. Comment installer Apache sur Ubuntu 18.04

  3. Comment installer MariaDB 10.4 sur Ubuntu 18.04

  4. Comment installer MongoDB sur Ubuntu 18.04

  5. Comment installer Jenkins sur Ubuntu 18.04

Comment installer Tomcat 8.5 sur Ubuntu 18.04

Comment installer Asterisk sur Ubuntu 18.04

Comment installer Tomcat 9 sur Ubuntu 18.04

Comment installer Webmin sur Ubuntu 18.04

Comment installer Kodi sur Ubuntu 18.04

Comment installer Memcached sur Ubuntu 18.04