문제

I would like to build an RPM that allows the installer to select which components of the software are installed.

More specifically we have 5 EAR files that are in the RPM I would like to let the installer specify an option when installing to select which EAR to install or to install all.

Is this possible with RPM?

Thanks.

도움이 되었습니까?

해결책

Nope. There should be no user interaction upon RPM installation, ever.

You would have to make each its own rpm. You can have an empty rpm that Requires all of them to make a bundle, or you could make them a yum group.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top