Arch Linux: the Distro of the Year? 58
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."
Arch Linux rocks (Score:1)
Re:Arch Linux rocks (Score:2, Funny)
makes swift exit...
Please explain me something ... (Score:1, Interesting)
They were here first. It's the more mature distro we have right now. It's simple, i just read sometimes the kind of troubles people have with some distros and i just can't beleive it. A distribution shouldn't get in the middle, just install and go away. You should just forget about what distro you installed the moment you are done installing it. That is only true about Slackware GNU/Linux and the BSDs.
Re:Please explain me something ... (Score:1, Informative)
Re:Please explain me something ... (Score:2)
Re: (Score:3, Informative)
Re:Please explain me something ... (Score:5, Insightful)
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.
Re:Please explain me something ... (Score:2)
Because Slackware, as any other distro, tries to fill some niche. I was a Slackware user a long time ago, 'till I could see that everything I wanted to do with GNOME worked perfectly on Ubuntu.
If I got a server, I would install Slackware. As my desktop, I'll keep Ubuntu.
BTW: As it is an Arch article, problaby they have their niche too.
Re:Please explain me something ... (Score:3, Interesting)
I suppose one system isn't 'better' than another (if Slack makes you find and install your own updates), it's just different. I find automated updates easier to deal with, although maybe a tad slower than doing it myself.
Re:Please explain me something ... (Score:1)
A lot of people tend to use swaret or slapt-get
Seeing as I don't use them I couldn't comment on how good any of them are but from what I gather slackpkg is pretty good but lacking a bit in full automation but swaret allows everything to be d
Re:Please explain me something ... (Score:2)
However, back to what you were talking about.. emerge -uDav world will list the updates, download size, but not actually do anything. So this is how you'd get around automatic updates by having the choice of what to update and wh
listing updates and choosing which ones to perform (Score:2)
This list all updates including the packages sizes. I'm sure slapt-get does just about the same. Then you go through and say yes/no/all/quit to download and install packages as required.
The creation of packages for use by others seems to be something of a black art however. I've looked at the howtos a couple of times now (as I often find I can't get the very latest update of the obscure software I use a couple of days after release) but my eyes glaze over. I very rarely struggle to creat
Re:listing updates and choosing which ones to perf (Score:2)
What I'd like is a slackware package builder that does it all for me so I can then install the package and distribute it for others. Oh, and a money tree wouldn't go a miss, along with a frictionless enviro-friendly engine ... thanks!!
Try checkinstall [asic-linux.com.mx]. You run it as the final step instead of "make install", and it will automagically generate and install a package for you. It runs perfectly for me under slackware 10/10.1. I think a tgz is available in the slackware extras/ directory, even.
However, I
Re:listing updates .. checkinstall (Score:2)
Cheers.
Re:Please explain me something ... (Score:2)
Re:Please explain me something ... (Score:2)
I never had to reinstall. And upgrading was as easy as upgradepkg --installnew
ALMAFUERTE
Ha (Score:1, Funny)
Been there, done that (Score:3, Interesting)
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'
Easier than Debian? (Score:5, Informative)
"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"?
Re:Easier than Debian? (Score:2)
Apt is solid stable, easy to use by commandline. Synaptic is better than most GUI package tools. I don't see how a "minimalistic" and young distro specific pacage manager could even compete. Though the name is cute it doesn't install confidence in me.
No,
Re:Easier than Debian? (Score:1)
Re:Easier than Debian? (Score:2)
Aptitude.....
Lost SysV /etc/rc.d from Slackware (Score:3, Insightful)
Re:Lost SysV /etc/rc.d from Slackware (Score:3, Informative)
Re:Lost SysV /etc/rc.d from Slackware (Score:2)
Indeed, even most of the BSD's support separate init scripts, and only uses rc to set configuration.
"mess o' symlinks" is
Re:Lost SysV /etc/rc.d from Slackware (Score:2)
Re:Lost SysV /etc/rc.d from Slackware (Score:2)
Sure, runlevels 3-5 should be wiped out -- if you need them, you know how to create them. But files don't scare me, neither do symbolic links. This is unix after all, files are what it's about.
Forget it though, it's like trying to explain nonmodal editing to people who think vi is the pinnacle of user interfaces (and no,
Explain.. (Score:2)
One seems like a simple, elegant solution while the other seems needlessly complex.
Re:Lost SysV /etc/rc.d from Slackware (Score:2)
SYSV is worlds better when you're:
dealing with many boxes
or for installing init scripts from packages
or for disabling 1 thing for the next boot either by hand, or by script and ssh
or restarting one service without remembering it's start flags (sendmail, now is it '-q1h -d'? or '-q -r1h -d' or what? Named... now it's -t user, or is it -t user -c
I could keep naming things where SY
Re:Lost SysV /etc/rc.d from Slackware (Score:2)
many boxes -- maybe. How?
"disabling for next boot"?? What next boot? :) I just `kill` the offending PID.
flags? `man foo` or `grep -sir foo /etc/rc.d`
The One True (Real) Distro of the Year: (Score:1)
If there is one thing the diaspora of distro's should prove, it is that truly anyone can roll their own..
Why!? (Score:4, Insightful)
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?
Re:Why!? (Score:1)
What are the strengths of rpm that it continues to be used if other package management systems are so "obviously" better and is there a package system that incorporates all the strengths desired?
Re:Why!? (Score:3, Informative)
Assuming that every package in the debian repository was also present in a apt4rpm repository, a user's experience would very likely be about the same if they were using apt4rpm.
If your Debian system only had DPKG, and didn't have apt-get, you would be just as frustrated and you would still have "dependency
Re:Why!? (Score:2)
Apt just makes it even easier than it was to do what Debian was able to do beforehand.
Re:Why!? (Score:2)
The point is, dpkg isn't responsible for the magic, another program such as apt, dselect, etc. is still doing the heavy lifting.
Yes, I've used Debian's dselect.
Re:Why!? (Score:4, Interesting)
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.
Re:Why!? (Score:2)
There are some important differences
1)
2)
3)
All told I prefer
Re:Why!? (Score:2)
debconf can be told to take all the defaults or even be preconfigured to give specific answers for some packages. How this is done is not exactly clear
Re:Why!? (Score:2)
Really? I say that ports is the best, and since I won't listen to any dissenting opinion or bother doing any research, I guess there's no significant debate.
> I've never had the sort of dependency hell I had with RPM, and upgrading my Debian and Debian based boxes is trivially easy.
Guess you were never around when they broke perl in stable. I run Debian now, but I prefer truthful accou
I've Seen It Somewhere Before (Score:1)
Re:I've Seen It Somewhere Before (Score:1)
After reading the article all I can say is (Score:3, Insightful)
Well, sort of. I mean, I like feeling actually challenged to write cogently, use a spell checker, and actually be made to have the discipline to review the actual material. I mean most of the review went:
Foonux: Well it was sorta like slow, and pretty tough and stuff and I didn't really like it.
Yaddanix: Lots of RAM, and it was slow and the package tool was tough but it has all kinds of stuff that Arch doesn't have but it's still kinda lame and all.
Oh yeah, but the review was about Arch, right? Ok, um, well here's a laundry list of things that suck about it. But it really rocks because it's Slack and it's all 0ldsk00l and stuff lol!
Flame bait title (Score:2, Funny)
Re:Flame bait title (Score:1)
Re:Flame bait title (Score:1)
I have tried Arch Linx (Score:2, Insightful)
Re:I have tried Arch Linx (Score:1, Insightful)
Arch has potential (Score:3, Informative)
As far as usability, I use it for my main machine at the office and it's been rock solid. It took only about 45 minutes to set up, including tweaks, and fairly minimal interaction with help boards. Now will it automagically burn CD's and work with my digial camera? Doubt it, but then again I don't need those things in my office environment either. I guess it's all about using the right tool for the job..
osnews (Score:2)