You are not logged in.

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.

1

Wednesday, December 3rd 2003, 2:32pm

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

m4ktub

Intermediate

Posts: 257

Location: Lisbon, Portugal

Occupation: Software Engineer

  • Send private message

2

Friday, December 5th 2003, 10:30am

rename it to .rpm ?!! :D

Sorry , I never heard of a format that uses .rpms.
Try doing [code:1]file <filename>.rpms[/code:1]

3

Friday, December 5th 2003, 10:33am

Quoted

Original von m4ktub

rename it to .rpm ?!! :D

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

m4ktub

Intermediate

Posts: 257

Location: Lisbon, Portugal

Occupation: Software Engineer

  • Send private message

4

Friday, December 5th 2003, 10:37am

For that you need to execute rpmbuild (or the equivalent rpm --rebuild).

5

Friday, December 5th 2003, 10:57am

Quoted

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

6

Tuesday, December 9th 2003, 10:19pm

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