LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-14-2008, 10:54 AM   #1
karthickannamalai
Member
 
Registered: Jun 2008
Posts: 32

Rep: Reputation: 15
Adding GUI in Fedora 7


Hi,

I'm using Fedora 7 Linux on my PC and I'm trying to install GUI on it. (GNOME Desktop)

I tried the following:

yum groupinstall "GNOME Desktop Environment"
yum groupinstall "X Window System"

But it displays the following message:

setting up Group Process
Warning: Group GNOME Desktop Environment does not exist.
Warning: Group X Window System does not exist.
No package in any requested group available to install or update

What should I do to rectify this and how can I get GUI on fedora 7? Are there any other ways to get GUI on Fedora 7?

If anyone has tried installing GUI in fedora 7 before or has some tips please do post here. It will be really helpful.

Cheers!!

K.Karthick Annamalai
 
Old 07-14-2008, 11:33 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Fedora 7 is pretty old....Fedora 9 is the latest version, and you should be able to install a GUI at build time. Have you considered upgrading?
 
Old 07-14-2008, 12:25 PM   #3
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
yum install gnome-desktop

But I agree that it would be better to upgrade first. A base install is just so much more unlikely to give you issues than something that already has a GUI.

Last edited by jay73; 07-14-2008 at 12:29 PM.
 
Old 07-14-2008, 12:33 PM   #4
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
You can also see all the available groups using
Code:
yum grouplist
 
Old 07-14-2008, 12:58 PM   #5
karthickannamalai
Member
 
Registered: Jun 2008
Posts: 32

Original Poster
Rep: Reputation: 15
Thanks everyone for your responses.

I Tried

yum install gnome -desktop and it installed the Gnome desktop environment.

But I'm not getting the GUI if I type gdm.. It says command not found. What should I do to get the GUI?

Cheers!!

K.Karthick annamalai
 
Old 07-14-2008, 11:48 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
install Fedora 8 or 9
fedora 7 has reached/passed it's END OF LIFE
there will be no more updates ,the lvina and fedora repo's are still there but
No updates ever !!!
 
Old 07-15-2008, 01:18 AM   #7
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
rpm -q to verify whether it has been installed. If not, yum install gdm. You can make gdm pop up automatically after booting by doing gdm start as root (if it doesn't do so out of the box).

Yes, Fc7 is officially unsupported but if it's what you need to keep, you can also check the dag repository. It has quite a few packages for legacy fedora.

Last edited by jay73; 07-15-2008 at 01:21 AM.
 
Old 07-15-2008, 01:20 AM   #8
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Hei.... please, don't shout... it's early in the morning here!
 
Old 07-15-2008, 01:11 PM   #9
karthickannamalai
Member
 
Registered: Jun 2008
Posts: 32

Original Poster
Rep: Reputation: 15
Hi Everyone,

Thanks so much for your suggestions.. I finally got the GUI going in Fedora 7. But as per all your suggestions I have planned to install fedora 9.. It was a good experience though trying to get GUI to fedora 7..

Once again thanks everyone for the replies..

Cheers!!

K.Karthick Annamalai
 
Old 07-15-2008, 01:27 PM   #10
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
you may want to check on the fedoraforum.org and see if your hardware will support fedora 9
my old ( 2001) dell with a nvidia GForce2 mx 4oo card is not supported
on fedora 9 do to the very,very new xorg
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding DSN to unixodbc without a GUI CanMike Linux - Networking 0 10-23-2006 01:40 PM
Trouble adding an SMB printer through the GUI linux-who? Linux - Newbie 2 07-20-2005 07:20 AM
Adding mysqld as a service in GUI Redhat 3 blue80_in Linux - Software 2 11-29-2004 09:32 PM
Adding a GUI after FC2 install Shimjocky Fedora 2 11-14-2004 08:07 AM
Adding GUI to MPlayer Alpha752 Linux - Software 4 09-01-2004 07:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:57 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration