満たされていない依存関係と壊れたパッケージを表示する quickly-ubuntu テンプレート

満たされていない依存関係と壊れたパッケージを表示する quickly-ubuntu テンプレート

以下を使用してインストールしようとしましたquickly-ubuntu-template:

sudo apt-get install quickly-ubuntu-template

返された結果は次のとおりです:

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:
 quickly-ubuntu-template : Depends: python-pygame but it is not going to be installed
E: Broken packages

助けてください ?

答え1

sudo apt-get install quickly-ubuntu-template python-pygame

私は dpkg の内部動作にあまり詳しくありませんが、python-pygame が自動的に取り込まれなかったのは奇妙だと思います。

関連情報