> Thanks for your wonderful inputs as always. I did get your > point - RPM is not designed to have any interaction with users. > > Yes, most of the cases, for example, CATALINE_HOME or > ORACLE_HOME can be found if installed. > > However, there are situation during the installation that are > not the same. For example, at the end of the install, it is > necessary for user to decide if s/he wants to start up the > application or not. How can you handle this in RPM installation? You can always wrap the call to rpm in a shell script which handles user interaction. I've seen more than one instance of this - ask some questions, based on the answers call rpm non-interactively, and then if necessary, handle some more interactions after it completes. Typical use (sigh) is implementing a "click-wrap" license, where some positive ack of accepting the license terms has to be made before the install will proceed. It's not pretty, and says you can't install by more automatic means (or be LSB conforming, for that matter). Mats (Speaking entierly for me and not for Intel Corp.) _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list