yum module enable 시 에러 해결방법

yum module enable 시 에러 해결방법

yum module enable idm:DL1 를 쳤을때 에러가 발생했을경우 해결방법입니다.

The operation would result in switching of module 'idm' stream 'client' to stream 'DL1'
Error: It is not possible to switch enabled streams of a module unless explicitly enabled via configuration option module_stream_switch.
It is recommended to rather remove all installed content from the module, and reset the module using 'yum module reset <module_name>' command. After you reset the module, you can install the other stream.

해결방법

모듈간 스위치중 발생하는 에러로 간단하게 reset 명령어를 치신뒤 다시 enable 하면됩니다.

yum module reset idm:DL1

다시 enable을 하면 제대로 실행됩니다.

yum module enable idm:DL1