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
- What Popular Apps Were Built With C/C++. Why Other Programming Languages Would Not Suit? - January 9, 2025
- Top 11 DevOps consulting companies in 2024. - January 8, 2025
- Atlassian Jira Demo - January 4, 2025