Live data from Hacker News

ArchLinux, Not Just For The Elite

standardsandfreedom.net

51–59 of 59 posts

Re: ArchLinux, Not Just For The Elite

#53

I like arch, except for the stupid command line arguments to pacman. I wish they had just kept it more standard. There's nothing wrong with naming "install" install and "search" search. Feels to me like a case of inventing complexity just to make it feel a little more elitist. pacman -Ss gnome # searches for gnome pacman -S gnome # installs gnome

That's just how CLI apps work, there is nothing elitist about it. Its "cd" and "ls -la" and "cat", not "change-directory," "list-directory long-format everything" and so on. The learning curve might be steep, but it's well worth it, especially for those of us who "live" in a shell. In the particular case of pacman, I really like the design of the arguments, in particular the top level ones. -S is for syncing, -R is f…

Yes, but why rename install to syncing and search to query? Why not just call it install and make it -i for install and -s for search which is still search. I think that is what the OP is trying to say.

Re: ArchLinux, Not Just For The Elite

#54

Earlier quoted context omitted.

That's just how CLI apps work, there is nothing elitist about it. Its "cd" and "ls -la" and "cat", not "change-directory," "list-directory long-format everything" and so on. The learning curve might be steep, but it's well worth it, especially for those of us who "live" in a shell. In the particular case of pacman, I really like the design of the arguments, in particular the top level ones. -S is for syncing, -R is f…

Yes, but why rename install to syncing and search to query? Why not just call it install and make it -i for install and -s for search which is still search. I think that is what the OP is trying to say.

Searching isn't the same as querying. -Q is for operations dealing on the _local_ repository. -S synchronizes your local repository with the remote repository. In a way installing could very well be -Si (-S --install), but installing is the default action in -S mode instead. Pacman is maybe somewhat idiosyncratic, but I find it very useful and simple once you get the basics.

Re: ArchLinux, Not Just For The Elite

#55

Earlier quoted context omitted.

Yes, but why rename install to syncing and search to query? Why not just call it install and make it -i for install and -s for search which is still search. I think that is what the OP is trying to say.

Searching isn't the same as querying. -Q is for operations dealing on the _local_ repository. -S synchronizes your local repository with the remote repository. In a way installing could very well be -Si (-S --install), but installing is the default action in -S mode instead. Pacman is maybe somewhat idiosyncratic, but I find it very useful and simple once you get the basics.

Oh, i used it. Found it delightful, actually I am yet to encounter a very bad package management system. They are all really good since I started using linux.

Re: ArchLinux, Not Just For The Elite

#57
post #6

Tried to install it last week, almost everything was done until GUI. Could not make to install & configure one of window managers.

I had installed X, tested. Afterwards, wanted to use xmonad, installed it using pacman however couldn't configure. I think I will give another try some time later, since everything I have done so far is still in my laptop.

Re: ArchLinux, Not Just For The Elite

#58
post #4
post #2

It's pretty stupid, but the only problem I have with using something like Arch on my desktop is I can never seem to get the fonts to look nice (ie. like they do in OS X or Ubuntu) when I've installed/configured Xorg myself.

That is quite a normal concern. Fortunately, the Archlinux wiki has good info on how to configure fonts: https://wiki.archlinux.org/index.php/Font_Configuration#Ubun... (that link leads to the section about Ubuntu-patched packages, but the whole page is a good read). If you use Archlinux, make sure you use the wiki and bbs to their full power. Most of the problems you think of have been solved in a way or another. It…

I use the Ubuntu patchset. The difference between that and stock fontconfig is night-and-day; installing it is a constant reminder that for all the controversial moves Canonical has made in recent months, making Linux fonts not look like ass was one thing they did about as well as they possibly could have.

Re: ArchLinux, Not Just For The Elite

#59
I used Arch for a while, and really loved it... in theory. In practice, updates would often break things, especially when those updates were x.org-related.

Using Arch also really made me appreciate all the work Ubuntu does to make a desktop that isn't ugly. I found myself installing Ubuntu-patched versions of many Arch packages just to get things like a decent notification system and non-ugly fonts. (And even then, OpenOffice fonts never did work correctly.)

I was raised on Slackware, so I'm no stranger to DIY-style Linux, but these days I'm happy to install Ubuntu and have a working, decent-looking desktop system in 20-30 minutes.

That said, if I was looking to build a minimalist dev box or something other than a general desktop system, I wouldn't hesitate to install Arch.

Post reply on HN