Debianでパッケージをインストールまたは削除できません。問題を修正するためにapt-get -f install
と入力すると、次のエラーが発生します。
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
libgmp3c2 libpython2.6 libssl-dev python-gnupginterface python2.6-dev zlib1g-dev
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
python-pkg-resources python-setuptools
Suggested packages:
python-distribute-doc
The following packages will be upgraded:
python-pkg-resources python-setuptools
2 upgraded, 0 newly installed, 0 to remove and 190 not upgraded.
1 not fully installed or removed.
Need to get 0 B/323 kB of archives.
After this operation, 989 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Reading changelogs... Done
dpkg: error processing /var/cache/apt/archives/python-setuptools_3.4.1-1_all.deb (--unpack):
parse error, in file '/var/lib/dpkg/tmp.ci/control' near line 6 package 'python-setuptools':
`Depends' field, invalid package name `python:any': character `:' not allowed (only letters, digits and characters `-+._')
dpkg: error processing /var/cache/apt/archives/python-pkg-resources_3.4.1-1_all.deb (--unpack):
parse error, in file '/var/lib/dpkg/tmp.ci/control' near line 7 package 'python-pkg-resources':
`Depends' field, invalid package name `python:any': character `:' not allowed (only letters, digits and characters `-+._')
Errors were encountered while processing:
/var/cache/apt/archives/python-setuptools_3.4.1-1_all.deb
/var/cache/apt/archives/python-pkg-resources_3.4.1-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
たくさん検索しましたが、この問題を解決できません。
次の3つのパッケージを同じバージョンに更新するまで、同じ問題に直面しました:dpkg
、dpkg-dev
、libdpkg-Perl
その前は、バージョン1.15と1.16を組み合わせていました。 3つのパッケージすべてを1.17に更新しました。