RPM - Install time parameters
问题 I have packaged my application into an RPM package, say, myapp.rpm . While installing this application, I would like to receive some inputs from the user (an example for input could be - environment where the app is getting installed - "dev", "qa", "uat", "prod"). Based on the input, the application will install the appropriate files. Is there a way to pass parameters while installing the application? P.S.: A possible solution could be to create an RPM package for each environment. However,