다음 패키지에는 충족되지 않은 종속성이 있습니다. 어떻게 해야 합니까?

다음 패키지에는 충족되지 않은 종속성이 있습니다. 어떻게 해야 합니까?
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를 구성하려면)

관련 정보