Slashdot Mirror


Debian 3.1 (Sarge) Released

Mister Furious writes "First, Apple switches to Intel, and now, equally shocking: Debian Sarge is released! Hell has officially frozen over! The scoop is from debian-administration.org: "The new Debian stable release, codenamed Sarge, has officially been released today. Several years of development since the last stable release, Woody, was released on the 9th of July, 2002 over a thousand developers around the world have helped make this release possible." Changes include Gnome 2.8, Firefox 1.0.4, Thunderbird 1.0.2, Apache 2.0.54 (1.3.33 is still available, too!), Postgresql 7.4.7, and more. The news hasn't hit the main Debian GNU/Linux site as of this article's posting. Congratulations to all of the Debian developers and contributors. Thanks for all your hard work and for a great distro!" Here's a link to the Debian Stable "Release" file.

Espectr0 points out an article about the release at Linux Compatible, writing "It is available on 14 (!) CD's or 2 DVD's. It includes XFree86 4.3, GNOME 2.8, KDE 3.3, Kernel 2.4.27, GCC 3.3.5, OpenOffice.org 1.1.3 and much others."

18 of 411 comments (clear)

  1. Mail to debian-announce; news on www.debian.org by Josh+Triplett · · Score: 5, Informative

    Mail to debian-announce

    News on www.debian.org

    Congrats to the Debian project!

    1. Re:Mail to debian-announce; news on www.debian.org by tacocat · · Score: 4, Informative

      I don't know if you are upgrading from stable or not, but you need to upgrade using 'apt-get dist-upgrade' and sometimes need to run it more than once. This prevents things from getting screwed up during the installation process.

    2. Re:Mail to debian-announce; news on www.debian.org by cortana · · Score: 4, Informative

      The difference is: 'upgrade' will never change what packages are installed; 'dist-upgrade' will.

      Say woody had a package foo, and sarge has a package bar, which replaces foo. 'upgrade' will not install bar and remove foo, whereas 'dist-upgrade' will.

      Of course, if you read the release notes, you'd know all this... ;)

    3. Re:Mail to debian-announce; news on www.debian.org by Josh+Triplett · · Score: 3, Informative
      Of course, if you read the release notes, you'd know all this... ;)

      Another important item from the release notes:
      The recommended tool for upgrading between Debian GNU/Linux releases is to use the package management tool aptitude. This tool makes safer decisions about package installations than running apt-get directly.

  2. Congratulations! by Anonymous Coward · · Score: 5, Informative

    Direct download links at http://cdimage.debian.org/debian-cd/3.1_r0/. Bittorrent, Jigdo or direct ISO downloads (CDs or DVDs).

  3. debian.org now has it by Mister+Furious · · Score: 3, Informative

    The original story (I'm the submitter) says that the main Debian site doesn't have the news yet. It has been updated to reflect the release between the time I submitted the story and the time it was posted.

    The news release is here.

  4. Announcement, images, and installation manual by dondelelcaro · · Score: 5, Informative
    --
    http://www.donarmstrong.com
  5. Working download link by maswan · · Score: 4, Informative
    Feel free to download cd and dvd images from cdimage.debian.org, we should have plenty of capacity.


    And if we run out, we will do http-redirects to our mirrors around the world, so don't be afraid to get your Sarge now!

    /Mattias Wadenstein - mirror admin, cdimage.debian.org

  6. Re:Bill gates alert! by gregmac · · Score: 3, Informative

    Most people install Debian with the net-install CD (or at least, they should). It's about a 100MB iso that gets a base system installed, and then you can use apt-get to install anything else you'd like. Because of debian's great package management, it also means this CD can be quite old and still install a current version - you just have to apt-get dist-upgrade as soon as you're done installing. Using the same method you can also convert your system to unstable if you'd like.

    All 14 CDs include EVERY package (as in, you'll get 6 or 7 web browsers, media players, and every other obscure program that is in the repository) and source. That's probably unnecessary for 99% of people out there. Not to mention a fairly big waste of bandwidth to download.

    --
    Speak before you think
  7. Re:dang only 12% by Anubis350 · · Score: 4, Informative

    sounds like its time for bittorrent to take over eh?

    go here

    or direct links:
    dvd1

    dvd2

    --
    "goodbye and hello, as always" ~Prince Corwin, from Zelazny's Amber series
  8. Re:Coincidence? by lakeland · · Score: 4, Informative

    Er... no. Debian announced it will be moving to xorg as soon as xorg makes a proper release instead of a legacy release. I think debian was the first distro to announce a switch to xorg, though I may be wrong.

    In order to get off the ground quickly, xorg has been releasing versions based on xmkmf that have only really been tested on x86 and ppc. That's great, and means 90% of the people reading this can run xorg now instead of waiting six months for a non-legacy version.

    Debian has been about doing things right, and waiting until they can do things right. They don't want to change to the transitional version of xorg and then change to the non-legacy version of xorg in six months. When xorg gets around to a proper build script based around configure, and starts supporting all the architectures of xfree86, then debian will switch to them.

  9. KDE 3.4 for Debian Sarge by Bill+Kendrick · · Score: 4, Informative

    For those who are using, or want to use, Debian Stable (now 'sarge'), but want KDE 3.4 (instead of 3.3), you can get it from pkg-kde.alioth.debian.org.

    For those who've been using sarge via its 'Testing' monicker, I'm guessing KDE 3.4 will hit 'etch' (the new 'Testing') in the coming weeks.

    Enjoy!

  10. Re:Kernel by Trashman · · Score: 3, Informative

    I believe The default is 2.4. but you can have 2.6 at install time if you type linux26 @ the boot prompt. 2.6.8 ships with Sarge.

    --
    Do not read this .sig
  11. Re:Bill gates alert! by Phil+Hands · · Score: 5, Informative

    All 14 CDs include EVERY package (...) and source.

    Almost right, 14 CDs is just the binaries (on average, several architectures take 13, ia64 takes 15)

    Source takes 15 more CDs

    For a full set of CDs (that only an anal collector would actually want) for all 11 archs, and the source, you'll need 164 CDs :-)

    As you say, the netinst image is the way to go, unless you want to send a copy to a friend who has no internet connection.

    --

    Debian: GNU/Linux done the Linux way
  12. upgrade/dist-upgrade by hypatia · · Score: 4, Informative

    'upgrade' means "update any packages that don't require new dependencies" and 'dist-upgrade' means "update packages and pull in new dependencies if need be". With a long release cycle, each stable release is going to have a lot of the second kind of packages.

  13. Re:Toy Story connection? by splint3r · · Score: 4, Informative
    Yes.

    And no.

  14. Re:MODUP! by maswan · · Score: 3, Informative
    Hah! They aren't even breathing hard. Actually, demand seems to be dropping right now, I had prepared for much worse.


    As it is now, I have to apologize to the mirrors I asked for, since they aren't getting any load either.


    So, bring it on!

    /Mattias Wadenstein - cdimage.debian.org admin

  15. Re:x86_64 Support? by darketernal · · Score: 4, Informative

    Yes and no.

    Yes - It's already supported in i386, with the amd64 kernel images. You can run some 64-bit stuff with amd64-libs.

    No - there is no *official* support yet for a 64-bit kernel with 64-bit userland. For an unofficial (and IMO fairly stable) port that will definitely be in etch, check http://www.debian.org/ports/amd64/ and http://amd64.debian.net/.

    There was a huge debate about it, but leaving it out was for the greater good. Don't worry about it - it's definitely coming up if I can help it at all.