dpkg: error: parsing file '/var/lib/dpkg/status' near line 41363 package 'openstack-dashboard':
'Depends' field, missing architecture name, or garbage where architecture name expected
E: Sub-process /usr/bin/dpkg returned an error code (2)
Status of /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)
答案1
那里可能可能是包本身有错误,但这种情况不太可能发生。
卸载并清除包:
sudo apt-get remove --purge openstack-dashboard
然后运行:
sudo apt-get autoclean
sudo apt-get check
然后尝试通过以下方式再次安装
sudo apt-get install openstack-dashboard