LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   trying to install GNOME via yum and getting an error (https://www.linuxquestions.org/questions/linux-software-2/trying-to-install-gnome-via-yum-and-getting-an-error-918957/)

tango0202 12-15-2011 04:36 PM

trying to install GNOME via yum and getting an error
 
I am trying to install GNOME on a fresh RHEL install. I understand that this can be done with the initial install but it was over looked and now need to install it to register it with the activation code. Is there another way to activate the OS without the GUI??

This is what I receive...

[root@localhost ~]# yum groupinstall "X Window System" "GNOME Desktop Environment"
Loaded plugins: product-id, security, subscription-manager
Updating certificate-based repositories.
Convoy
| 1.3 kB 00:00 ...
Setting up Group Process
Warning: Group X Window System does not exist.
Warning: Group GNOME Desktop Environment does not exist.
No packages in any requested group available to install or update

GeorgiaRebel 12-15-2011 06:23 PM

It looks like you failed to install X Windows (a pre-req) prior to starting the gnome install. You have probably left off some other groups and packages that normally get installed automatically during setup. you probably need to do a yum grouplist and see if the following groups are installed. If not, then do a yum groupinstall <groupname>

Desktop
Desktop Platform
Fonts
Graphical Administration Tools
X Window System

- Alan

GeorgiaRebel 12-15-2011 06:25 PM

Just looked at your post a little more and yum is complaining that it cannot find the groups. What repos do you have defined?


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