Slashdot Mirror


LinuxOrbit Looks At Libranet GNU/Linux 2.7

GonzoJohn writes "Linux Orbit has reviewed Libranet GNU/Linux 2.7: Other Linux distribution companies have tried to create commercial Linux products based on Debian GNU/Linux, but few have achieved long term success. Progeny Linux comes to mind as a commercial Linux distribution company whose Linux product met with good reviews, but couldn't remain in business. Libranet is a rare exception to this rule. Libranet GNU/Linux has been around quite a while and continues to build a devoted Linux user base on a commercial product based on Debian GNU/Linux. With their most recent release of Libranet GNU/Linux 2.7, Libranet continues to improve on an already solid Linux distribution."

41 of 163 comments (clear)

  1. slackware by Anonymous Coward · · Score: 3, Interesting

    The only Linux distro I would run on a server is Slackware because it is the least performance hungry and most stable distro out there and I have used almost everything. Debian is great on workstation, but not servers because its just a bit more resource hungry then Slack, but it is easier to use for common tasks! Frankly all my servers run BSD except for database boxes for which nothing beats Solaris with Oracle running on top, but most firms and people cant afford Sun Servers so they should run BSD for things like Apache and MySQl. Now you can comment away.

    1. Re:slackware by weierophinney · · Score: 3, Informative

      I can't comment on BSD, but I can comment on Slack vs. Debian.

      I've used Mandrake, Slack, and Debian for my server. Mandrake almost maxed out my 2GB harddrive (/home was a separate 3GB harddrive, and was used for all data), Slack had it at approximately 53% disk usage, Debian currently has it at 37% usage. In addition, I noticed significantly better performance immediately under Debian, and much better stability (I had something like 5 kernel panics over the course of 6 months under Slack, none so far in 8 months under Debian). Security updates are also much easier to perform on Debian (a crontab entry to do updates from security.debian.org can do them unassisted in most cases). I liked Slack... but maintaining it was too non-trivial to justify my time.

    2. Re:slackware by schon · · Score: 5, Informative

      I had something like 5 kernel panics over the course of 6 months under Slack, none so far in 8 months under Debian

      What did you change?

      I've been running Slackware for 5 years (on a couple of dozen servers, and on my home and work desktops and laptop), and have never _once_ had a kernel panic, in any version (from 3.0, up to and including Slack 8.1)

      Performance was fine too - I don't know what you mean by "significantly better performance", perforance doing what?

      crontab entry to do updates from security.debian.org can do them unassisted

      You've never run an important box then, because no sysadmin worth his salt would ever trust something as critical as security updates to an automated process. You manually test each update on an offline machine to make sure nothing breaks (like maybe the config file changed?), then deploy it on the live machines. Trusting software install to a script is just asking for trouble.

    3. Re:slackware by gray+peter · · Score: 2, Informative

      Doesn't matter. You only need for it to crap out once to lose your job. I would never install anything on a production server without testing it first. It's just asking for trouble. Isn't that like the first rule of sysadm?

      --
      May no camel spit in your yogurt soup.
  2. Problem with commercial Debian by Dionysus · · Score: 5, Insightful

    I think the problem with commercial Debian derived distributions is that there are no 'guaranteed' future income. Debian makes it so damn easy to upgrade.

    When I used RedHat, I always bought a CD for each upgrade (from 5.0 to 5.1, to 5.2, to 6.0 etc). The reason: upgrading meant manually download individual packages and installing them in the right order. When I recently upgraded from Debian 2.2 to 3.0, all I had to do was change the sources.list, do apt-get update, and apt-get dist-ugprade. All dependencies and installation order was taken care of.

    With RedHat (and I suspect other RPM based distributions), they were 'guaranteed' money from me, since I wanted to upgrade. With Debian based distribution, I no longer feel the need to buy a CD to keep current (even on dialup).

    --
    Je ne parle pas francais.
    1. Re:Problem with commercial Debian by PCM2 · · Score: 3, Interesting
      When I used RedHat, I always bought a CD for each upgrade (from 5.0 to 5.1, to 5.2, to 6.0 etc). The reason: upgrading meant manually download individual packages and installing them in the right order.
      But wouldn't you agree that this makes Debian a better distro for people who want to learn any kind of serious syadmin chops vs. something like Red Hat?

      Speaking as somebody who upgraded a production Red Hat 4.2 box to glibc2 by hand, I still cringe every time I overhear somebody asking for help with their Linux problems, and the first thing out of the "guru's" mouth is, "Which version of Linux are you using?" Not kernel version, not software versions -- Linux version. And of course they mean which version of Red Hat is installed.

      To me, Red Hat version numbers are almost completely meaningless -- unless you're not actually using your box.

      --
      Breakfast served all day!
    2. Re:Problem with commercial Debian by mandolin · · Score: 2
      I still cringe every time I overhear somebody asking for help with their Linux problems, and the first thing out of the "guru's" mouth is, "Which version of Linux are you using?" Not kernel version, not software versions -- Linux version. And of course they mean which version of Red Hat is installed.

      I don't see why that's such a problem. Various distros have corresponding libaries/kernels, although the next question should be "have you kept up with the updates?". And the user (probably) knows what distro they're running whereas they (probably) don't have the other information offhand; your guru may be talking userspeak to keep from scaring them off or to get an immediate answer. Finally, sometimes it actually helps to know the distro ("where are the init scripts located", etc.)

      OTOH if the guru/sysadmin has direct control over that box, he should be able to get in remotely and find out the necessary bits himself. Why trust the user's answers?

      Of course the best question in this situation is "what was your username again?" :)

    3. Re:Problem with commercial Debian by Surak · · Score: 2

      Two words: Gentoo Linux. Two more word: emerge rocks! :)

    4. Re:Problem with commercial Debian by messiertom · · Score: 2, Insightful

      With RedHat (and I suspect other RPM based distributions), they were 'guaranteed' money from me, since I wanted to upgrade.

      Mandrake (an RPM based distribution) has urpmi, at the simplest level an apt-get for RPM. If I want to upgrade my whole system, I do:

      urpmi.update -a
      urpmi --auto-select


      I can also just update a single package by doing urpmi foopackage; urpmi will even figure out the deps for me and download the packages. This is where Mandrake beats out RedHat, imho (Please Don't Flame Me!). But now I hear RedHat has such a feature... anyone?

    5. Re:Problem with commercial Debian by bribass · · Score: 2, Funny

      emerge: package `rocks!' not found.

    6. Re:Problem with commercial Debian by vrt3 · · Score: 2

      They should be asking "What distro are you using?" and possibly "What version of that distro?", or even "What version of RedHat are you using?" iff they can safely assume they are running RedHat. But they should never say 'Linux' when they mean the distro.

      --
      This sig under construction. Please check back later.
  3. These Names Suck by Pave+Low · · Score: 5, Funny
    Libranet GNU/Linux? Can anyone seriously say this without getting tongue-tied or feeling stupid?

    Seriously, open source software just does not name their products well. Who in God's Green Earth this is a good name for their product? It's not sexy or cool, and is too convoluted for such a simple product, which is Linux.

    And the number of times this articles says GNU/Linux is more than enough to make me nauseous.

    --
    SIG:Slashdot: indymedia for nerds.
    1. Re:These Names Suck by Otter · · Score: 2, Insightful
      And the number of times this articles says GNU/Linux is more than enough to make me nauseous.

      What I'm wondering is why the submitter thought that six "GNU/Linux"'s were necessary, while another six "Linux"'s were allowed to slip through. (Not counting the "Linux Orbit"s and "Progeny Linux".)

  4. New Users, Huh? by Mandi+Walls · · Score: 4, Interesting
    (I'll try to leave my usual Debian-disparaging comments out of here. You can check my past comments for some of those)

    But I will say the Libranet GNU/Linux 2.7 does NOT use X Windows for the graphic installation routine. Instead, Libranet uses easy to follow ncurses-based text menus for its install method is disturbing. After having walked 17 new-to-UNIX students through an ncurses-based ftp install of Red Hat, I will tell you that ncurses is not the way to go for new users.

    Why? Because there is NO work-alike in the Windows world. What do I mean by that? Well, occasionally, you'll end up with a new-to-UNIX user who remembers DOS, or has used a terminal-based app before at work. What have they probably never seen before? ncurses. You are throwing them right into the fire, and giving them nothing that looks familiar to work with.

    Talk about pain. And misunderstanding. And confusion about what the icons really represent and the cursor-flow mechanisms.

    GUI install is where it's at. It's the best way to get a new-to-UNIX person onto a UNIX-alike system from install on, because you're building on something they are already familiar with - clicky clicky buttons and menus.

    But you can ignore me. I just teach this stuff. :)

    --mandi

    1. Re:New Users, Huh? by iggymanz · · Score: 2, Interesting

      nonsense, remember the ncurses-like installs of the later versions of DOS? GUI assumes you have proper driver for graphics card and mouse, not always a good assumption given space limits of install media.

    2. Re:New Users, Huh? by Yohahn · · Score: 2

      Intuition is in the eye of the beholder. Even the nipple is not intuitive (it uses two reflexes that don't always work together.)

      I don't know what age of people you teach, but the people I run into, where I teach, are half Windows only. The older people are more familliar with DOS and this kind of interface.

      I'll give you, in the future GUIs will be more prevalent, so they should move to GUI in the long run. Even there, however, you have to account for the tradeoff: ease of video card config vs. ease of gui installer.

      The students I see have barely heard of Linux, it's just some buzzword. What's worse, they know enought not to waste resources on a buzzword,so they want to install it on a 386 out of the 80's.
      They don't realize how hard that can be.

      My point? The ncurses can be useful on older machines that aren't going to have easy video card config. More importantly (and more relavent) this kind of interface is MORE fammiliar for older students.

    3. Re:New Users, Huh? by JLester · · Score: 2, Redundant

      I agree. We have users call the help desk pretty often when they have to force a reboot of their Windows machine. It of course runs scandisk while booting and then asks them what to do if it finds problems. They are very puzzled when their mouse doesn't seem to do anything (you have to use the arrow keys to select the options). Text-based interfaces just aren't intuitive to many modern users.

      Jason

      --
      "FORMAT C:" - Kills bugs dead!
    4. Re:New Users, Huh? by frozencesium · · Score: 2, Interesting
      there is NO work-alike in the Windows world

      Um...maybe I'm the only one here who has ever installed NT??? I mean...it's not like the fist half of ANY NT based install startes out with an ASCII interface that some people find even harder to use than ncurses.

      Well, occasionally, you'll end up with a new-to-UNIX user who remembers DOS, or has used a terminal-based app before at work. What have they probably never seen before? ncurses

      As others have mentioned, this type of interface was not only prevelent during the DOS days, but many of these interfaces weren't as easy or intuitive as ncurses. When I finaly made the switch to linux (about 5 years ago), I had no problems with the install interface. Now granted I might be a rareity, but if I can walk new users through it all the time, and they don't complain...then from what I have seen, your argument is not very valid. Of course the others are right, it's also nice to have access to an install interface that is not video driver dependant.

      Ok, ncurses isn't as flashy as a GUI, so maybe we start out with some simple ncurses stuff untill we can get X11 installed and running a svga xserver to compleate the installation...just a thought, but it should be feasible...

      As for your regular Debian bashing...I can't imagine why you would want to bash Debian. True the install system isn't as easy as Redhat, but with 3.0 they have made a lot of improvements. Debian is IMHO easily the most stable distro out there. Even Debian's Sid (unstable) is fairly rock solid in my experiance. For those less daring, the stable distro simply does not break. Granted you won't be running the latest and greatest versions of software, but with the stability, simplicity of package management, the ease of security patching (just proper lines in your sources.list and an addition of a cron job), and the ton of pre-packaged software availible...it's a damn good system. If stability is a primary concern, I can't think of a better distro. After all...what is one of the biggest complaints of windows people? "It crashes all the time"...

      I teach this stuff too...just my $0.02

      --
      I'm not always the brightest pixel in the stream
    5. Re:New Users, Huh? by Accelerated+Joe · · Score: 2
      Why? Because there is NO work-alike in the Windows world. What do I mean by that? Well, occasionally, you'll end up with a new-to-UNIX user who remembers DOS, or has used a terminal-based app before at work. What have they probably never seen before? ncurses. You are throwing them right into the fire, and giving them nothing that looks familiar to work with.

      Have you bothered looking at your BIOS configuration screen lately? That's pretty similar, and I think many people have seen that screen on their windows based pc.

      I don't mean that people who have never configured their BIOS should also not install a new OS, but I'm just giving a counter-example that proves your statement was wrong. Make whatever logical conclusion you want from it.
      --
      They who would give up an essential liberty for temporary security, deserve neither liberty or security
  5. *chuckle* by Anonymous Coward · · Score: 2, Funny

    Reading that long winded pro-Libranet story header, one has to think of Calvin and Hobbes:

    'You know, I'm not sure if I'm reading an advertisment, a review or the product itself' ;-)

  6. GNU by Glanz · · Score: 4, Funny

    GNUness gracious! Gnuys! I'm GNUnna try it right GNUow.

    --
    Rien n'est plus beau que le creux du 0.
    1. Re:GNU by Nailer · · Score: 2

      Chaos is freedom

      GNU/Freedom!

  7. WRONG! by metalhed77 · · Score: 3, Informative

    The menu paradigm in the GUI world was taken from that of NCURSES. All you need to know is TAB, Arrow Keys, Spacebar, and Enter. The menus usually have some sort of message like 'Use the tab key to move between fields' and sometimes the same for the Enter and Spacebar keys.

    Ncurses is fine, it takes literally one paragraph for someone to learn how to use it, and most pick it up intuitively. If you're going to run a distro like libranet and you can't figure out NCURSES then you'll suck a lot when it boots up too. There's a reason mandrake and lindows exist

    --
    Photos.
  8. How is it better than plain Debian? by Ian+Bicking · · Score: 4, Interesting
    I read the review, and it wasn't clear to me how this was significantly better than plain Debian. It seems to have a better installer -- and that's nice, but it's just not enough to make another distro worth it. They mentioned an admin tool, but again... that's just one tool (but if it was all-encompassing, that would be cool, but I didn't get that impression).

    Sure, there's lots of apps -- but that's because it's Debian. Why is it really better?

    1. Re:How is it better than plain Debian? by iomud · · Score: 2

      Basically this distro's bread and butter are that it's debian with all the current packages one might want while running debian. XFree 4.2, kde 3 etc, and while I know these are avalible from unsupported apt sources not everyone who runs debian might know this or care to risk the stability and security of their system. I have no clue how stable or secure libranet is but I'm just pointing out some possible concerns. For instance my laptop requires that I have XFree 4.2.x which debian doesnt provide unless you want to install branden's not-ready-for-prime-time packages, it just makes using debian a tiny bit more difficult. That said I'm glad libranet is around it cant hurt to have a little healthy competition.

  9. Re:UHM PROGENY STILL IN BUSINESS by Mandi+Walls · · Score: 3, Informative
    Progeny was founded by Ian Murdock, the original creator of Debian.

    Not Linus Torvalds, the original creator of Linux.

    See their about page

    --mandi

  10. Re:UHM PROGENY STILL IN BUSINESS by drgnvale · · Score: 2, Funny

    I wasn't aware that Ian Murdock created Linux. I always heard that Linus Torvolds made linux... oh wait,, you meant the guy who created Debian GNU/Linux... Okay.

  11. Just a reminder... Xandros due out shortly by mbourgon · · Score: 4, Informative

    And another commercial distro, Xandros, based off of Corel Linux 3 (which is, in turn, based off Debian), is due out in the next 3 weeks.

    http://www.xandros.com/anticipated.html

    "Our manufacturer indicates the product should be available for shipping in the week of October 21."

    --
    "Sometimes a woman is a kind of religion, she can save your soul & set you free from all your sins" - Bad Examples
  12. Strange Pricing by sterno · · Score: 3, Interesting

    So I went to look at libranet's product because I like debian but would like something with a better installer and hardware detection. I thought to myself that I could just download the ISO from linuxiso.org but that maybe I should help support them and pay for a real copy. So I decided to look at the prices.

    They offer 4 different prices, one for past customers, one for new customers, one for students, and one for corporate users. There is not an immediately obvious difference between any of these releases and I can still download the ISO's from linuxiso.org. A student discount makes sense, fine, but then why does a corporation have to pay more per copy than a home user?

    It seems like a much better model to offer two levels of product. The first is a retail model (possibly with an available student discount) with instructions, limited technical support, etc. Then you offer corporate contracts where you agree to provide a higher grade support (24 hour service, increased response time, etc) and you provide that at a higher rate. I see no evidence that as a corportate customer I would get anything better for my extra $40/copy, especially when I can just download an ISO.

    --
    This sig has been temporarily disconnected or is no longer in service
  13. My Libranet Experiences by greenskyx · · Score: 4, Interesting

    I've been using Libranet since the 1.x days. I've found it to be a very good distrobution. I found the Libranet install to be very easy and I love apt-get. Libranet reminds me of what Mandrake used to be in it's earlier days. It is a lot like Debian but with a lot of extra value added in. My favorite feature is their kernel compiling setup. They have a very easy to use process that lets you recompile your kernel. After you recompile the kernel it adds the newly recompiled kernel to lilo and keeps the old kernel as a lilo option so you can switch back if you have any problems.

    1. Re:My Libranet Experiences by CentrX · · Score: 3, Informative
      After you recompile the kernel it adds the newly recompiled kernel to lilo and keeps the old kernel as a lilo option so you can switch back if you have any problems.


      You can do this in regular Debian too, with kernel-package.

      --

      "The price of freedom is eternal vigilance." - Thomas Jefferson
    2. Re:My Libranet Experiences by castlan · · Score: 2

      Everything you can do in LibraNet, you can do in Debian... theoretically. The difference is, LibraNet automatically recompiles Linux for your machine as part of the standard install. As in, you don't need to install Debian, RTFM about stuff, become root to apt-get kernel-package...

      Nobody said that Debian Can't DO That... the point is that LibraNet is nicer, easier, and better supported (because you are paying them for it!) Eventually Debian will get these features... that is good. LibraNet does it now, and the installation leans more toward hand holding then saying RTFM you clueless newb!

      Not that I have anything against Debian... it is great. Maybe you were just enlightening us vanilla Debian users so that we don't get LibraNet envy, so I shouldn't think of you as taking a lame pot-shot against a valuable part of the Free Software community that values dpkg. But I really think that we should let LibraNet brag a bit... having a commerical version of Debian, that has stayed afloat as long as it has, and isn't harming the Debian community, is a VERY Very Good Thing. Please recognize that, and consider that at this point in time, a capital generating version of Debian should be Respected and Encouraged. Especially in light of Progeny, who I was full out rooting for, who has done significant good for Debian, and who is sorely missed.

  14. Still Debian for me by dh003i · · Score: 3, Interesting

    I'm still not sold on this new Debian-based distribution. I'm not an idiot newbie user, so i can handle Debian's text-based approach to installation, administration, and customization.

    So why should I shell out $60 dollars for Libranet? All of these applications it has can be downloaded and installed in Debian. The one major exception appears to be Adminimenu, which you can only get (to my knowledge) by ordering the Libranet CD or downloading the ISO. If you really want the program that bad, just download the ISO and burn it on a CD. Then find it in the CD.

    But there's a reason (a good one) why Debian is always "behind the times" and doesn't include the latest software. Stability and continuity. Are all of these latest applications really that essential to get? No, most of them aren't. So let other users and other distributions struggle with their bugs.

  15. Bad business model & big whiners by dh003i · · Score: 5, Interesting

    A few comments.

    (1) Giving away a ISO for download is all good and fine for non-profit Linux distributions like Debian. It makes sense. It doesn't make sense, however, for a corporation trying to make money off of it to do that. The Linux community is not going to chastise the company because they don't offer ISO downloads. Think the path of least resistance. If you want to sell a product, you shouldn't also make it available for free.

    (2) I stand by my earlier assertion that this isn't worth the extra $60 as opposed to downloading Debian. Almost all the additional software apps it has can be downloaded. And there's a reason why Debian doesn't always include the latest greatest software -- because it usually has problems. Debian prefers to let other distros walk through that minefield and benefit from the knowledge gained.

    (3) For those of you talking about how much more "resource hungry" one distro is as opposed to another (i.e., many saying Debian more resource hungry than Slackware), do try to remember that they're all based around the same thing. You can remove anything you don't like, and if you remove enough stuff, Debian eventually looks like Slackware.

    (4) For those of you whining about having to say all those extra syllables in GNU/Linux. Get over it. Its three extra letters to write, and if your giving a speech you don't have to say it every time. Distributions can simply be referred to by their distribution name (i.e., Debian) for short. But when something is written formally or said for the first time, it should be "Debian GNU/Linux" or "Redhat GNU/Linux" or whatever it is. Because that's what it is. Most of the tools and utilities and programs you use in a distribution are GNU stuff. Its only appropriate to say Debian GNU/Linux when speaking (at least upon any introduction; it need not be said more than once upon entering a new topic, after which simply Debian suffice's). It is not that hard to type in Debian GNU/Linux at the beginning of a paragraph.

    Credit should be given where it is due. If your going to mention the kernel of an OS like Debian, you should also mention all the software around it. Hence, formally, Debian GNU/Linux.

    I get sick of hearing how the FSF and Stallman are so greedy and unreasonable by expecting us to (at least formally) call a distribution like Debian "Debian GNU/Linux". Asking for due credit is not greedy or unreasonable. And, quite frankly, the reason they're asking isn't because of vanity, but because few new Linux users have any idea about Free Software and what it means to them.

    Stallman was right when he said that he was being written out of history. GNU/Linux supporters don't want to bother telling new users about that wierd, long-haird, hippie guy who's always talking about this silly notion called Freedom. People afraid to talk about Freedom in the context of software because they think it makes them seem weak and foolish.

    1. Re:Bad business model & big whiners by HiThere · · Score: 2

      I prefer to not download large files (dial-up connection). I don't like a lot of hassle when setting up a new system (I switch systems too often for that to be palatable). And I even have one computer that doesn't have any modem at all. To me LibraNet is quite worth the cost. ($60 is only the first time. Updated CDs are cheaper.)

      My problem was that it didn't do what I wanted. Appearantly the problem I was having was with the recent kernel version, as going back to RH 7.2 fixed things. But with the new kernels, one of my computers was too slow to use. Mandrake 7.0, Red Hat 7.2, those work well. But 7.3 crawled! So it's back to 7.2, and hit up2date. (I thought that the problem was KDE, but even iceWm was too slow [that's what LibraNet thought I should use].)

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    2. Re:Bad business model & big whiners by castlan · · Score: 2

      Too bad you didn't just try an earlier version of LibraNet. Especially since if it fixes the problem (maybe by using an earlier revision of the kernel) you can then apt-get to the more featureful apps included with later versions (especially since you already bought the newer version).

      Whether or not it was Linux, the kernel causing the problem, you probably should have reported it back to LibraNet. since you bought it, you should be entitled to some support, and they can then improve LibraNet for everybody.

      If Red Hat is getting the job done, then Kudos. But if you have to reinstall, maybe you could give LibraNet a heads up to fix your problem.

    3. Re:Bad business model & big whiners by HiThere · · Score: 2

      That would probably have worked too, but I had already tried Red Hat 7.2 (and Mandrake 7.0) and I *knew* that they worked. I tried Mandrake 7.0 first, but all the mirrors seem to have removed it, so I wasn't geting any of the security updates installed. So I switched over to Red Hat, and I'm updating it now.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
  16. Linux Naming FAQ by asv108 · · Score: 4, Funny

    Obivously the poster didn't read this. :)

  17. Ever install windows 2000? by petard · · Score: 3, Interesting

    The initial interface of the Windows 2000 installer bears a strong resemblance to ncurses. I think it's even still there with XP. The long and short of it is, if users want to install any OS (as opposed to just using it) they'll probably have to learn something new, GUI or no.

    --
    .sig: file not found
  18. Uh, Progeny *is* still in business by Overfiend · · Score: 5, Informative

    [Sorry, repost. I had cookies turned off in this browser so my login didn't work. Please mod down the Anonymous Coward version as redundant, not this one; thanks.]

    Progeny Linux comes to mind as a commercial Linux distribution company whose Linux product met with good reviews, but couldn't remain in business.

    I guess I have Santa Claus to thank for the paychecks I've been getting every two weeks for the past 2 years plus, then.

    Progeny did discontinue its Progeny Debian product, but we remain in business and continue to do interesting things, IMO.

    --
    Address-collecting spam robots don't know how to crack ROT13. Do you?
  19. Yeah, "New" Users... by castlan · · Score: 2

    I disagree that GUI install is where it's at, unless you are teaching somebody who already has some experience using a desktop computer productively. To somebody who has never used a computer, avoiding the mouse is a good thing. Have you ever tried to teach a "newbie" over the age of 45 how to simulaneously click the proper button, while the cursor still pointing at the proper icon? I highly doubt it.

    NCurses is great for basic installation... the focus doesn't change while you are trying to punch the enter key. Anybody who has used a computer before, even an utterly mouse dependant Mac OS 6.x user, can learn to use "TAB, up, down and enter" in under five minutes in a classroom setting. Try that multibutton mouse with someone whos hand-eye coordination has declined since the dawn of the PC era, even one-on-one. I dare you.

    BTW, it seems likely you haven't used an NCURSES based Installation like Debian/Libranet. There are no "Icons" to be confused about, just highlighted words and phrases. As for the confusion over flow, explain the whole "top to bottom" flow that most civilizations active for the past two milleniums have been using, let them watch the highlight rotate around as they press the tab key (harmlessly) about twenty times, and they usually get the hang of it. Engourage them to read the phrases on the screen, and point out the significant items that they will need to actually look at. On a Debian derived system, this should almost always be the topmost item in the list, right in the upper-middle portion of the screen. You don't even have to clean out the grimy mouse ball which won't track on the filthy desk, which has no room because it is cluttered with papers and textbooks!

    Maybe you aren't leveraging the average computer user's Win/Mac experience, but that isn't necessarily a bad thing. In fact, it is the perfect opportunity for some re-education... don't press ctrl-alt-del if something doesn't look right... don't necessarily shutdown or reboot multiple times daily... don't eject a floppy disk without warning the system... don't expect to run the cutesy little "dancing elves" attachments some friend sent from their Windows computer... I'm sure you have plenty you could append to this list as a computer teacher.