RMP Quick Books Command

rajeshkumar created the topic: RMP Quick Books Command
Before trying to build anything from it, you should run rpmlint on the spec file:
rpmlint program.spec

Once you’ve create a spec file, say “program.spec”, you can create source and binary RPMs by simply running this:
rpmbuild -ba program.spec

If you just want to create a source RPM (.src.rpm), do this in the SPECS directory:

rpmbuild -bs program.spec

RPM install
rpm -ivp XYZ1.rpm XYZ2.rpm XYZ3.rpm …

You can uninstall packages later using:
rpm -e XYZ1 XYZ2 XYZ3

Once you have the source RPM, running the following command installs the src.rpm
rpm -ivh sourcepackage-name*.src.rpm
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x