LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   /etc/apt/source list help (https://www.linuxquestions.org/questions/debian-26/etc-apt-source-list-help-298538/)

salahuddin_66 03-06-2005 10:08 PM

/etc/apt/source list help
 
i am new to debian

i wanna install the nvidia-kernel source and other software and the non-us

Code:

#deb file:///cdrom/ sarge main

deb ftp://ftp.debian.org/debian/ testing main
deb-src ftp://ftp.debian.org/debian/ testing main

deb http://security.debian.org/ testing/updates main


how i can change the mirror sites for non us
and it also not found some packages

Code:

E: Package sndconfig has no installation candidate
debian66:/home/salahuddin# apt-get install sndconfig
Reading Package Lists... Done
Building Dependency Tree... Done
Package sndconfig is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package sndconfig has no installation candidate
debian66:/home/salahuddin#


twsnnva 03-06-2005 10:47 PM

Add the following to /etc/sources.list:
Code:

deb http://non-us.debian.org/debian-non-US sarge/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US sarge/non-US main contrib non-free

Then run 'apt-get update'

sndconfig is no longer available in sarge or sid. sndconfig dosen't work with the 2.6 kernel and has been replaced by the discover package.

~Thomas

salahuddin_66 03-06-2005 11:10 PM

thanx
i have cange but i made the

last deb http://security.debian.org/ testing/updates main

line unchange is it oky ?

thanx again

twsnnva 03-06-2005 11:35 PM

You shouldn't need that line at all. Debian dosen't offer security updates for testing or unstable.

~Thomas

salahuddin_66 03-07-2005 07:02 AM

thanx

Moloko 03-07-2005 07:05 AM

Some nvidia packages are back in Sarge, but not all of them, http://www.debian.org/distrib/packages#search_packages

Get them from unstable if needed.


All times are GMT -5. The time now is 07:13 PM.