web-dev-qa-db-ja.com

Ubuntu 16.04のPPA:beineriからqt511-meta-fullをインストールできない:qt511docパッケージが存在しません

このPPPA for Ubuntu Xenial(16.04)を追加してqt5.11をインストールした後 https://launchpad.net/~beineri/+archive/ubuntu/opt-qt-5.11.0-xenial と更新apt-get、「qt511-meta-full」パッケージをインストールしようとしたときにこの問題が発生しました(「qt511-meta-minimal」パッケージは問題を示していません):

$ Sudo apt-get install qt511-meta-full 
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:
 qt511-meta-full : Depends: qt511doc:any but it is not installable
E: Unable to correct problems, you have held broken packages.

そしてもちろん、「qt511doc」パッケージ自体は見つかりません。

$ Sudo apt-get install qt511doc
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package qt511doc

どんな助けや修正もありがたいです。ありがとう。

2
s.k

5.11.0の代わりにqt 5.11.1のリポジトリを使用してみてください。

Sudo add-apt-repository ppa:beineri/opt-qt-5.11.1-xenial

クイックルック here は、パッケージが削除されたことを示しています。 this。 のために削除されていない可能性があります。

これについてさらに質問がある場合は、ランチパッドを介してPPAメンテナに提出できます こちら

0
Elder Geek