You should know there are several Linux ‘versions’, also called Distros.
There are lots of distros, on the most used we can find Debian, Ubuntu, Gentoo, Fedora…
And there’s that one i like to use: ArchLinux.
Arch is a DIY(Do it Yourself) distro.
By default it just install the core system whit very basic apps. An editor, few networking apps, a package manager(Pacman), bash, and few more.
Then, what is good about it? Well, i already said it :p.
As it install nothing but core apps by default you can really have just what you want, and you’ll be bloated only if you want.
It has official versions for i686 and x86_64 processors, but there are ports to other architectures. They are highly optimized so you will always have a quick system.
Arch, as many almost any distro has its own way to install software: PACkage MANager(Pacman).
Pacman is like aptitude from Debian based distros. It access the repositories you has set, download the software and install it. The Arch repositories are:
Here you find the packages which makes Arch Work. Kernels, etc…
Here is the software people wants but aren’t system required. Xorg, Window Managers, Browsers…
The applications here are the Arch User Repository(AUR) that got enough votes. They are maintained by the Trusted Users(TU).
The PKGBUILDS here are maintained by Arch users. Here you find git/subversion/darcs/etc version of software on [extra], patched applications, new applications, etc.
There are the [testing] and [unsupported] repos too, but i dont need to explain them…or do i?
Arch’s packagers do hate dependencies, so they delete the most they can without messing up the software. That gives you an almost free of fat software system.
Pacman is a text mode packager manager, but of course, there are several GUIs for it. Shaman is an example.
—————————————————————————————————————————————————-
Arch could look hard for new users,but is not. I have less than a year using Linux(less than six months when i first installed it) and its easy to use, and if i have any problem the awesome community will help me.
—————————————————————————————————————————————————-
ArchLinux official site // Arch Forums // Arch Wiki // Arch on Wikipedia // <— Some links i leave you…
My article sucks, i know :p.
Well, cya.