次のパッケージには満たされていない依存関係があります。どうすればよいでしょうか?

次のパッケージには満たされていない依存関係があります。どうすればよいでしょうか?
packages have unmet dependencies:
openstack-dashboard : Depends: python: (>= 2.7.1-0ubuntu2) but it is not installable
                   Recommends: openstack-dashboard-ubuntu-theme but it is not installed

/var/lib/dpkg/status のステータス

Package: openstack-dashboard
Status: install ok half-configured
Priority: extra
Section: net
Installed-Size: 15121
Maintainer: Chuck Short <[email protected]>
Architecture: all
Source: horizon
Version: 1:2014.2-0ubuntu1~cloud0
Config-Version: 1:2014.2-0ubuntu1~cloud0
Depends: adduser, apache2 | httpd, libapache2-mod-wsgi (>= 2.3), python-django-    horizon (= 1:2014.2-0ubuntu1~cloud0), python: (>= 2.7.1-0ubuntu2)
Pre-Depends: dpkg (>= 1.15.7.2)
Recommends: openstack-dashboard-ubuntu-theme

答え1

次のコマンドを試してください

sudo apt-get -f install(不足している依存関係をインストールするため)

sudo dpkg --configure -a(dpkg を設定するには)

関連情報