Jump to content

python-pyxmpp


Chris H
 Share

Recommended Posts

According to a search on:

 

http://rpm.pbone.net

 

for Mandriva 2008, it is under Contrib repo. With repos configured, you can use the search in the gui app or try from console:

 

urpmf --name pyxmpp

 

and it'll list the package.

Link to comment
Share on other sites

Hmm, removed all my repos and then reinstalled them from easurpmi. Contrib selected but still no python-pyxmpp.

 

I can install it from the pbone site but it's expecting an awful lot of dependencies to be included. :unsure:

 

Any ideas?

Link to comment
Share on other sites

OK cool let us know how it goes. I didn't check for sure on the filename format, but yeah, the urpmf command could be filtered as:

 

urpmf --name python

 

to filter all results with python, or:

 

urpmf --name xmpp

 

to filter for xmpp or a combination of both:

 

urpmf --name python | grep -i xmpp

 

to get a singular result for the one you need.

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...