Pokud chceš zkoušet novější verze programů z unstable (sid) a experimental repozitářů, nemá fakt smysl stavět na stable systému. Stable je tu od toho, aby byl opravdu stabilní (nejen co se týče případných pádů, ale i co se týče verzí programů), na nějaké experimentování IMHO není určený.
Přejdi na testing, u toho nebývají s mixováním výraznější problémy...
Samozřejmě, pokud chceš kamkoliv instalovat něco z experimentalu, tak musíš mít připojené i unstable repozitáře, antož experimental není vydání celého systému, ale pouze "pár" balíčků, které si tahají závislosti právě z unstable, nebo občas i z toho testingu. Máš unstable v
/etc/apt/sources.list? Možná byly ty
problémy právě kvůli tomu...
Pro inspiraci (netvrdím, že to je stoprocentně neprůstřelná konfigurace, nicméně používám ji (v tomto duchu) bez problémů už od doby, co vznikl lenny jako testing):
APT::Cache-Limit 50000000;
APT::Default-Release "testing";
APT::Get::Show-Upgraded "true";
APT::Get::Show-Versions "true";
APT::Install-Recommends "false";
Aptitude::Recommends-Important "false";
Package: *
Pin: release a=stable
Pin-Priority: -1
Package: *
Pin: release a=lenny
Pin-Priority: -1
Package: *
Pin: release a=testing
Pin-Priority: 600
Package: *
Pin: release a=squeeze
Pin-Priority: 600
Package: *
Pin: release a=unstable
Pin-Priority: 200
Package: *
Pin: release a=sid
Pin-Priority: 200
Package: *
Pin: release a=experimental
Pin-Priority: 1
#
##########[etch]################################################################
#deb http://ftp.cz.debian.org/debian/ etch main non-free contrib
#deb-src http://ftp.cz.debian.org/debian/ etch main non-free contrib
#deb http://security.debian.org/ etch/updates main non-free contrib
#deb-src http://security.debian.org/ etch/updates main non-free contrib
################################################################################
#
##########[lenny]###############################################################
#deb http://ftp.cz.debian.org/debian/ lenny main non-free contrib
#deb-src http://ftp.cz.debian.org/debian/ lenny main non-free contrib
#deb http://security.debian.org/ lenny/updates main non-free contrib
#deb-src http://security.debian.org/ lenny/updates main non-free contrib
#deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
#deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
################################################################################
#
##########[squeeze]#############################################################
deb http://ftp.cz.debian.org/debian/ squeeze main non-free contrib
deb-src http://ftp.cz.debian.org/debian/ squeeze main non-free contrib
deb http://security.debian.org/ squeeze/updates main non-free contrib
deb-src http://security.debian.org/ squeeze/updates main non-free contrib
################################################################################
#
##########[sid]#################################################################
deb http://ftp.cz.debian.org/debian/ sid main non-free contrib
deb-src http://ftp.cz.debian.org/debian/ sid main non-free contrib
################################################################################
#
##########[experimental]########################################################
deb http://ftp.cz.debian.org/debian/ experimental main non-free contrib
deb-src http://ftp.cz.debian.org/debian/ experimental main non-free contrib
################################################################################
#
################################################################################
#
##########[Debian Multimedia Packages]##########################################
########## apt-get install debian-multimedia-keyring
#deb http://www.debian-multimedia.org etch main
#deb-src http://www.debian-multimedia.org etch main
#deb http://www.debian-multimedia.org lenny main
#deb-src http://www.debian-multimedia.org lenny main
deb http://www.debian-multimedia.org squeeze main
deb-src http://www.debian-multimedia.org squeeze main
deb http://www.debian-multimedia.org sid main
deb-src http://www.debian-multimedia.org sid main
#deb http://www.debian-multimedia.org experimental main
#deb-src http://www.debian-multimedia.org experimental main
################################################################################
#
#
##########[webmin]##############################################################
########## http://www.webmin.com/jcameron-key.asc
deb http://download.webmin.com/download/repository sarge contrib
################################################################################
#
##########[opera]###############################################################
########## gpg --keyserver subkeys.pgp.net --recv-key 6A423791
########## gpg --fingerprint 6A423791
########## gpg --armor --export 6A423791| apt-key add -
deb http://deb.opera.com/opera lenny non-free
deb http://deb.opera.com/opera sid non-free
################################################################################
#
##########[virtualbox]##########################################################
########## http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc
#deb http://download.virtualbox.org/virtualbox/debian etch non-free
deb http://download.virtualbox.org/virtualbox/debian lenny non-free
################################################################################
#
##########[WineHQ - Debian 4.0 "Etch"]##########################################
#deb http://wine.budgetdedicated.com/apt etch main
#deb-src http://wine.budgetdedicated.com/apt etch main
################################################################################
#
##########[google]##############################################################
########## http://www.google.com/linuxrepositories/
########## http://www.google.com/linuxrepositories/apt.html
##########(https://dl-ssl.google.com/linux/linux_signing_key.pub)###############
#deb http://dl.google.com/linux/deb/ testing non-free
################################################################################
#
##########[Open Metaverse Viewer (The 3D Metaverse for Linux)]##################
########## gpg --keyserver hkp://subkeys.pgp.net --recv-key 0x3b7ee764
########## gpg --export 0x3b7ee764 >robin.gpg
########## su -c "cat robin.gpg | apt-key add -"
# Stable release:
deb http://apt.byteme.org.uk unstable main
deb-src http://apt.byteme.org.uk unstable main
# Release candidate:
deb http://apt.byteme.org.uk experimental main
deb-src http://apt.byteme.org.uk experimental main
################################################################################