LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Install GNOME RPM after minimum RHEL install (https://www.linuxquestions.org/questions/linux-newbie-8/install-gnome-rpm-after-minimum-rhel-install-166973/)

linuxhead 04-06-2004 03:07 PM

Install GNOME RPM after minimum RHEL install
 
Hi All,

I installed RHEL without the X-Window, GNOME, or KDE interface. Right now I'm just getting the command prompts which I DON'T WANT. what I want is a nice GUI.

I've installed the GNOME RPM as well as all of its dependencies but now I don't know what to do.

I thought I was supposed to go to /etc/inittab and change the default run level from 3 to 5 but I got an error when I rebooted. Said something about spawning too quickly. :eek:

I've also tried typing startx but it says command not found.

Anyway, I know there's something else I need to do but I don't have the slightest idea. Please bare with me I used to be a windows user!!!

Thanks
:)

Please let me know if I need to be more descriptive.

DrGnome 04-06-2004 03:24 PM

you install x?

AutOPSY 04-06-2004 03:25 PM

try editing /etc/X11/XF86Config

to match your setup,

or get XFree86-4.4.0 and run, xf86config

linuxhead 04-06-2004 03:25 PM

no. Just GNOME. Should I and if I should than how? What's the difference between X and GNOME?

thanks

FragInHell 02-23-2007 03:36 PM

If your using Redhat EL4 and you have a valid redhat network account, you can use
Code:

up2date -i "@ gnome"
this will install all the packages you need.
to see a list of valid packages use
Code:

up2date --show-groups | more
If you are using Centos (Redhat EL) you can do the same with yum using
Code:

yum groupinstall "gnome"
and to list yum
Code:

grouplist | more


All times are GMT -5. The time now is 09:28 PM.