[NBLUG/talk] apt-get issues

Robert Hayes rhayes at silcom.com
Mon Aug 7 22:51:26 PDT 2006


On Monday 07 August 2006 05:55 pm, Lincoln Peters wrote:
>
> What does your /etc/apt/sources.list file look like?

# See sources.list(5) for more information, especialy
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.

# Security updates for "stable"
deb http://security.debian.org stable/updates main contrib non-free
deb http://security.debian.org testing/updates main contrib non-free

# Stable
deb http://ftp.de.debian.org/pub/debian stable main contrib non-free
deb http://ftp.de.debian.org/pub/debian-non-US stable/non-US main contrib 
non-free

# Sources
deb-src http://ftp.de.debian.org/pub/debian stable main contrib non-free
deb-src http://ftp.de.debian.org/pub/debian-non-US stable/non-US main contrib 
non-free

# Testing
deb http://ftp.de.debian.org/pub/debian testing main contrib non-free
deb http://ftp.de.debian.org/pub/debian-non-US testing/non-US main contrib 
non-free

# Sources
deb-src http://ftp.de.debian.org/pub/debian testing main contrib non-free
deb-src http://ftp.de.debian.org/pub/debian-non-US testing/non-US main contrib 
non-free

# Unstable
deb http://ftp.de.debian.org/debian unstable main contrib non-free
deb http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib 
non-free

# Sources
deb-src http://ftp.de.debian.org/debian unstable main contrib non-free
deb-src http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib 
non-free

# Experimental
# deb http://debian.uni-essen.de/debian ../project/experimental main contrib 
non-free
# deb-src http://debian.uni-essen.de/debian ../project/experimental main 
contrib non-free

# Mozilla
deb http://non-us.debian.org/~kitame/mozilla ./
deb-src http://non-us.debian.org/~kitame/mozilla ./

# GNOME 2.0
# deb http://www.gnome.de/debian/ ./

# KDE 3
# deb http://ktown.kde.org/~nolden/kde stable main
# deb-src http://ktown.kde.org/~nolden/kde stable main
# We get packages from testing/unstable for now

# cdbakeoven
# deb http://coyote.asoc.euitt.upm.es/mud/debian/ ./

# XFree 4.2/4.3
deb http://people.debian.org/~branden/packages sid/i386/
deb-src http://people.debian.org/~branden/packages sid/source/
deb http://www.penguinppc.org/~daniels/sid/i386 ./
deb-src http://www.penguinppc.org/~daniels/sid/source ./

# Java
deb ftp://ftp.gwdg.de/pub/languages/java/linux/debian woody main non-free
deb-src ftp://ftp.gwdg.de/pub/languages/java/linux/debian woody main non-free
deb ftp://ftp.gwdg.de/pub/languages/java/linux/debian unstable main non-free
deb-src ftp://ftp.gwdg.de/pub/languages/java/linux/debian unstable main 
non-free
# deb http://people.debian.org/~sgybas/jdk13

# LyX & others (now in debian/unstable)
# deb ftp://ntama.uni-mainz.de/pub/debian unofficial/
# deb-src ftp://ntama.uni-mainz.de/pub/debian unofficial/

# Evolution
#deb ftp://ftp.ximian.com/pub/debian stable main
#deb-src ftp://ftp.ximian.com/pub/debian stable main

# Blades Repository (pppoeconf & co)
deb http://people.debian.org/~blade/testing ./
deb-src http://people.debian.org/~blade/testing ./

# mplayer
#deb http://marillat.free.fr/ unstable main
deb ftp://ftp.nerim.net/debian-marillat/ unstable main

#Rox-Filer
deb http://www.janw.easynet.be/rox/ developer/
deb http://www.hrw.one.pl/apt/ sid/
deb-src http://www.hrw.one.pl/apt/ src/

#freevo
deb http://freevo.sourceforge.net/debian unstable main

#Mythtv
deb http://dijkstra.csh.rit.edu/~mdz/debian woody mythtv
# # apt-get update && DEBIAN_PRIORITY=low apt-get install mythtv

#Opera
deb http://www.opera.com/debian stable opera

# deb cdrom:[Debian GNU/Linux 2.2 r3 _Potato_ - Official i386 Binary-1 
(20010427)]/ unstable contrib main non-US/contrib non-US/main

#typo3
deb http://typo3.sunsite.dk/software/debian/ ./
deb-src http://typo3.sunsite.dk/software/debian/ ./

#gwhere
#deb http://www.gwhere.org/download/debian unstable main
#deb-src http://www.gwhere.org/download/debian unstable main

#monkeys-audio
deb http://www.rarewares.org/debian/packages/stable/ ./
deb http://www.rarewares.org/debian/packages/unstable ./

#KDE Themes
# deb http://mentors.debian.net/debian/pool main contrib non-free
# deb http://mentors.debian.net/debian/dists/unstable main contrib non-free
# deb http://130.235.188.194/~jimmy/ ./ 

#wine
deb http://wine.sourceforge.net/apt/ binary/
deb-src http://wine.sourceforge.net/apt/ source/


> > >> What does "apt-get upgrade" do?
> >
> > 0 upgraded, 0 newly installed, 0 to remove and 1174 not upgraded.
>
> Sounds like your installation is not broken in any obvious way, but there
> must be something in the "kde" package that conflicts with something else,
> with the end result that apt-get would need to remove e2fsprogs and
> sysvinit in order to satisfy the dependencies.  I'd say that something is
> seriously wrong with one of your sources, and it was a very good thing that
> apt-get was able to warn you before removing either of those packages.



More information about the talk mailing list