LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   yum install <xxx.rpm> get error (https://www.linuxquestions.org/questions/fedora-35/yum-install-xxx-rpm-get-error-571849/)

kruvalig 07-24-2007 06:41 AM

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.

b0uncer 07-24-2007 06:45 AM

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.

kruvalig 07-24-2007 12:18 PM

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

kruvalig 07-25-2007 08:25 AM

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?

Crito 07-25-2007 09:18 AM

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

kruvalig 07-25-2007 04:23 PM

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')>


All times are GMT -5. The time now is 04:03 AM.