2

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

1 Answer 1

3

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.

3
  • i try to run this command, but: bash: urpmi: command not found
    – G-71
    Commented Sep 12, 2011 at 13:25
  • man urpmi is nornal run
    – G-71
    Commented Sep 12, 2011 at 13:26
  • 1
    You need to run it as root (or with sudo), were you?
    – ed.
    Commented Sep 12, 2011 at 13:27

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .