Slashdot Mirror


Arch Linux: the Distro of the Year?

Provataki writes "OSNews posted an enthusiastic review of Arch Linux, a distro that is fast gaining popularity lately. The article compares Arch to the existing big-name Linux distros and takes a shot on describing where Arch offers a better solution. It also lists some of Arch's own problems and suggests solutions."

6 of 58 comments (clear)

  1. Been there, done that by Stachel · · Score: 3, Interesting

    Arch is not perfect and no matter what Archers might advocate to you in the forums or IRC, Arch is not for newbies

    This would have been interesting news for geeks six, seven years ago. At that time I was writing my PPP scripts and XF86config etc. from scratch. I have come to value my time more, and let the established distro developers do the 'dirty' work.
    For doing that successfully I buy their product once in a while, and enjoy the great configuration management tools available now.

    As far a package managers are concerned: the only time I ever messed up one was when I did an 'rpm -e rpm' :-/

    --
    Stachel
  2. Re:Please explain me something ... by Stevyn · · Score: 4, Insightful

    People like distros that do stuff automatically for you. For example, I plug in an iPod or usb flash drive and an icon instantly appears on the desktop. No need to mess with the fstab, it just works automatically. Those features are in the popular distros and are very beneficial to people who just want their shit to work.

    And you mentioned slackware because you like it. I could have easily posted why not use gentoo because compiling all your own software might get that 0.5% performance increase so everyone should do it. Who cares?

    There are so many linux distros out there that people should never act as if one is always and will always be better. There are distros for the bored people out there (gentoo) that people can spend hours tweaking. Then there are distros that people can throw on in 20 minutes and get a complete system up and running. People should play around with several distros and choose the one that suits their needs best.

  3. Easier than Debian? by DavidNWelton · · Score: 4, Informative

    I'm a Debian developer, and I'll agree that it's not simple in all the ways it could be, but I don't get this:

    "apt-get & dpkg and all these related tools are not as brain-dead simple to use as pacman is"

    How is "apt-get install whatever" any more difficult than "pacman -S firefox"?

  4. Why!? by Fished · · Score: 3, Insightful
    I continue to be frustrated by the proliferation of package formats. So far as I can tell, there is no significant debate the dpkg is the best, most robust package format out there. I've never had the sort of dependency hell I had with RPM, and upgrading my Debian and Debian based boxes is trivially easy.

    If it's too hard to use, then the solution is not to invent a whole new format, but to write tools to make it easy. Automating dependency management and package installation is hard. Writing a new user interface is easy.

    Personally, I would like to see Debian packaging and packages become the base for all "mainstream" (i.e. binary distributed) linux distros. Obviously, distros like gentoo are something of a special case, but distros like Xandros, Ubuntu, and Mepis have demonstrated that it is a good base upon which to build a robust distro, and compared to different RPM-based distros, Debian based distros are amazingly interoperable. Why reinvent the wheel?

    --
    "He who would learn astronomy, and other recondite arts, let him go elsewhere. " -- John Calvin, commenting on Genesis 1
    1. Re:Why!? by doodleboy · · Score: 3, Interesting

      It's apt that matters, not whether the package format is .deb or .rpm. I've been using apt-rpm on redhat 9 for a couple of years now using four repositories, fedoralegacy for OS updates, and freshrpms, Dag, and atrpms for various goodies. I apt-get update && apt-get dist-upgrade just like on debian with no dependency problems whatsoever. If I need extra packages for something I'm installing, apt tells me about them and offers to download them for me. Works great.

      Apt for rpm is about the best advertisement for debian-like systems there is. I'm getting off redhat after 7 or 8 years, and I like apt so much that I'm switching to Ubuntu.

  5. Re:Lost SysV /etc/rc.d from Slackware by fideli · · Score: 3, Informative

    Actually, Arch Linux has a very simple init system, as shown here: http://www.archlinux.org/docs/en/guide/install/arc h-install-guide.html#bootrc. It's just like Gentoo, for that matter. I understand what you're saying about Slackware, though. All the inits for a runlevel are in a single file (from what I remember). However, I prefer the Arch/Gentoo approach since you can start and stop services using the same scripts as those used during the init process.