LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 07-24-2007, 06:41 AM   #1
kruvalig
LQ Newbie
 
Registered: Jul 2007
Distribution: Fedora Core 7
Posts: 10

Rep: Reputation: 0
yum install <xxx.rpm> get error


Loading "installonlyn" plugin
Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mir...ra-7&arch=i386 error was
[Errno 4] IOError: <urlopen error (-3, '\xd0\x92\xd1\x80\xd0\xb5\xd0\xbc\xd0\xb5\xd0\xbd\xd0\xbd\xd1\x8b\xd0\xb9 \xd1\x81\xd0\xb1\xd0\xbe\xd0\xb9 \xd0\xb2 \xd1\x80\xd0\xb0\xd0\xb7\xd1\x80\xd0\xb5\xd1\x88\xd0\xb5\xd0\xbd\xd0\xb8\xd0\xb8 \xd0\xb8\xd0\xbc\xd0\xb5\xd0\xbd')>

rpm -i <xxx.rpm> works fine.
 
Old 07-24-2007, 06:45 AM   #2
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
Seems like there's a problem with the URLs with yum, but first of all there's a typo in your command:
Code:
yum install xxx
-> do not write .rpm to the end; of course you use
Code:
rpm -i xxx.rpm
but for yum you omit the package version and .rpm, because it finds them out for you - you just tell the package name.
 
Old 07-24-2007, 12:18 PM   #3
kruvalig
LQ Newbie
 
Registered: Jul 2007
Distribution: Fedora Core 7
Posts: 10

Original Poster
Rep: Reputation: 0
sorry for my slowness, but i try to do

Quote:
yum install zsh-4.2.6-6.fc7.i386
i have zsh-4.2.6-6.fc7.i386.rpm in my FC7 distributive, and get

Quote:
[root@kruvaligFedora7 Fedora]# yum install zsh-4.2.6-6.fc7.i386
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
Could not retrieve mirrorlist http://poptop.sourceforge.net/yum/st...le-development error was
[Errno 4] IOError: <urlopen error (-3, '\xd0\x92\xd1\x80\xd0\xb5\xd0\xbc\xd0\xb5\xd0\xbd\xd0\xbd\xd1\x8b\xd0\xb9 \xd1\x81\xd0\xb1\xd0\xbe\xd0\xb9 \xd0\xb2 \xd1\x80\xd0\xb0\xd0\xb7\xd1\x80\xd0\xb5\xd1\x88\xd0\xb5\xd0\xbd\xd0\xb8\xd0\xb8 \xd0\xb8\xd0\xbc\xd0\xb5\xd0\xbd')>
Error: Cannot open/read repomd.xml file for repository: poptop-stable
 
Old 07-25-2007, 08:25 AM   #4
kruvalig
LQ Newbie
 
Registered: Jul 2007
Distribution: Fedora Core 7
Posts: 10

Original Poster
Rep: Reputation: 0
well if i try any command with yum i get
CODE
Quote:
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
Could not retrieve mirrorlist http://poptop.sourceforge.net/yum/st...le-development error was
[Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
I look to man yum and find there that must be files
Quote:
/etc/yum/yum.conf
/etc/yum/repos.d/
but there in no such files in my /etc/yum.

What does it mean?
 
Old 07-25-2007, 09:18 AM   #5
Crito
Senior Member
 
Registered: Nov 2003
Location: Knoxville, TN
Distribution: Kubuntu 9.04
Posts: 1,168

Rep: Reputation: 53
If you want to install without setting up repos properly:

Code:
rpm -Uvh zsh-4.2.6-6.fc7.i386
Of course, you'll have to resolve any dependencies manually. If zsh depends on another package just download it to same dir and append that rpm name to command above.

EDIT: oops, b0uncer beat me to it. hehehe

Last edited by Crito; 07-25-2007 at 09:20 AM.
 
Old 07-25-2007, 04:23 PM   #6
kruvalig
LQ Newbie
 
Registered: Jul 2007
Distribution: Fedora Core 7
Posts: 10

Original Poster
Rep: Reputation: 0
Thank's fot help, but rpm work fine. Yum did't work. On all commands i get somthing that
Quote:
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
Could not retrieve mirrorlist http://poptop.sourceforge.net/yum/st...le-development error was
[Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
 
  


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
"Error, some other host already uses address XXX.XXX.XXX.XXX" mwbb_support Linux - Networking 5 01-20-2014 08:59 AM
Error, some other host already uses address xxx.xxx,xxx,xxx ryan462 Linux - Networking 20 01-24-2010 11:14 PM
Error: Can't open display: xxx.xxx:0 when running X app vibbizz Linux - Networking 2 05-12-2006 11:00 AM
Host XXX.XXX.XXX.XXX is not allowed to connect to this MySQL server ocavid Linux - Newbie 2 03-16-2005 09:40 AM
how to take a xxx.src.rpm --> xxx.rpm and install seastar Linux - Software 7 12-26-2003 11:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 08:52 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