Mint 18.1 にリングを取り付ける際のパッケージ破損の問題

Mint 18.1 にリングを取り付ける際のパッケージ破損の問題

Linux Mint 18.1 Serenaをインストールしましたが、apt-get install ring動作しません。次を返します。

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 : Depends: libedataserver-1.2-22 (>= 3.17) but it is not installable
        Depends: libqt5core5a (>= 5.6.0~beta) but 5.5.1+dfsg-16ubuntu7.2 is to be installed
        Depends: ring-daemon (= 20161228.1.49686a5~dfsg1-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

ここに画像の説明を入力してください。

次に、次のことを試してください。

apt-get clean & update
aptitude -f install ring
apt-get install ring --fix-broken

ただし、これは問題には役立ちません。それを処理する方法?

出力apt-cache policy ring

ring:
  Installed: (none)
  Candidate: 20161228.1.49686a5~dfsg1-1
  Version table:
     20161228.1.49686a5~dfsg1-1 500
        500 https://dl.ring.cx/ring-nightly/ubuntu_16.10 ring/main amd64 Packages

sudo aptitude:

ここに画像の説明を入力してください。

ベストアンサー1

~から今回の発表「Linux Mint 18.1はUbuntuベースで2021年までサポートされています。16.04LTS"。

コマンドの結果と判断すると、apt-cache policy ringパッケージはringUbuntu用にビルドされました。16.10。もしそうなら、ringシステムにいくつかの依存関係がありません(または利用可能ですが、予想されるバージョンにはありません)ことは驚くべきことではありません。

解決策はringUbuntu 16.04をインストールすることです。https://dl.ring.cx/ring-nightly/ubuntu_16.10次に、変更して設定したリングストアを変更する必要があります。https://dl.ring.cx/ring-nightly/ubuntu_16.04

おすすめ記事