You are not logged in.
Pages: 1
Hello
I'm very new to Arch Linux, I'm used to Gentoo, and there's ONE things that bothers me, it's the meta packages, wich packages do I need to install, to get the same packages that are in the "x11" and "gnome" meta packages on Gentoo?
Use the Source, Luke!
Offline
...wich packages do I need to install, to get the same packages that are in the "x11" and "gnome" meta packages on Gentoo?
Maybe those which are in "x11" and "gnome" meta packages on Gentoo?;)
But if you are asking about meta packages in Arch, then afaik there is no such think like meta package. There are only package groups, which are not much used (imho). Anyone please correct me if I'm wrong in this one
-miky
What happened to Arch's KISS? systemd sure is stupid but I must have missed the simple part ...
... and who is general Failure and why is he reading my harddisk?
Offline
Well, you missunderstand me, "x11" and "gnome" is the metapackages for Gentoo yes, Arch have "xorg" and "gnome" but they only install as minimal packages as possible...
I'm asking for an pacman command that install full gnome and X.
Use the Source, Luke!
Offline
Sorry for misunderstanding...
...but they only install as minimal packages as possible...
This is exactly The Arch Way. Arch is KIS, so this is the best you can get from it. All "extra" packages has to be installed manually, unless they are part of some dependance. That's what makes it so cool :-) Pacman (or packager) is not trying to guess what you might want to have. You should know best ;-)
-m.
What happened to Arch's KISS? systemd sure is stupid but I must have missed the simple part ...
... and who is general Failure and why is he reading my harddisk?
Offline
Yes, but i want full xorg and gnome, i have great font problems etc. because of this...
Use the Source, Luke!
Offline
Yes, but i want full xorg and gnome, i have great font problems etc. because of this...
Generally, there is no such thing like "full X" or "full GNOME". What you might expect from "full GNOME" can be "too many useless apps" for another Gnome user and "just a fraction" for another one... You see my point?
-m.
What happened to Arch's KISS? systemd sure is stupid but I must have missed the simple part ...
... and who is general Failure and why is he reading my harddisk?
Offline
To install xorg:
pacman -S xorg
You'll need to additionally install drivers for your video card. Install also the bitstream font (I think gnome need it):
pacman -S ttf-bitstream-vera
To install full gnome:
pacman -S gnome gnome-extra
If you have specific problems (like fonts), please describe them.
Offline
Ok, ill try to swallow that camel if you know what i mean.
I shall take an look in the repository, and try to install the packages my self, but pacman downloads terrobly slow, you know of any more local reposiory for me? I'm living in norway, and how do i change them?
To install xorg:
pacman -S xorg
You'll need to additionally install drivers for your video card. Install also the bitstream font (I think gnome need it):
pacman -S ttf-bitstream-veraTo install full gnome:
pacman -S gnome gnome-extraIf you have specific problems (like fonts), please describe them.
Thanks, I will.
Use the Source, Luke!
Offline
Reorder the mirrors in the current/extra files in /etc/pacman.d
Pacman use the first mirror. Put the one you want to use on top of the list. Additionnal mirrors are listed here: http://wiki.archlinux.org/index.php/Mirror
Offline
pacman -S ttf-dejavu ...much nicer fonts. 8)
/K
METAL UP YOUR ASS!
Offline
Pages: 1