GNU/Linux >> Linux Esercitazione >  >> Ubuntu

Come risolvere i problemi di dipendenza in Ubuntu 16.04?

Sto cercando di installare Ring e ho riscontrato problemi di dipendenza. Non ho idea di come risolvere questo problema. Avresti qualche idea su come affrontare questo problema? Ho tentato sudo apt-get update , sudo apt-get autoremove e sudo apt-get -f install ma niente sembrava aiutare.

>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.

Risposta accettata:

Apri il terminale e digita i seguenti comandi:

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

Leggi l'output e conferma, quindi scegli downgrade pacchetto .


Ubuntu
  1. Come installare Docker su Ubuntu 18.04

  2. Come installare Apache su Ubuntu 18.04

  3. Come installare MariaDB 10.4 su Ubuntu 18.04

  4. Come installare MongoDB su Ubuntu 18.04

  5. Come installare Jenkins su Ubuntu 18.04

Come installare Tomcat 8.5 su Ubuntu 18.04

Come installare Asterisk su Ubuntu 18.04

Come installare Tomcat 9 su Ubuntu 18.04

Come installare Webmin su Ubuntu 18.04

Come installare Kodi su Ubuntu 18.04

Come installare Memcached su Ubuntu 18.04