1830161 Members
3088 Online
109999 Solutions
New Discussion

Re: install package

 
Nobody's Hero
Valued Contributor

install package

How do I install a software package like 'mondo' if it has a .rpm extension. Can I do this from the command line? or do you use some kind of graphical tool?

file name = mondo-1.65_cvs_20030714-1.i386.rpm
UNIX IS GOOD
5 REPLIES 5
Nobody's Hero
Valued Contributor

Re: install package

Never mind, I figured it out. BUT...

Can someone find afio in an rpm bundle. I tried to get one off of the mondo site but it isnt valid. I am trying to install mondo and I need afio as a dependent package.
UNIX IS GOOD
Nobody's Hero
Valued Contributor

Re: install package

Never mind, I used a precompiled version and used a --nodeps on the install of mondo.

Thanks anyway.

RPM
UNIX IS GOOD
Caesar_3
Esteemed Contributor

Re: install package

Hello!

Use rpm -piv mondo-1.65_cvs_20030714-1.i386.rpm


Caesar
John Meissner
Esteemed Contributor

Re: install package

try this command

rpm -iv mondo-1.65_cvs_20030714-1.i386.rpm
All paths lead to destiny
Caesar_3
Esteemed Contributor

Re: install package

Hello!

Here is link to good manual about rpm
http://www.lsc-group.phys.uwm.edu/beowulf/medusa/maintenance/rpm_manual.html

Caesar