Find the answer to your Linux question:
Results 1 to 9 of 9
where can I find the default sources.list for squeeze (I'd like to upgrade from lenny)...
  1. #1
    Just Joined!
    Join Date
    Sep 2010
    Posts
    29

    squeeze sources.list

    where can I find the default sources.list for squeeze (I'd like to upgrade from lenny)

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    You should be able to generate one from here:

    Debian Sources List Generator
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Sep 2010
    Posts
    29
    thanks for the help, does it matter that it says squeeze(testing), even though it is now stable?

  4. #4
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    Oops... sorry, didn't notice they've not updated it, but it should work as long as the generated list itself shows "squeeze" in the repo names.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  5. #5
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    In fact, it might work to put "squeeze" in place of "lenny" in your current list. I've not tried it, so you might want to wait for someone currently running squeeze to confirm, or compare your current list with the generated one to see if simply replacing the release name in the repos would work.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  6. #6
    Just Joined!
    Join Date
    Sep 2010
    Posts
    29
    I put the official ones in sorce.list, currently updating it from there now, also downloading a dvd so I'll have a backup

  7. #7
    Just Joined!
    Join Date
    Apr 2005
    Location
    Clinton Township, MI
    Posts
    84
    If you use the release name, such as Etch, Lenny, Squeeze, those names stick with their release, 4.0, 5.0, and 6.0. Not sure that Etch is usable except with that name. Lenny is now the Old Stable and Squeeze is Stable, Wheezy is Testing. So it depends on what you are trying to achieve. IF you ALWAYS want to stay with the Testing release, use testing as the name where the repo goes. If you want a specific release, choose Lenny, Squeeze, Wheezy, or Sid.

  8. #8
    Just Joined!
    Join Date
    Apr 2005
    Location
    Clinton Township, MI
    Posts
    84

    Current repo mirrors that I use

    This is my setup on a Debian Testing system:


    # Debian
    # deb Index of /debian stable main contrib non-free
    deb Index of /debian testing main contrib non-free
    deb Debian -- Security Information testing/updates main contrib non-free
    # deb-src Index of /debian stable main contrib non-free

    # mplayer
    # deb Debian Multimedia Packages::Home stable main non-free
    deb Debian Multimedia Packages::Home testing main non-free

    Just comment out the testing ones and uncomment the stable ones for Debian Squeeze, or make it like this:

    # Debian
    deb Index of /debian stable main contrib non-free
    deb Debian -- Security Information stable/updates main contrib non-free
    # deb-src Index of /debian stable main contrib non-free

    # mplayer
    deb Debian Multimedia Packages::Home stable main non-free

    If you want to tie it specifically to Squeeze, you can do that too:


    # Debian
    deb Index of /debian squeeze main contrib non-free
    deb Debian -- Security Information squeeze/updates main contrib non-free
    # deb-src Index of /debian squeeze main contrib non-free

    # mplayer
    deb Debian Multimedia Packages::Home squeeze main non-free

  9. #9
    Just Joined!
    Join Date
    Sep 2010
    Posts
    29
    thanks for the help, will try updating again, when I get to a better internet connection

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •