Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
RPM and RPMS
Guys this may sound really stupied but I was wondering what flag would I use to install a rpms file.
On file.rpm I would use:
rpm -ivh filename.rpm
or
rpm -Uvh filename.rpm , plus --nodeps, --force , blah, blah, blah
BUT what do I do with a filename.rpms ???? :oops:
The Best Games are for Download @
GCCLINUX
rename it to .rpm ?!!
Sorry , I never heard of a format that uses .rpms.
Try doing [code:1]file <filename>.rpms[/code:1]
Original von m4ktub
rename it to .rpm ?!!
Sorry , I never heard of a format that uses .rpms.
Try doing [code:1]file <filename>.rpms[/code:1]
Ok no problem! thx for the info,
And have you heard of filename.src.rpm It's a source RPM file but what flags do I use to install that?
The Best Games are for Download @
GCCLINUX
For that you need to execute rpmbuild (or the equivalent rpm --rebuild).
Original von m4ktub
For that you need to execute rpmbuild (or the equivalent rpm --rebuild).
Thank you very much, I will try that out l8r on when I get home!
The Best Games are for Download @
GCCLINUX
from what I know .rpms is usually the source code of the item you are trying to install. but I may be wrong.... but I dont think I am.
and I believe that you can just use rpm for it.... but I would assume you already tried that.
Thanks,
SoBBie