Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15
Hi There guys, I am a complete novice when it comes to Linux, I am renting a VPS server in Germany, it has Red Hat Enterprise (Standard). It is a ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    13

    Red Hat Enterprise (Standard) GUI

    Hi There guys,

    I am a complete novice when it comes to Linux, I am renting a VPS server in Germany, it has Red Hat Enterprise (Standard). It is a very very slimmed down version and doesn't have most features. There is no GUI, so I don't see anything when I connect via VNC. How do I go about installing a GUI so I can actually have a close to experience (dare I say it) Windows. I had a ex Linux server admin look at it and this is what he told me, he said its a very complicated procedure to install the GUI for Red Hat and now I am asking here for a second opinion on how I can go about doing it?

    Thanks for any answers.

  2. #2
    Linux User saivin's Avatar
    Join Date
    Dec 2008
    Location
    Bengaluru, India
    Posts
    305
    Do you have root (administrator) access to the server? In that case,
    Code:
    yum groupinstall "GNOME Destkop Environment"
    should install GNOME.
    A candle looses nothing by lighting other candles. - Khalil Zibran.
    Registered Linux User #490076

  3. #3
    Just Joined!
    Join Date
    Mar 2009
    Posts
    13
    Hi There, yes I do have admin rights/root access. I typed in what you said with Inverted comma's. If I was supposed to ? :s

    Anyway this is what it returned:

    usage: yum [options] < grouplist, localinstall, groupinfo, localupdate, resolvedep, erase, deplist, groupremove, makecache, upgrade, provides, shell, install, whatprovides, groupinstall, update, groupupdate, info, search, check-update, list, remove, clean, grouperase >

    options:
    -h, --help show this help message and exit
    -t, --tolerant be tolerant of errors
    -C run entirely from cache, don't update cache
    -c [config file] config file location
    -R [minutes] maximum command wait time
    -d [debug level] debugging output level
    -e [error level] error output level
    -y answer yes for all questions
    --version show Yum version and exit
    --installroot=[path] set install root
    --enablerepo=[repo] enable one or more repositories (wildcards allowed)
    --disablerepo=[repo] disable one or more repositories (wildcards allowed)
    -x [package], --exclude=[package]
    exclude package(s) by name or glob
    --obsoletes enable obsoletes processing during updates
    --noplugins disable Yum plugins

  4. #4
    Just Joined! deakons's Avatar
    Join Date
    Mar 2009
    Location
    New York
    Posts
    16
    Quote Originally Posted by saivin View Post
    Do you have root (administrator) access to the server? In that case,
    Code:
    yum groupinstall "GNOME Destkop Environment"
    should install GNOME.
    This is the correct command, but you need to do this with single quotes.

    Code:
    yum groupinstall 'GNOME Desktop Environment'

    Yes, yum can be picky at times.

  5. #5
    Just Joined!
    Join Date
    Mar 2009
    Posts
    13
    Thank you for your reply - now it did something different.

    Code:
    [root@km23118-07 ~]# yum groupinstall 'GNOME Desktop Environment'
    Loading "rhnplugin" plugin
    Loading "installonlyn" plugin
    This system is not registered with RHN.
    RHN support will be disabled.
    Setting up Group Process
    Setting up repositories
    rpmforge                  100% |=========================| 1.1 kB    00:00
    utterramblings            100% |=========================|  951 B    00:00
    Setting up repositories
    Reading repository metadata in from local files
    Warning: Group GNOME Desktop Environment does not exist.
    No packages in any requested group available to install or update
    If I need to register with RHN, is there anyway around that? The guys that are hosting my server haven't given my a subscription for Red hat so i cannot register for that service. Please advise

    Thank you.

  6. #6
    Just Joined!
    Join Date
    Mar 2009
    Posts
    13
    So how do I get around this?

    Warning: Group GNOME Desktop Environment does not exist.
    No packages in any requested group available to install or update

  7. #7
    Just Joined! deakons's Avatar
    Join Date
    Mar 2009
    Location
    New York
    Posts
    16
    It seems that either the group of 'GNOME Desktop Environment' is the incorrect name or your host provider does not have the repo enabled for Gnome installation.

    Code:
    yum grouplist
    Execute this to see if the group for the install of GNOME is present, if not you will have to enable a repo that enables this group.

  8. #8
    Just Joined!
    Join Date
    Mar 2009
    Posts
    13
    Hi there

    This is all it says:

    [root@km23118-07 ~]# yum grouplist
    Loading "rhnplugin" plugin
    Loading "installonlyn" plugin
    This system is not registered with RHN.
    RHN support will be disabled.
    Setting up Group Process
    Setting up repositories
    rpmforge 100% |=========================| 1.1 kB 00:00
    utterramblings 100% |=========================| 951 B 00:00
    Done


    Does this mean I don't have the GNOME repo? Where can I get a GNOME repo and how do I go about adding it?

  9. #9
    Just Joined!
    Join Date
    Mar 2009
    Posts
    13
    This is wierd, my email says that there is a reply but its not here ? Anyway is there anyone else that can help me with this problem?

  10. #10
    Just Joined! deakons's Avatar
    Join Date
    Mar 2009
    Location
    New York
    Posts
    16
    It looks like the provider has disabled/removed the standard repositories for RHEL. You will have to find out (/etc/redhat-release) what version of the OS you are using and search for the standard repositories (rhel(version)-base). This should enable you to perform the installation via the groupinstall method.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...