|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Sat Aug 21, 2004 2:17 am Post subject: How to install GNOME? |
|
|
How do I install GNOME using command line in BLAG? apt-get install task-gnome does not work, like it does in Debian.
HOW do i do it?!?
Cheers.
Asa
|
|
|
 |
jebba
|
Posted: Sat Aug 21, 2004 2:50 am Post subject: |
|
|
Well, it shoulda been installed by default unless you just did a server install or something.
Anyway, to install gnome:
| Code: | apt-get update
apt-get install gnome-applets gnome-audio gnome-audio-extras gnome-desktop gnome-themes gnome-libs gnome-sessions |
That should get you started at least.... Do you have x windows installed?
-Jeff
|
|
|
 |
Guest
|
Posted: Sun Aug 22, 2004 4:11 pm Post subject: |
|
|
Heh. Yea - I did a server install and then changed my mind :oops:
RE: X - er no :oops:
How do I install that.
|
|
|
 |
jebba
|
Posted: Sun Aug 22, 2004 9:19 pm Post subject: |
|
|
Same thing. In fact, installing gnome will probably grab a bunch of X stuff too. Here's one list:
| Code: | apt-get update
apt-get install xorg-x11-100dpi-fonts xorg-x11 xorg-x11-75dpi-fonts xorg-x11-base-fonts xorg-x11-font-utils xorg-x11-ISO8859-15-100dpi-fonts xorg-x11-ISO8859-15-75dpi-fonts xorg-x11-libs xorg-x11-libs-data xorg-x11-Mesa-libGL xorg-x11-Mesa-libGLU xorg-x11-tools xorg-x11-truetype-fonts xorg-x11-twm xorg-x11-xauth xorg-x11-xdm xorg-x11-xfs xorg-x11-Xnest xorg-x11-Xvfb |
You don't really need to list all of those, but it doesn't hurt.
-Jeff
|
|
|
 |
Guest
|
Posted: Mon Aug 23, 2004 9:05 pm Post subject: |
|
|
Thanks a lot. That all helps :)
asa
|
|
|
 |
|
|
|