패키지를 설치하는 동안 오류가 발생했습니다.

패키지를 설치하는 동안 오류가 발생했습니다.

패키지를 설치하려고 할 때 문제가 있습니다 python-pycurl.

root@edx:/var/tmp/configuration-master/playbooks# apt-get install python-pycurl
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
  libcurl4-gnutls-dev python-pycurl-dbg
The following NEW packages will be installed:
  python-pycurl
0 upgraded, 1 newly installed, 0 to remove and 179 not upgraded.
Need to get 0 B/62.3 kB of archives.
After this operation, 233 kB of additional disk space will be used.
debconf: delaying package configuration, since apt-utils is not installed
dpkg: error processing /var/cache/apt/archives/python-pycurl_7.19.3.1-1_amd64.deb (--unpack):
 parse error, in file '/var/lib/dpkg/tmp.ci/control' near line 7 package 'python-pycurl':
 `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-pycurl_7.19.3.1-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

문제가 어디에 있는지 모르겠습니다 /etc/apt/source.list. 제 파일 은 다음과 같습니다.

deb http://security.debian.org/ squeeze/updates main contrib
deb-src http://security.debian.org/ squeeze/updates main non-free

#mirrors
deb http://mirrors.kernel.org/debian/ unstable main contrib non-free
deb-src http://mirrors.kernel.org/debian/ unstable main contrib non-free  

# Base repository
deb http://ftp.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.debian.org/debian/ squeeze main contrib non-free

# Stable updates
deb http://ftp.debian.org/debian/ squeeze-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ squeeze-updates main contrib non-free

누구든지 어떤 아이디어가 있습니까?

답변1

문제는 포장이 깨졌네요. 불안정한 저장소를 활성화했습니다. "불안정"이라고 불리는 데는 이유가 있습니다.

관련 정보