Abstract The RPM Packaging Guide documents packaging software into an RPM. It also shows how to prepare source code for packaging. Lastly, the guide explains selected advanced packaging scenarios. https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/rpm_packaging_guide/index
Category: RPM *
How to make RPM package
1. Create a program 2. gzip 3. Make a spec file (hello.spec) 4. rpm build 5. rpm installation and confirmation https://zetawiki.com/wiki/RPM_%ED%8C%A8%ED%82%A4%EC%A7%80_%EB%A7%8C%EB%93%A4%EA%B8%B0_%EC%8B%A4%EC%8A%B5_(rpmbuild)
How to make RPM-GPG-KEY
1. Start apg-agent 2. Generate Key 3. Check the gpg fingerprint 4. Extract Key file
Introduction RPM
The RPM Package Manager (RPM) is a powerful package management system capable of building computer software from source into easily distributable packages installing, updating and uninstalling packaged software querying detailed information about the packaged software, whether installed or not verifying integrity of packaged software and resulting software installation http://rpm.org/