View Full Version : apt-get source list?
DiscipleDOC
07-23-07, 03:13 PM
I'm a n00b at debian, and I need to redo my sources.list to get the updates for my knoppix distro.
Can someone walk me through how to create a good source list?
TIA.
evilghost
07-23-07, 04:38 PM
Knoppix eh?
Here's my Debian sources.list, I don't know Knoppix, but AFAIK it uses Debian's repos.
deb http://ftp.debian.org/debian/ etch main contrib
deb-src http://ftp.debian.org/debian/ etch main
deb http://security.debian.org/ etch/updates main contrib
deb-src http://security.debian.org/ etch/updates main contrib
#Backports
deb http://www.backports.org/debian etch-backports main contrib non-free
DiscipleDOC
07-23-07, 04:44 PM
Thanks bro. I started to put this in the open forum..but I knew some of the kids there would gripe.
evilghost
07-23-07, 04:48 PM
Hey, why do you have to redo your sources.list?
Why not a:
sudo apt-get update && sudo apt-get upgrade
DiscipleDOC
07-23-07, 04:51 PM
Hey, why do you have to redo your sources.list?
Why not a:
sudo apt-get update && sudo apt-get upgrade
I was reading in a forum where they said that it was best to redo it. I got a backup copy, so I can always restore it.
evilghost
07-23-07, 04:52 PM
I'm confused. What value is "redoing" it if you don't know the values to seed it with? Knoppix is a live CD-based Linux, why not use something like Debian, Fedora, or Ubuntu; something geared towards HDD installation.
DiscipleDOC
07-23-07, 05:04 PM
*shakes head and throws up shoulders.....
remember..I'm a newb...and I am trying to learn this stuff...
DiscipleDOC
07-23-07, 05:08 PM
I'm confused. What value is "redoing" it if you don't know the values to seed it with? Knoppix is a live CD-based Linux, why not use something like Debian, Fedora, or Ubuntu; something geared towards HDD installation.
Got another question for you. I'm getting this error message:
E: You don't have enough free space in /var/cache/apt/archives/
How do I point the apt-get command to download to a different area, like an area on my usb drive?
evilghost
07-23-07, 05:11 PM
Err...umm...are you using a Live CD and trying to update it?
BashfulTux
07-23-07, 05:15 PM
Got another question for you. I'm getting this error message:
E: You don't have enough free space in /var/cache/apt/archives/
How do I point the apt-get command to download to a different area, like an area on my usb drive?
Try apt-get clean to delete the cached .deb files once done you may want to install localepurge and say yes to both the locales and man page deletions that should get you a few more MB free.
DiscipleDOC
07-23-07, 05:19 PM
Try apt-get clean to delete the cached .deb files once done you may want to install localepurge and say yes to both the locales and man page deletions that should get you a few more MB free.
Thanks...I'll try that
Err...umm...are you using a Live CD and trying to update it?
No...I'm using a USB drive.
vBulletin® v3.7.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.