Jump to content

yum problems


mblanco2000
 Share

Recommended Posts

I am trying to install yum on MDK 10 CE. I compiled it from source and made it. Everything seemed fine. Now when I try to do anything with yum I get the following output:

 

# yum

Traceback (most recent call last):

File "/usr/bin/yum", line 22, in ?

import yummain

File "/usr/share/yum/yummain.py", line 22, in ?

import clientStuff

File "/usr/share/yum/clientStuff.py", line 18, in ?

import rpm

ImportError: No module named rpm

 

 

I tried both of these rpms:

yum-2.0.1-1mdk.src.rpm

yum-2.0.7-0.20040416.src.rpm

 

Can someone please help me out here.

Link to comment
Share on other sites

I even tried to install this package:

 

yum-2.0.1-1mdk.src.rpm which is meant for mandrake.

 

I took a look at urpmi.cfg file and it looks like all it does is install RPMS from the 3 cd's. Yum can be configured to get rpms from the web.

 

I just do not know what the output means that i am getting when I run yum:

 

# yum

Traceback (most recent call last):

File "/usr/bin/yum", line 22, in ?

import yummain

File "/usr/share/yum/yummain.py", line 22, in ?

import clientStuff

File "/usr/share/yum/clientStuff.py", line 18, in ?

import rpm

ImportError: No module named rpm

Link to comment
Share on other sites

urpmi is the package manager for Mandrake. It can easily be configured to install RPMS from repositories across the web. (That is how most of us here set it up.)

 

Check out the site: www.urpmi.org/easyurpmi/index.php

Edited by Padma
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...