Welcome, Guest
Username Password: Remember me

RMP Quick Books Command
(1 viewing) (1) Guest
Shell Script
  • Page:
  • 1

TOPIC: RMP Quick Books Command

RMP Quick Books Command 1 year, 5 months ago #416

  • rajeshkumar
  • OFFLINE
  • Moderator
  • I love software configuration management
  • Posts: 370
  • Points: 44590
  • Karma: 4
  • Honor Medal 2009
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
Build and Release Engineer
My Blog: community.scmgalaxy.com/pg/profile/rajeshkumar
  • Page:
  • 1
Time to create page: 1.01 seconds

     
    
Home Forum