PDA

View Full Version : Changes in sources.list



onemyndseye
12-29-2006, 01:36 PM
Any problem with this apt setup?



onemyndseye@exodus:/etc/apt$ cat apt.conf
APT::Default-Release "testing";
APT::Cache-Limit 20000000;
Apt::Get::Purge;



onemyndseye@exodus:/etc/apt$ cat sources.list
# /etc/apt/sources.list for Knoppix
# If you want to do a "full upgrade", you should first
# upgrade the Packages from Debian/unstable (KDE & Co.)
# before doing a (dist-)upgrade for Debian/testing.
#
# 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.

deb http://security.debian.org testing/updates main contrib non-free


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

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


# Wine
deb http://wine.sourceforge.net/apt/ binary/



# Thunderbird
deb http://people.debian.org/~asac/experimental ./
deb-src http://people.debian.org/~asac/experimental ./


onemyndseye@exodus:/etc/apt$ sudo apt-get update >/dev/null ; sudo apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
The following packages have been kept back:
wine
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.



(Yeah yeah...... I know I shouldnt have my user account set to NOPASSWD in /etc/sudoers

Am I not understanding .... or does this put me current upto Etch. ? (apt-get upgrade and dist-upgrade already preformed)

Thanks,
-Justin
One Mynds Eye