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)に変更し、システム全体をstableにアップグレードする必要があります。アップグレードに関するドキュメントを見つけることができます。ここ

おすすめ記事