LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Graphical interface not working (https://www.linuxquestions.org/questions/linux-newbie-8/graphical-interface-not-working-836478/)

smilemukul 10-06-2010 02:57 AM

Graphical interface not working
 
I had installed a fresh copy of redhat linux 5 but I am unable to use the graphical mode of commands through the graphical mode as,
system-config-*

I also tried to install system-config-* package through yum but getting the error message that,

cannot open file: system-config-*
cannot open file: system-config-*

Any responce will be appreciated.

Thanks

linuxlover.chaitanya 10-06-2010 04:06 AM

Have you installed X window system and some desktop environment like Gnome, KDE, XFCE or other else? If not, then you will not be able to use any package that needs X.
If you have RHEL5, then you can add epel repositories and then install packages you want.
For installing X and desktop

yum groupinstall "X window system"
yum groupinstall KDE

smilemukul 10-07-2010 12:06 AM

I am getting the message that there is no X window package available.

Thanks

bret381 10-07-2010 12:37 AM

install X

linuxlover.chaitanya 10-07-2010 12:39 AM

See, you are using RHEL5, which is a paid subscription distribution. You need to pay for the updates, upgrades and using red hat repositories. You will need to add the extra repositories. Please check the EPEL repositories for RHEL5. Add those to yum and update yum and then install the packages. And also give the exact commands that gave you errors and if possible screen shots or images of what you did that produced errors.

cjfester 01-24-2011 04:16 PM

Code:

[root@server ~]# yum groupinstall "X window system"
Setting up Group Process
Warning: Group X window system does not exist.
No packages in any requested group available to install or update
[root@server ~]# uname -r
2.6.18-164.11.1.el5

The IT managers have create a local repository
Code:

[root@server ~]# ls /etc/yum.repos.d
local.repo  rhel-debuginfo.repo  updates.repo

local.repo:
Code:

[root@server ~]# cat /etc/yum.repos.d/local.repo |more
[rhel-local]
name=Red Hat Enterprise Linux $releasever - $basearch
baseurl=file:///media/RHEL5
enabled=1
gpgcheck=0

I don't have de RHN serial number, the It managers don't give it to me and don't make what i need, the server is my responsability, i am the owner of them, but internel politics in my work are made not for users, but for "some people" commodity.

If i install EPEL repo, rpmforge or simply put the centOS repos ... will that work?

linuxlover.chaitanya 01-25-2011 03:59 AM

The local repository is a local media which could be any optical drive like cd or dvd on your system. And if you do not have that, it would not work. Like said in the earlier posts, you will need to add extra repositories. Read through the thread to understand how to add repos.


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