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
I’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market tips at Stocks Mantra, health and fitness guidance at My Medic Plus, product reviews at I reviewed , and SEO strategies at Wizbrand.
Please find my social handles as below;
Rajesh Kumar Personal Website
Rajesh Kumar at YOUTUBE
Rajesh Kumar at INSTAGRAM
Rajesh Kumar at X
Rajesh Kumar at FACEBOOK
Rajesh Kumar at LINKEDIN
Rajesh Kumar at PINTEREST
Rajesh Kumar at QUORA
Rajesh Kumar at WIZBRAND