Slashdot Mirror


A Look at Debian Etch Beta 3

An anonymous reader writes "The All about Linux blog has a down-to-earth review of the latest Linux offering from Debian — Etch Beta 3 which optionally sports a very intuitive GUI installer. The review looks ar the pros and cons of Debian Etch Beta 3 as well as what the Debian team could do to make this not-for-profit Linux distribution even more popular."

6 of 71 comments (clear)

  1. More of the same. by Xordan · · Score: 4, Insightful

    It's nice to see Etch moving closer towards release, it's been too long since Sarge imo. Although there's a new shiny installer which seems to give lots of (easy) control over how you set up your system, there seems little else other than updated packages. This might not be a bad thing however, if the time taken between the Sarge release and this one has been put into making a generally rock solid distro. For many people, being able to rely on having no stability problems is very important. So I think Debian should stick to this path. Moving towards making it user friendly for the linux newbie as the article suggests isn't a good plan unless they have devs sitting around with nothing to do. There are plenty of distros out there which provide for these people (e.g. Ubuntu).

    1. Re:More of the same. by vga_init · · Score: 3, Insightful

      there seems little else other than updated packages.

      Doesn't this hold true for any distro release? At its heart, a distro is more or less an organized collection of packages. Actual development of the software is done by other people--for example, the linux kernel is developed independently from any distro release. This is unlike more traditional unices (such as BSD or Sun OS) in which new releases herald additions/changes to the core system. While distro maintainers frequently contribute to development (Debian, RedHat, Ubuntu--younameit), those are considered seperate projects from the distro itself (except when the projects are the foundation for the creation of the distro itself, such as Debian's package system and installer).

      I used to try different distros a lot--jump around constantly. What I took away from that is that no matter where you go, you almost always get the same thing (with varying levels of up-to-dateness). After all, GNU is GNU is GNU (or are rose by any other name); a distro just takes that, wraps it up, and puts a lovely bow on top (sometimes no bow, like on Slackware).

  2. Intuitive Gui installer by Reverend528 · · Score: 4, Insightful

    I'm a debian user. I'm not trying to troll. But, it's the same damn installer. The questions are the same and the layout is practically the same. The X-based installer is just as (but no more) intuitive than the curses installer.

  3. Screenshot button? by SamNmaX · · Score: 3, Insightful

    Forgive me, but besides making it easier for these sorts of previews/reviews, I don't see why there is a 'screenshot' button in the main install window. It's not exactly such a central feature that it should be placed right beside the 'continue/go back' buttons. I realize this is the 'expert gui', but that isn't an excuse for sloppy design. I don't necessarily think this feature should disappear, but it should be moved somewhere else, perhaps in a menu and/or left as a hotkey.

    I realize I'm nitpicking here, and it's nice to see Debian trying to make their system more user friendly, however I hope they have someone who has a strong background in interface design working with them. Having windows and buttons in their install doesn't automatically make it easier to use.

  4. Welcome to the Debian Community, Ravi! by twitter · · Score: 3, Insightful

    It's always nice to see someone appreciating Debian for what it is: simple, stable and free. The installer is only the beginning. File structure, modules and software configuration all follow the same philosophy. This makes maintaining and adding to the system as easy as it was to set up. It's easy to customize and hard to make it bloated. Nothing is hidden and everything is easy to change through text file manipulation or various GUIs. The lack of non free software makes a difference in start up time, smooth running and customization. Right now, that blocks you out of a lot of entertainment, such as YouTube, but things are quickly changing on that front. For basic desktop and laptop use, Etch is an excellent contender. If you need Flash and all that, there are Debian derivatives like Xandros, Ubuntu or Mepis. Those distributions might still be better for a complete Linux newbie. For people who want a system for work and who have a few years of unix, Debian is calling.

    That said, I wish Ravi could be a little more patient. When he writes:

    how much effort will it take to provide a download link to the latest version of Debian simultaneously recommending a specific version for desktop users (even if it is in beta stage) on the main page of debian.org site ? I would guess not much. The download link provided at present takes the visitor to Debian Sarge which is too outdated for use as a Desktop.

    he should know that Etch is due to go stable in December. That's just three months away! At that time, Etch will be as easy to find as Sarge is today. The release roadmap does not have a general freeze until October and newbies should wait until then if they, like Ravi, don't have a good network connection. Though Etch has been a great distribution to use for a year or so, there have been a lot of package changes. Not all of them have been smooth and there's nothing like 500MB of update to sour a Debian newbie.

    --

    Friends don't help friends install M$ junk.

  5. Re:I have net-installed debian over a phone line by deek · · Score: 4, Insightful
    The final installed image was less than 600 MB (excluding the package cache, which I apt-get cleaned).

    That's what I love about Debian. It's wonderfully easy to optimise the package combinations. You could probably get it down even further, if you use the deborphan command to figure out all "leaf" packages (i.e packages that aren't dependencies for others). Then you can cull down the ones you don't want, rerun deborphan again, rinse and repeat. Also very useful for culling bloat in the system, from extra software installed over time.

    This was more than a year ago however (not that Debian changes that fast)

    This has to be the one myth about Debian that has almost every other Linux user suckered.

    For these people, here is a rundown of the many different faces of Debian. You can choose four different types of Debian:

    • You can opt for the slow, barely changing except for security updates or the occasional point release, extremely stable distribution. Called 'stable', of course. Currently nicknamed 'sarge'.
    • You can choose the quite new, not rigorously checked but has had a good workout, still more stable than most distribution. That's 'testing'. It's nicknamed 'etch' right now.
    • You can adopt the very new, sneeze and you'll miss an update, I live in interesting times distribution. It's named 'unstable', but should probably be called 'Most likely fine, but we're not guarantueeing anything'. Has a nickname of 'sid'.
    • Or you can go for the bleeding edge, running with scissors, smoke me a kipper I'll be back for breakfast distribution. That is experimental. No nickname that I know of. It's not a complete distribution itself, as it contains only a few hundred packages. It has to be piggybacked onto one of the previous three. If you wanted to install XOrg 7.1 though, this is what you'd have to use.


      Then, as if that wasn't enough, you can selectively include packages from all four distributions, by specifying a default dist, and specifically apt-getting from one of the four. Personally, that's what I do on my machine, using 'testing' as a base. I've also been known to set this up on some servers I maintain, if they desperately need a newer php or something like that. Works like a charm.

      So as you can see, Debian can change rapidly. Very rapidly. It all depends on what you choose. It's just that the Debian "releases" are always of the 'stable' distribution. Hence this common misconception.