Dear my friends, I am new in Debian Lenny. I have installed lenny on my laptop but I can not install any other software with apt-get.
This was my try: === DebbyLenny:/# apt-get install mysql-server Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut Lese Status-Informationen ein... Fertig Probieren Sie »apt-get -f install«, um dies zu korrigieren: Die folgenden Pakete haben nicht erfüllte Abhängigkeiten: amule-utils: Hängt ab: libgd2-xpm (>= 2.0.36~rc1~dfsg) soll aber nicht installiert werden mozilla-plugin-vlc: Hängt ab: vlc-nox (= 0.8.6.h-4+lenny2) soll aber nicht installiert werden mysql-server: Hängt ab: mysql-server-5.1 soll aber nicht installiert werden vlc: Hängt ab: vlc-nox (= 0.8.6.h-4+lenny2) soll aber nicht installiert werden vlc-plugin-arts: Hängt ab: vlc-nox soll aber nicht installiert werden vlc-plugin-esd: Hängt ab: vlc-nox soll aber nicht installiert werden vlc-plugin-ggi: Hängt ab: vlc-nox soll aber nicht installiert werden vlc-plugin-glide: Hängt ab: vlc-nox soll aber nicht installiert werden vlc-plugin-jack: Hängt ab: vlc-nox (= 0.8.6.h-4+lenny2) soll aber nicht installiert werden vlc-plugin-sdl: Hängt ab: vlc-nox soll aber nicht installiert werden vlc-plugin-svgalib: Hängt ab: vlc-nox (= 0.8.6.h-4+lenny2) soll aber nicht installiert werden E: Nicht erfüllte Abhängigkeiten. Versuchen Sie »apt-get -f install« ohne jegliche Pakete (oder geben Sie eine Lösung an). DebbyLenny:/# ==== Why does my apt-get behaves like that? Why Can I not download and install any single software automatically. That dependancy problem always appears like that even I've defined complete enough apt.sources. Whatever software I want to install the same error message will always appears. Please tell me why. Thank you very much in advance. === This is my apt-sources. $ cat /etc/apt/sources.list # # deb cdrom:[Debian GNU/Linux 5.0.0 _Lenny_ - Official i386 DVD Binary-1 20090214-16:54]/ lenny contrib main deb cdrom:[Debian GNU/Linux 5.0.0 _Lenny_ - Official i386 DVD Binary-1 20090214-16:54]/ lenny contrib main # Line commented out by installer because it failed to verify: #deb http://security.debian.org/ lenny/updates main contrib # Line commented out by installer because it failed to verify: #deb-src http://security.debian.org/ lenny/updates main contrib # Line commented out by installer because it failed to verify: #deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib # Line commented out by installer because it failed to verify: #deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib #Afulinux deb http://www.afulinux.de/debian lenny all deb-src http://www.afulinux.de/debian lenny all #deb http://www.afulinux.de/debian lenny ax25start linkt #deb-src http://www.afulinux.de/debian lenny ax25start linkt deb http://debian.wgdd.de/debian stable main contrib non-free deb-src http://debian.wgdd.de/debian stable main contrib non-free deb http://debian.wgdd.de/debian lenny main contrib non-free deb-src http://debian.wgdd.de/debian lenny main contrib non-free deb http://debian.wgdd.de/debian sid main contrib non-free deb-src http://debian.wgdd.de/debian sid main contrib non-free deb-src http://debian.wgdd.de/debian unstable main contrib non-free deb http://apt.steve.org.uk/lenny lenny main non-free contrib deb-src http://apt.steve.org.uk/lenny lenny main non-free contrib deb http://packages.dotdeb.org stable all deb http://ftp.us.debian.org/debian/ lenny main contrib non-free deb-src http://ftp.us.debian.org/debian/ lenny main contrib non-free deb http://ftp.debian.org/debian/ lenny main contrib non-free deb-src http://ftp.debian.org/debian/ lenny main contrib non-free deb http://security.debian.org/ lenny/updates main contrib deb-src http://security.debian.org/ lenny/updates main contrib #deb http://www.virtualbox.org/debian etch non-free deb http://www.debian-multimedia.org/ lenny main deb-src http://www.debian-multimedia.org/ lenny main # Repositorios de Musix GNU+Linux /etc/apt/sources.list deb ftp://musix.ourproject.org/pub/musix/deb/ ./ # Musix-testing deb ftp://musix.ourproject.org/pub/musix/deb-testing/ ./ #deb http://ftp.debian.org/debian/ experimental main non-free contrib #deb-src http://ftp.debian.org/debian/ experimental main non-free contrib ############################################################### ## INGALEX DEBIAN LENNY 5.0 REPOSITORY SOURCES.LIST ## ############################################################### ## TOTAL:54 REPOSITORY # http://www.ingalex.helloweb.eu ## ############################################################### ## LAST UPDATE: 10/04/2009 ## ############################################################### ## ## ## ITA - Avvertenze: usate questa lista a vostro rischio e ## ## pericolo ## ## Fate attenzione ai repository che attivate perche' ## ## ci sono molti repository con pacchetti in versioni non ## ## stabili. Non mi ritengo responsabile di eventuali danni ## ## alla vostra distribuzione dovuti ad un uso scriteriato ## ## della presente lista. Consiglio di effettuare ## ## l'aggiornamento del sistema solo con repository di ## ## pacchetti stabili e di usare ## ## gli altri per installare software non presenti nei ## ## repository ufficiali. ## ## ## ############################################################### ## ## ## ENG - Warning: use this list at your own risk. ## ## Pay attention to what repositories do you activate because## ## there are many packages in the repositories with no stable## ## versions. I am not responsible for any damage to your ## ## distribution due to an empty-headed use of this list. ## ## I recommend to upgrade your system only with repositories ## ## containing stable version of packages and use the other ## ## to install software which is not present in Official ## ## repositories. ## ## ## ############################################################### ## ITA - Per autentificare i repository aprite un terminale ed eseguite: sudo apt-get update 2> /tmp/keymissing; for key in $(grep "NO_PUBKEY" /tmp/keymissing |sed "s/.*NO_PUBKEY //"); do echo -e "\nProcessing key: $key"; gpg --keyserver subkeys.pgp.net --recv $key && gpg --export --armor $key | sudo apt-key add -; done ## Poi aggiornate nuovamente l'indice dei pacchetti contenuti nei repository con: sudo apt-get update ## ENG - In order to authenticate missing keys you have to open a terminal and run: sudo apt-get update 2> /tmp/keymissing; for key in $(grep "NO_PUBKEY" /tmp/keymissing |sed "s/.*NO_PUBKEY //"); do echo -e "\nProcessing key: $key"; gpg --keyserver subkeys.pgp.net --recv $key && gpg --export --armor $key | sudo apt-key add -; done ## Then you have to update index of packages which are contained in repositories by: sudo apt-get update ## 1 - INGALEX REPOSITORY #deb http://www.sourceslist.netsons.org/repository/debian/lenny/ binary/ ## 2 - Official Lenny #deb http://http.us.debian.org/debian/ testing main contrib non-free #deb-src http://http.us.debian.org/debian/ testing main contrib non-free #deb http://http.us.debian.org/debian/ testing-proposed-updates main contrib non-free #deb-src http://http.us.debian.org/debian/ testing-proposed-updates main contrib non-free deb http://http.us.debian.org/debian/ lenny main contrib non-free deb-src http://http.us.debian.org/debian/ lenny main contrib non-free #deb http://http.us.debian.org/debian/ lenny-proposed-updates main contrib non-free #deb-src http://http.us.debian.org/debian/ lenny-proposed-updates main contrib non-free ## 3 - Italian Mirror deb ftp://ftp.it.debian.org/debian/ testing main contrib non-free deb-src ftp://ftp.it.debian.org/debian/ testing main contrib non-free deb ftp://ftp.it.debian.org/debian/ testing-proposed-updates main contrib non-free #deb-src ftp://ftp.it.debian.org/debian/ testing-proposed-updates main contrib non-free deb ftp://ftp.it.debian.org/debian/ lenny main contrib non-free deb-src ftp://ftp.it.debian.org/debian/ lenny main contrib non-free deb ftp://ftp.it.debian.org/debian/ lenny-proposed-updates main contrib non-free deb-src ftp://ftp.it.debian.org/debian/ lenny-proposed-updates main contrib non-free ## 4 - Security Updates Stable #deb http://security.debian.org/ testing/updates main contrib non-free #deb http://security.debian.org/ lenny/updates main contrib non-free ## 5 - Lenny and a Half http://wiki.debian.org/EtchAndAHalf #deb ftp://ftp.debian.org/debian lenny-proposed-updates main contrib non-free #deb ftp://ftp.debian.org/debian lenny main contrib non-free ## 6 - Debian Unofficial Repository # For more info visit http://debian-unofficial.org/ # apt-get install debian-unofficial-archive-keyring #deb http://ftp.debian-unofficial.org/debian testing main contrib non-free restricted #deb-src http://ftp.debian-unofficial.org/debian testing main contrib non-free restricted ## 7 - Debian Volatile http://www.debian.org/volatile/ #deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free #deb http://volatile.debian.org/debian-volatile lenny-proposed-updates/volatile main contrib non-free ## 8 - Repository Fastweb ufficiali #deb http://debian.fastweb.it/debian/ lenny main non-free contrib #deb-src http://debian.fastweb.it/debian/ lenny main non-free contrib #deb http://debian.fastweb.it/debian/ lenny-proposed-updates main non-free contrib #deb-src http://debian.fastweb.it/debian/ lenny-proposed-updates main non-free contrib ## 9 - Mirror GARR (sono praticamente equivalenti ai repository Fastweb ufficiali) #deb http://mi.mirror.garr.it/mirrors/debian/ lenny main contrib non-free #deb-src http://mi.mirror.garr.it/mirrors/debian/ lenny main contrib non-free #deb http://mi.mirror.garr.it/mirrors/debian/ lenny-proposed-updates main contrib non-free #deb-src http://mi.mirror.garr.it/mirrors/debian/ lenny-proposed-updates main contrib non-free ## 10 - Wine # Debian Etch (4.0): #sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/etch.list -O #/etc/apt/sources.list.d/winehq.list #deb http://wine.budgetdedicated.com/apt etch main #deb-src http://wine.budgetdedicated.com/apt etch main ## 11 - Debian Stable Backports # For information visit # http://www.backports.org/dokuwiki/doku.php?id=instructions #apt-get install debian-backports-keyring #deb http://www.backports.org/debian etch-backports main contrib non-free ## 12 - The repository for Debian-based LAMP servers # http://www.dotdeb.org/ #deb http://packages.dotdeb.org stable all #deb-src http://packages.dotdeb.org stable all ## 13 - Debian Eee PC http://wiki.debian.org/DebianEeePC/Repository # Testing #deb http://eeepc.debian.net/debian lenny main contrib non-free #deb-src http://eeepc.debian.net/debian lenny main contrib non-free ################## ## Experimental ## ################## ## 14 - Debian experimental #deb http://ftp.debian.org/debian/ experimental main contrib non-free ## 15 - Debian experimental kernels # #deb http://kernel-archive.buildserver.net/debian-kernel/ trunk main ####################### ## Multi-media Repos ## ####################### ## 16 - RareWares/Debian Multi-Media Repository for Unstable # Info http://www.rarewares.org/debian.html #deb http://www.rarewares.org/debian/packages/unstable/ ./ # RareWares/Debian Multi-Media Repository for Unstable - Experimental Staging #deb http://www.rarewares.org/debian/packages/experimental/ ./ ## 17 - VLC's latest packaged version is always in the official Debian unstable branch deb http://download.videolan.org/pub/videolan/debian sid main deb-src http://download.videolan.org/pub/videolan/debian sid main ## 18 - Vlc [nightly builds], add: #/etc/apt/sources.list [/sid-amd64/ for 64-bit]; then: gpg --keyserver #wwwkeys.eu.pgp.net --recv-keys AA5F4DE6 && apt-key add /root/.gnupg/pubring.gpg #deb http://nightlies.videolan.org/build/sid-i386/arch ./ ## 19 - Repository Marillat #deb http://www.debian-multimedia.org lenny main #deb-src http://www.debian-multimedia.org lenny main #deb ftp://ftp.debian-multimedia.org lenny main #deb-src ftp://ftp.debian-multimedia.org lenny main #deb http://www.debian-multimedia.org testing main #deb-src http://www.debian-multimedia.org testing main #deb ftp://ftp.debian-multimedia.org testing main #deb-src ftp://ftp.debian-multimedia.org testing main ## 20 - My Media System http://mymediasystem.org/ #deb http://www.prodeia.de/mms/sid binary/ #deb-src http://www.prodeia.de/mms source/ ## 21 - Tovid http://tovid.wikia.com/wiki/Installing_tovid/Debian #deb http://tovid.sourceforge.net/download/debian unstable contrib #deb-src http://tovid.sourceforge.net/download/debian unstable contrib ## 22 - Freevo # http://doc.freevo.org/FreevoAptDebian #deb http://freevo.sourceforge.net/debian unstable main ## 23 - Cinepaint http://www.cinepaint.org/ #deb http://sidux.net/etorix/i386 ./ # [or /amd64 for 64-bit] ## 24 - Cinerella # http://cinelerra.org/getting_cinelerra.php#apt #x86 Debian packages are built from SVN by Andraz Tori, #To install the package add this line to your sources list: #For i386 processors: # deb http://www.kiberpipa.org/~minmax/cinelerra/builds/sid/ ./ #For Pentium4 processors: # deb http://www.kiberpipa.org/~minmax/cinelerra/builds/pentium4/ ./ #For Athlon processors: # deb http://www.kiberpipa.org/~minmax/cinelerra/builds/athlonxp/ ./ # Apt-source: # deb-src http://www.kiberpipa.org/~minmax/cinelerra/builds/sid/ ./ #AMD64 Debian packages are built from SVN by Valentina Messeri. #To install the package add this line to your sources list: # deb http://giss.tv/~vale/debian64 ./ #Apt-source: # deb-src http://giss.tv/~vale/debian64 ./ #################### ## Debian Testing ## #################### ## 25 - Testing #deb http://ftp.debian.org/debian/ testing main contrib non-free #deb-src http://ftp.debian.org/debian/ testing main contrib non-free ## 26 - Testing Security updates #deb http://security.debian.org/ testing/updates main contrib #deb-src http://security.debian.org/ testing/updates main contrib ## 27 - KDE 4.1 debian backports lenny #deb http://kde4.debian.net/ lenny main ######################## ### EXTERNAL SOURCES ### ######################## ## 29 - Desktops # wget -q http://kernel-archive.buildserver.net/key-2009 -O-|sudo apt-key add - # Debian's XFCE Group http://pkg-xfce.alioth.debian.org/ #deb http://debian.corsac.net unstable/ #deb-src http://debian.corsac.net unstable/ ## 30 - LXDE http://www.lxde.org # Most of LXDE is in the normal Debian Repos #deb http://people.linux.org.tw/~andrew/debian/lxde/ ./ ## 31 - ROX Desktop # For info see: http://rox.sourceforge.net/desktop/node/86 #deb ftp://ftp.berlios.de/pub/rox4debian binary/ ## 32 - Enlightenment E17 # http://xsm.alphagemini.org/E17/repository/index.html #deb http://debian.alphagemini.org/ unstable main # apt-key add archive_key.asc ## Web Browsers # 33 - The Opera Web Browser Official packages. # Etch/Sid packages are available: http://www.opera.com/ ### Example apt source configuration (uncomment the version you want) # Opera Browser - Production release #deb http://deb.opera.com/opera/ stable non-free #deb http://deb.opera.com/opera/ testing non-free #deb http://deb.opera.com/opera/ unstable non-free # Opera Browser - Beta release #deb http://deb.opera.com/opera-beta/ stable non-free #deb http://deb.opera.com/opera-beta/ testing non-free #deb http://deb.opera.com/opera-beta/ unstable non-free ## 34 - swiftfox http://www.getswiftfox.com/index.htm #deb http://getswiftfox.com/builds/debian unstable non-free ### Miscellaneous ### # 35 - moblock, mobloquer http://moblock-deb.sourceforge.net #gpg --keyserver wwwkeys.eu.pgp.net --recv 9072870B #gpg --export --armor 9072870B | sudo apt-key add - #deb http://moblock-deb.sourceforge.net/debian sid main #deb-src http://moblock-deb.sourceforge.net/debian sid main ## 36 - Google software repository http://www.google.com/linuxrepositories/apt.html #(wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - ) # or (gpg --keyserver subkeys.pgp.net --recv A040830F7FAC5991 && gpg --export --armor A040830F7FAC5991 | sudo apt-key add - ) #deb http://dl.google.com/linux/deb/ stable non-free # Google testing repository #deb http://dl.google.com/linux/deb/ testing non-free ## 37 - Official site for latest version of Skype. #deb http://download.skype.com/linux/repos/debian/ stable non-free ## 38 - Second Life apt-get install omvviewer # http://www.byteme.org.uk/secondlife-amd64/apt-get-a-secondlife.html #deb http://apt.byteme.org.uk/apt/ unstable main #deb-src http://apt.byteme.org.uk/apt/ unstable main # Testing versions #deb http://apt.byteme.org.uk experimental main #deb-src http://apt.byteme.org.uk experimental main ## 39 - repository beryl #deb http://debian.beryl-project.org/ etch main #deb-src http://debian.beryl-project.org/ etch main ## 40 - Obex (librerie obex collegamento cellulare e pc) #deb http://themind.altervista.org/debian unstable main #deb-src http://themind.altervista.org/debian unstable main ## 41 - SUNSITE #deb ftp://sunsite.cnlab-switch.ch/mirror/debian/ unstable main contrib non-free #deb-src ftp://sunsite.cnlab-switch.ch/mirror/debian/ unstable main contrib non-free ## 42 - Openwengo #deb http://pkg-voip.buildserver.net/debian etch main ## 43 - Repository non ufficiale di Michael Hanke: contiene # arno-iptables-firewall (lo script di gestione di iptables) #deb http://apsy.gse.uni-magdeburg.de/debian lenny main #deb-src http://apsy.gse.uni-magdeburg.de/debian lenny main ## 44 - Tor + Privoxy #deb http://mirror.noreply.org/pub/tor lenny main #deb-src http://mirror.noreply.org/pub/tor lenny main ## 45 - Compiz-Fusion Repository ### #deb http://download.tuxfamily.org/osrdebian unstable compiz-fusion-git #deb-src http://download.tuxfamily.org/osrdebian unstable compiz-fusion-git ## 46 - Java LG3D Looking Glass ### #deb http://javadesktop.org/lg3d/debian unstable contrib #deb http://javadesktop.org/lg3d/debian testing contrib #deb http://javadesktop.org/lg3d/debian stable contrib ## 47 - Java 6 JRE/SDK (From Official Debian Repository) ### #deb http://ftp.bononia.it/debian unstable main contrib non-free #deb http://ftp.bononia.it/debian lenny main contrib non-free #deb http://ftp.bononia.it/debian lenny-proposed-updates main contrib non-free #deb http://ftp.bononia.it/debian testing main contrib non-free #deb http://ftp.bononia.it/debian testing-proposed-updates main contrib non-free ## 48 - Emesene - GTK Msn Client SVN Repository #deb http://apt.emesene.org/ ./ ## 49 - Bluetooth Gnome #deb http://download.tuxfamily.org/osrdebian testing gnome-bluetooth #deb-src http://download.tuxfamily.org/osrdebian testing gnome-bluetooth ## 50 - eMoviX #deb http://organact.mine.nu/debian/ etch/ ## 51 - WxWidget Repository #deb http://apt.tt-solutions.com/debian/ etch main ## 52 - AWN - Avant window Navigator Dock #deb http://download.tuxfamily.org/deb4gilir/avant-window-navigator/ unstable main ## 53 - Wicd http://wicd.sourceforge.net/ #deb http://apt.wicd.net lenny extras # nud #deb http://wicd.longren.org lenny all extras ## 54 - Dark #deb http://darkbasic.homelinux.com/repository lenny main contrib non-free #Stable #deb http://ftp.us.debian.org/debian stable main non-free contrib #deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free #deb http://www.debian-multimedia.org/dists stable main binary-i386 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org