2

I'm trying to install Ring and have run into dependency problems. I have no idea how to fix this. Would you have any ideas about how to approach this problem? I have attempted sudo apt-get update, sudo apt-get autoremove and sudo apt-get -f install but nothing seemed to help.

>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.
David Foerster
  • 35,754
  • 55
  • 92
  • 145
d3pd
  • 3,631
  • 12
  • 46
  • 73
  • http://askubuntu.com/questions/765518/ubuntu-16-04-broken-packages-after-fresh-install, I think it is duplicated. – al0s May 13 '16 at 12:55
  • First you try to upgrade your whole system, if you were getting that same error then do a reboot and try –  May 13 '16 at 12:57
  • It is all about servers. Changing it will solve your problem. – al0s May 13 '16 at 13:00
  • What's the output of `apt-cache policy ring-gnome libebook-1.2-16 libqt5core5a`? – David Foerster May 14 '16 at 08:39
  • It is %90 about package servers!!! I wrote how to change it a little bit down, but you give me minus. – al0s May 14 '16 at 08:59
  • What is the output of `cat /etc/apt/sources.list.d/ring-nightly-main.list`? – Behrang Nov 09 '18 at 12:17
  • 1
    Does this answer your question? [Unable to correct problems, you have held broken packages](https://askubuntu.com/questions/223237/unable-to-correct-problems-you-have-held-broken-packages) – rusty Feb 05 '23 at 07:05

1 Answers1

0

Open the terminal and type the following commands:

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

Read the output and confirm then choose Downgrade package.

GAD3R
  • 2,821
  • 1
  • 18
  • 30