Click to See Complete Forum and Search --> : RPM HELP


sysop
07-27-2001, 02:45 PM
I want to install an RPM package that is in this format:

packagename.src.rpm

What kind of command sequence should I use?
The command "rpm -i packagename.src.rpm" does not work.
Thanks :cool:

Dave's not here
07-27-2001, 03:33 PM
which distro?
for mandrake you can run rpminst...

Strike
07-27-2001, 03:42 PM
Get the binary package instead of the source package (will end in .i386.rpm as long as you aren't running something like sparc or alpha). Then you can rpm -Uvh it (better than rpm -i)