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 ...
- 03-19-2009 #1Just 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.
- 03-19-2009 #2
Do you have root (administrator) access to the server? In that case,
should install GNOME.Code:yum groupinstall "GNOME Destkop Environment"
A candle looses nothing by lighting other candles. - Khalil Zibran.
Registered Linux User #490076
- 03-19-2009 #3Just 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
- 03-19-2009 #4
- 03-19-2009 #5Just Joined!
- Join Date
- Mar 2009
- Posts
- 13
Thank you for your reply - now it did something different.
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 adviseCode:[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
Thank you.
- 03-19-2009 #6Just 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
- 03-19-2009 #7
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.
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.Code:yum grouplist
- 03-19-2009 #8Just 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?
- 03-20-2009 #9Just 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?
- 03-20-2009 #10
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.


Reply With Quote
