How i can run the following command (for Ubuntu) in Mandriva 2005 ? What is the similar command ?

sudo apt-get install python-wxgtk2.8 pyro mercurial build-essential bison flex mercurial python-numpy
link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

urpmi is probably your best bet for Mandriva 2005 (IIRC). So try this:

urpmi python-wxgtk2.8 pyro mercurial build-essential bison flex python-numpy

You might have to fiddle with the package names a bit, I'm not sure quite what they are in Mandriva 2005.

See Mandriva urpmi docs for more information.

link|improve this answer
i try to run this command, but: bash: urpmi: command not found – G-71 Sep 12 '11 at 13:25
man urpmi is nornal run – G-71 Sep 12 '11 at 13:26
1  
You need to run it as root (or with sudo), were you? – ed. Sep 12 '11 at 13:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.