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
パッケージはring
Ubuntu用にビルドされました。16.10。もしそうなら、ring
システムにいくつかの依存関係がありません(または利用可能ですが、予想されるバージョンにはありません)ことは驚くべきことではありません。
解決策はring
Ubuntu 16.04をインストールすることです。https://dl.ring.cx/ring-nightly/ubuntu_16.10
次に、変更して設定したリングストアを変更する必要があります。https://dl.ring.cx/ring-nightly/ubuntu_16.04
答え2
apt-getを使用してパッケージをインストールするときに同様の問題が発生しました。才能に頼ってください
sudo aptutude
次に、パッケージを検索(「/」入力)してインストールしてみてください。インストールや依存関係に問題がある場合、aptitudeはより多くのソリューションを提供することがよくあります。