For some reason I do not understand when i try to
Code:
apt-get -d dist-upgrade
I get all the packages except the openjdk-6-jre-headless. the download makes it to
Code:
[19 openjdk-6-jre-headless 27.5 MB/27.5 MB 100%]
and just hangs there. I have tried to manually download from other places in particular the debian package website itself from the sid respository from several different mirrors. This has been going on for several months now and I am just curious if I should change my repositories listed below.
debian.list
Code:
cat /etc/apt/sources.list.d/debian.list
#Debian
# Unstable
deb http://ftp.us.debian.org/debian/ sid main contrib non-free
#deb http://oscar.aptosid.com/debian/ sid main fix.main
#deb http://ftp.us.debian.org/debian/ sid main contrib non-free
#deb-src http://ftp.us.debian.org/debian/ unstable main contrib non-free
# Testing
#deb http://ftp.us.debian.org/debian/ testing main contrib non-free
#deb-src http://ftp.us.debian.org/debian/ testing main contrib non-free
# Experimental
#deb http://ftp.us.debian.org/debian/ experimental main contrib non-free
#deb-src http://ftp.us.debian.org/debian/ experimental main contrib non-free
aptosid.list
Code:
cat /etc/apt/sources.list.d/aptosid.list
#deb ftp://ftp.spline.de/pub/aptosid/debian/ sid main fix.main
deb http://oscar.aptosid.com/debian/ sid main fix.main
#deb-src http://oscar.aptosid.com/debian/ sid main fix.main
|