myDSL Extensions (deprecated) :: c & c++ compiler
cd /etc/apt/
vi sources.list
remove the # on the testing line
and make a # on the stable
It'll be commented out with a #
put a # where the "stable" sources are and remove the # in front of the "testing" sources.
Thank you, I got it to work. I really appreciate all the help
The file you are looking for is:
/etc/apt/sources.list
A simple UNIX trick to find any file (if now in a protected directory is)
du -a / | fgrep <name of file with no blank spaces here>
This will search your entire tree for a file. Note that fgrep cannot use wild card characters like * or ?
Cheers,
Freitag 
I'm sorry, this is probably really easy. How do i edit and save the file after using the vi command. The file says it is read only when I try to access it in a text editor.
Thanks,
Louis
Next Page...
original here.