On 7/14/07, Varoon <zeter90@yahoo.com> wrote:
After executing the command u suggested here is the result.
 __________________________________________________
[root@localhost Desktop]# yum localinstall gcc-3.2-1.i386.rpm
Loading "installonlyn" plugin
Setting up Local Package Process
Examining gcc-3.2-1.i386.rpm: gcc - 2:3.2-1.i386
Marking gcc-3.2-1.i386.rpm to be installed
Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f7&arch=i386 error was
[Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Error: Cannot open/read repomd.xml file for repository: updates

Varoon,

Your problem is related to the fact that the repository its trying to connect to either doesn't exist or you have some network problem.  Check in /etc/yum.repos.d and find the url you see above (it will be similar but not exact) and try loading it in a web page.  If it doesn't work, you'll need to fix the url to where it goes. 

I don't know the exact fix you need, but it is related to connecting to the url you're specifying.  Its possible to disable the repository.  use yum --help for info on that.

Cheers,

Clint