Am I right in thinking that Arch is the new Gentoo?
ArchLinux, Not Just For The Elite
51–59 of 59 posts
Re: ArchLinux, Not Just For The Elite
#52that's it ... i'm moving to gentoo.
Re: ArchLinux, Not Just For The Elite
#53I 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…
Re: ArchLinux, Not Just For The Elite
#54Earlier 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.
Re: ArchLinux, Not Just For The Elite
#55Earlier 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.
Re: ArchLinux, Not Just For The Elite
#56Re: ArchLinux, Not Just For The Elite
#57Tried to install it last week, almost everything was done until GUI. Could not make to install & configure one of window managers.
Re: ArchLinux, Not Just For The Elite
#58It'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…
Re: ArchLinux, Not Just For The Elite
#59Using 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.