
Ich erhalte diesen Fehler seit einigen Tagen, wenn ich ein Paket aus dem Software Center installiere. Ich habe versucht, die Statusdatei durch eine der Backup-Statusdateien in /var/backups/ zu ersetzen, erhalte aber immer noch denselben Fehler.
dpkg: parse error, in file '/var/lib/dpkg/status' near line 114 package 'python-pkg-resources':
`Depends' field, invalid package name `python:any': character `:' not allowed (only letters, digits and characters `-+._')
Aufgrund mangelnder Reputation konnte ich den Screenshot nicht hochladen, aber unten habe ich die Zeilen so nummeriert, wie sie in der Statusdatei stehen.
104.Package: python-pkg-resources
105.Status: install ok installed
106.Priority: optional
107.Section: python
108.Installed-Size: 182
109.Maintainer: Ubuntu Developers <[email protected]>
110.Architecture: all
111.Source: python-setuptools
112.Version: 3.3-1ubuntu1
113.Provides: python2.7-setuptools
114.Depends: python:any (>= 2.7), python:any (<< 2.8)
115.Suggests: python-distribute, python-distribute-doc
116.Conflicts: python-setuptools (<< 0.6c8-3)
117.Description: Package Discovery and Resource Access using pkg_resources
118.The pkg_resources module provides an API for Python libraries to
119.access their resource files, and for extensible applications and
120.frameworks to automatically discover plugins. It also provides
121.runtime support for using C extensions that are inside zipfile-format
Ich kann Pakete aus der Quelle installieren, aber jedes Mal, wenn ich versuche, Pakete aus dem Software Center oder Synaptic Package Manager zu installieren, erhalte ich diese Fehlermeldung:
There seems to be a programming error in aptdaemon, the software that allows you to install/remove software and to perform other package management related tasks.