Topic: Configuration wizard install php 7.3 on REHL8

I just try insall the PHP 7.3 on REHL8.

when try dnf install yum-utils, it has show the error

Sorry my first time use the dnf, so no idea,  maybe easy fix problem

Failed loading plugin: product-id
Failed loading plugin: subscription-manager
Failed loading plugin: upload-profile
Last metadata expiration check: 0:04:24 ago on Wed 18 Sep 2019 05:28:13 PM HKT.
Modular dependency problem:

Problem: conflicting requests
  - nothing provides module(nginx:1.14) needed by module redis:remi-5.0:20190918065706:00000000-0.x86_64
  - nothing provides module(httpd:2.4) needed by module redis:remi-5.0:20190918065706:00000000-0.x86_64
No match for argument: yum-utils
Error: Unable to find a match

Re: Configuration wizard install php 7.3 on REHL8

Can't reproduce.

Please ensure AppStream repository is enabled, it provides needed modules



P.S. redis module don't need nginx/httpd, so this have been fixed, but this is not related your issue.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Configuration wizard install php 7.3 on REHL8

# dnf module install php:remi-7.3
Updating Subscription Management repositories.
Dernière vérification de l’expiration des métadonnées effectuée il y a 0:00:20 le mer. 18 sept. 2019 12:05:18 CEST.
Dépendances résolues.
====================================================================================================================================================================================
 Paquet                              Architecture              Version                                                    Dépôt                                               Taille
====================================================================================================================================================================================
Installing group/module packages:
 php-cli                             x86_64                    7.3.9-1.el8.remi                                           remi-modular                                        4.6 M
 php-common                          x86_64                    7.3.9-1.el8.remi                                           remi-modular                                        1.1 M
 php-fpm                             x86_64                    7.3.9-1.el8.remi                                           remi-modular                                        1.6 M
 php-json                            x86_64                    7.3.9-1.el8.remi                                           remi-modular                                         71 k
 php-mbstring                        x86_64                    7.3.9-1.el8.remi                                           remi-modular                                        520 k
 php-xml                             x86_64                    7.3.9-1.el8.remi                                           remi-modular                                        229 k
Installation des dépendances:
 libargon2                           x86_64                    20171227-3.el8                                             epel                                                 29 k
 oniguruma                           x86_64                    6.8.2-1.el8                                                rhel-8-for-x86_64-appstream-rpms                    188 k
 httpd-filesystem                    noarch                    2.4.37-11.module+el8.0.0+2969+90015743                     rhel-8-for-x86_64-appstream-rpms                     34 k
 nginx-filesystem                    noarch                    1:1.14.1-9.module+el8.0.0+4108+af250afe                    rhel-8-for-x86_64-appstream-rpms                     24 k
Installing module profiles:
 php/common                                                                                                                                                                        
Enabling module streams:
 httpd                                                         2.4                                                                                                                 
 nginx                                                         1.14                                                                                                                
 php                                                           remi-7.3                                                                                                            

Résumé de la transaction
====================================================================================================================================================================================
Installer  10 Paquets
Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi