GNU/Linux >> Linux の 問題 >  >> Ubuntu

Ubuntu 16.04で依存関係の問題を修正する方法は?

Ringをインストールしようとしていますが、依存関係の問題が発生しました。これを修正する方法がわかりません。この問題に取り組む方法について何かアイデアはありますか? sudo apt-get updateを試しました 、sudo apt-get autoremove およびsudo apt-get -f install しかし、何も役に立たなかったようです。

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

承認された回答:

ターミナルを開き、次のコマンドを入力します。

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

出力を読んで確認し、パッケージのダウングレードを選択します 。


Ubuntu
  1. Ubuntu18.04にDockerをインストールする方法

  2. Ubuntu18.04にApacheをインストールする方法

  3. Ubuntu18.04にMariaDB10.4をインストールする方法

  1. Ubuntu18.04にMongoDBをインストールする方法

  2. Ubuntu18.04にJenkinsをインストールする方法

  3. Ubuntu20.04にClickHouseをインストールする方法

  1. Ubuntu20.04にKVMをインストールする方法

  2. UbuntuにWebminをインストールする方法

  3. Ubuntu20.04にPuppetをインストールする方法