충족되지 않은 종속성을 제거하는 방법 Debian 7 Wheezy

충족되지 않은 종속성을 제거하는 방법 Debian 7 Wheezy

다른 패키지를 설치하려고 하는데 sudo apt-get -f install. 아래는 내 /etc/apt/sources.list파일입니다.

# 

# deb-src cdrom:[Debian GNU/Linux 7.1.0 _Wheezy_ - Official Multi-architecture i386/amd64/source DVD #1 20130615-23:45]/ wheezy main
# deb cdrom:[Debian GNU/Linux 7.1.0 _Wheezy_ - Official Multi-architecture i386/amd64/source DVD #1 20130615-23:45]/ wheezy main
# 

#deb-src cdrom:[Debian GNU/Linux 7.1.0 _Wheezy_ - Official Multi-architecture i386/amd64/source DVD #1 20130615-23:45]/ wheezy main

#deb cdrom:[Debian GNU/Linux 7.1.0 _Wheezy_ - Official Multi-architecture i386/amd64/source DVD #1 20130615-23:45]/ wheezy main
#deb http://ftp.debian.org/debian/ squeeze main contrib non-free
#deb-src http://ftp.debian.org/debian/ squeeze main contrib non-free
##################
## Debian Stable  ##
##################
# Stable
deb http://http.us.debian.org/debian/ squeeze main contrib non-free
# Stable Sources
deb-src http://http.us.debian.org/debian/ squeeze main contrib non-free

# Security Updates  http://www.debian.org/security/
deb http://security.debian.org/ squeeze/updates main contrib non-free

deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main

# wheezy-updates, previously known as 'volatile'
# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
deb http://ftp.debian.org/debian/ wheezy-updates main
deb-src http://ftp.debian.org/debian/ wheezy-updates main

답변1

에 혼합 wheezy및 전체가 있습니다 . 함께 사용할 수도 있지만 고정을 올바르게 설정해야 합니다.squeezesources.list

아마도 squeeze(oldstable)를 wheezy(현재 안정)로 변경하고 전체 시스템을 stable로 업그레이드해야 할 것입니다. 업그레이드에 대한 문서를 찾을 수 있습니다.여기

관련 정보