44 | | All the dependency packages will be automatically installed. |
| 44 | All the dependency packages should be automatically installed. |
| 45 | |
| 46 | '''Note:''' It may happen that due to the fact that the newest packages of the QCG software are included in UMD repositories with a delay, the presented procedure may fail. In such a case it may be required to divide the installation into two steps: |
| 47 | * in the first step the emi-resource-information-service metapackage should be installed from the UMD repository. |
| 48 | * in the second step a certain QCG provider should be installed from the QCG repository. |
| 49 | The procedure may then look as follows: |
| 50 | {{{ |
| 51 | yum install emi-resource-information-service |
| 52 | yum --disablerepo=UMD\* install qcg-comp-egi-is-provider |
| 53 | }}} |
| 54 | |
| 55 | |