web-dev-qa-db-ja.com

すぐに-満たされていない依存関係と壊れたパッケージを示す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

助けてください ?

3
Mahbub

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

私はdpkgの内部動作にあまり精通していませんが、それがpython-pygameを自動的にプルしなかったのは奇妙だと思います。

1
Chuck R