dpkg: 구문 분석 오류

dpkg: 구문 분석 오류

소프트웨어 센터에서 패키지를 설치하는 동안 지난 며칠 동안 이 오류가 발생했습니다. 상태 파일을 /var/backups/에 있는 백업 상태 파일로 바꾸려고 했지만 여전히 동일한 오류가 발생합니다.

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 `-+._')

평판이 낮아서 스크린샷을 업로드할 수 없었지만 아래에는 상태 파일에 있는 대로 줄 번호를 매겼습니다.

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

소스에서 패키지를 설치할 수 있지만 소프트웨어 센터나 시냅틱 패키지 관리자에서 패키지를 설치하려고 할 때마다 다음 오류가 발생합니다.

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.

관련 정보