Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
elearning:workbooks:redhat:rh124en:l106 [2024/11/11 14:16] adminelearning:workbooks:redhat:rh124en:l106 [2024/11/27 08:02] (Version actuelle) admin
Ligne 11: Ligne 11:
   * **RH12407 - Package Management**   * **RH12407 - Package Management**
     * Contents     * Contents
-    * LAB #1 - The rpm command+    * LAB #1 - The rpm Command
       * 1.1 - Configuration       * 1.1 - Configuration
-      * 1.2 - Using the rpm command +      * 1.2 - Using the rpm Command 
-    * LAB #2 - The dnf command+    * LAB #2 - The dnf Command
       * 2.1 - Overview       * 2.1 - Overview
       * 2.2 - Configuration       * 2.2 - Configuration
Ligne 33: Ligne 33:
       * 3.4 - The ldconfig command       * 3.4 - The ldconfig command
  
-=====LAB #1 - The rpm===== command+=====LAB #1 - The rpm Command=====
  
-In order to facilitate the installation, uninstallation and management of software (called packages), CentOS and Red Hat use a specific installable software file format. This is called **RPM** for Red Hat Package Manager. The command used to manipulate these packages is also called **rpm**.+In order to facilitate the installation, uninstallation and management of software (called packages), RHEL 9 uses a specific installable software file format. This is called **RPM** for Red Hat Package Manager. The command used to manipulate these packages is also called **rpm**.
  
 The rpm command switches are: The rpm command switches are:
Ligne 171: Ligne 171:
 ====1.1 - Configuration==== ====1.1 - Configuration====
  
-The main configuration file for the rpm command is **/usr/lib/rpm/rpmrc** :+The main configuration file for the rpm command is **/usr/lib/rpm/rpmrc**:
  
 <code> <code>
Ligne 234: Ligne 234:
 </code> </code>
  
-These directives indicate how to optimise the build of an rpm according to the processor type returned by the **uname -p** command. +These directives indicate how to optimise the build of an rpm according to the processor type returned by the **uname -p** command. For example, the **buildarchtranslate: athlon: i386** directive indicates that the process should use **i386** optimisations when building a src.rpm on a **athlon** architecture.  
-For example, the **buildarchtranslate: athlon: i386** directive indicates that the process should use **i386** optimisations when building a src.rpm on a **athlon** architecture. If, on the other hand, you want the **athlon** optimisations to be used, you should include the **buildarchtranslate: athlon: athlon** line in the **/etc/rpmrc** file. When the rpm package is updated, the /usr/lib/rpm/rpmrc file is overwritten. Any changes to the directives in this file must be written to **/etc/rpmrc** or to a user-specific **~/.rpmrc** file.+ 
 +If, on the other hand, you want the **athlon** optimisations to be used, you should include the **buildarchtranslate: athlon: athlon** line in the **/etc/rpmrc** file. When the rpm package is updated, the /usr/lib/rpm/rpmrc file is overwritten. Any changes to the directives in this file must be written to **/etc/rpmrc** or to a user-specific **~/.rpmrc** file.
  
 ====1.2 - Usage==== ====1.2 - Usage====
  
-In order to find out the list of packages installed on the machine, the following command should be entered in a console as root:+In order to list the packages installed on the machine, the following command should be entered in a console as root:
  
 <code> <code>
Ligne 347: Ligne 348:
 </code> </code>
  
-To list all the files installed by the relevant package, use the following command:+To list all the files installed by the setup package, use the following command:
  
 <code> <code>
Ligne 500: Ligne 501:
 </WRAP> </WRAP>
  
-=====LAB #2 - The dnf command=====+=====LAB #2 - The dnf Command=====
  
 ====2.1 - Overview==== ====2.1 - Overview====
Ligne 538: Ligne 539:
 List of Main Commands: List of Main Commands:
  
-aliases List or create command aliases +alias                     List or create command aliases 
-autoremove remove all unneeded packages that were originally installed as dependencies +autoremove                remove all unneeded packages that were originally installed as dependencies 
-check check for problems in the packagedb +check                     check for problems in the packagedb 
-check-update check for available package upgrades +check-update              check for available package upgrades 
-clean remove cached data +clean                     remove cached data 
-deplist [deprecated, use repoquery --deplist] List package's dependencies and what packages provide them +deplist                   [deprecated, use repoquery --deplist] List package's dependencies and what packages provide them 
-distro-sync synchronize installed packages to the latest available versions +distro-sync               synchronize installed packages to the latest available versions 
-downgrade Downgrade a package +downgrade                 Downgrade a package 
-group display, or use, the groups information +group                     display, or use, the groups information 
-help display a helpful usage message +help                      display a helpful usage message 
-history display, or use, the transaction history +history                   display, or use, the transaction history 
-info display details about a package or group of packages +info                      display details about a package or group of packages 
-install install a package or packages on your system +install                   install a package or packages on your system 
-list list a package or groups of packages +list                      list a package or groups of packages 
-makecache generate the metadata cache +makecache                 generate the metadata cache 
-mark mark or unmark installed packages as installed by user. +mark                      mark or unmark installed packages as installed by user. 
-module Interact with Modules. +module                    Interact with Modules. 
-provides find what package provides the given value +provides                  find what package provides the given value 
-reinstall reinstall a package +reinstall                 reinstall a package 
-remove remove a package or packages from your system +remove                    remove a package or packages from your system 
-repolist display the configured software repositories +repolist                  display the configured software repositories 
-repoquery search for packages matching keyword +repoquery                 search for packages matching keyword 
-repository-packages run commands on top of all packages in given repository +repository-packages       run commands on top of all packages in given repository 
-search search package details for the given string +search                    search package details for the given string 
-shell run an interactive DNF shell +shell                     run an interactive DNF shell 
-swap run an interactive DNF mod for remove and install one spec +swap                      run an interactive DNF mod for remove and install one spec 
-updateinfo display advisories about packages +updateinfo                display advisories about packages 
-upgrade upgrade a package or packages on your system +upgrade                   upgrade a package or packages on your system 
-upgrade-minimal upgrade, but only newest’ package match which fixes a problem that affects your system+upgrade-minimal           upgrade, but only 'newestpackage match which fixes a problem that affects your system
  
 List of Plugin Commands: List of Plugin Commands:
  
-builddep Install build dependencies for package or spec file +builddep                  Install build dependencies for package or spec file 
-changelog Show changelog data of packages +changelog                 Show changelog data of packages 
-config-manager manage dnf configuration options and repositories +config-manager            manage dnf configuration options and repositories 
-copr Interact with Copr repositories. +copr                      Interact with Copr repositories. 
-debug-dump dump information about installed rpm packages to file +debug-dump                dump information about installed rpm packages to file 
-debug-restore restore packages recorded in debug-dump file +debug-restore             restore packages recorded in debug-dump file 
-debuginfo-install install debuginfo packages +debuginfo-install         install debuginfo packages 
-download Download package to current directory +download                  Download package to current directory 
-groups-manager create and edit groups metadata file +groups-manager            create and edit groups metadata file 
-kpatch Toggles automatic installation of kpatch-patch packages +kpatch                    Toggles automatic installation of kpatch-patch packages 
-needs-restarting determine updated binaries that need restarting +needs-restarting          determine updated binaries that need restarting 
-offline-distrosync Prepare offline distrosync of the system +offline-distrosync        Prepare offline distrosync of the system 
-offline-upgrade Prepare offline upgrade of the system +offline-upgrade           Prepare offline upgrade of the system 
-playground Interact with Playground repository. +playground                Interact with Playground repository. 
-repoclosure Display a list of unresolved dependencies for repositories +repoclosure               Display a list of unresolved dependencies for repositories 
-repodiff List differences between two sets of repositories +repodiff                  List differences between two sets of repositories 
-repograph Output a full package dependency graph in dot format +repograph                 Output a full package dependency graph in dot format 
-repomanage Manage a directory of rpm packages +repomanage                Manage a directory of rpm packages 
-reposync download all packages from remote repo +reposync                  download all packages from remote repo 
-system-upgrade Prepare system for upgrade to a new release +system-upgrade            Prepare system for upgrade to a new release 
-uploadprofile Upload combined profile to Satellite server (list of installed RPMs, enabled repositories and modules)+uploadprofile             Upload combined profile to Satellite server (list of installed RPMs, enabled repositories and modules)
  
 General DNF options: General DNF options:
   -c [config file], --config [config file]   -c [config file], --config [config file]
                         config file location                         config file location
-  -q, --quiet quiet operation +  -q, --quiet           quiet operation 
-  -v, --verbose verbose operation +  -v, --verbose         verbose operation 
-  --version show DNF version and exit +  --version             show DNF version and exit 
-  --installroot [path] set install root +  --installroot [path]  set install root 
-  --nodocs do not install documentations +  --nodocs              do not install documentations 
-  --noplugins disable all plugins+  --noplugins           disable all plugins
   --enableplugin [plugin]   --enableplugin [plugin]
                         enable plugins by name                         enable plugins by name
Ligne 607: Ligne 608:
   --releasever RELEASEVER   --releasever RELEASEVER
                         override the value of $releasever in config and repo files                         override the value of $releasever in config and repo files
-  --setopt SETOPTS set arbitrary config and repo options +  --setopt SETOPTS      set arbitrary config and repo options 
-  --skip-broken resolve depsolve problems by skipping packages+  --skip-broken         resolve depsolve problems by skipping packages
   -h, --help, --help-cmd   -h, --help, --help-cmd
                         show command help                         show command help
-  --allowerasing allow erasing of installed packages to resolve dependencies +  --allowerasing        allow erasing of installed packages to resolve dependencies 
-  -b, --best try the best available package versions in transactions. +  -b, --best            try the best available package versions in transactions. 
-  --nobest do not limit the transaction to the best candidate +  --nobest              do not limit the transaction to the best candidate 
-  -C, --cacheonly run entirely from system cache, don't update cache+  -C, --cacheonly       run entirely from system cache, don't update cache
   -R [minutes], --randomwait [minutes]   -R [minutes], --randomwait [minutes]
                         maximum command wait time                         maximum command wait time
   -d [debug level], --debuglevel [debug level]   -d [debug level], --debuglevel [debug level]
                         debugging output level                         debugging output level
-  --debugsolver dumps detailed solving results into files +  --debugsolver         dumps detailed solving results into files 
-  --showduplicates show duplicates, in repos, in list/search commands+  --showduplicates      show duplicates, in repos, in list/search commands
   -e ERRORLEVEL, --errorlevel ERRORLEVEL   -e ERRORLEVEL, --errorlevel ERRORLEVEL
                         error output level                         error output level
-  --obsoletes enables dnf's obsoletes processing logic for upgrade or display capabilities that the package obsoletes for info, list and repoquery+  --obsoletes           enables dnf's obsoletes processing logic for upgrade or display capabilities that the package obsoletes for info, list and repoquery
   --rpmverbosity [debug level name]   --rpmverbosity [debug level name]
                         debugging output level for rpm                         debugging output level for rpm
-  -y, --assumeyes automatically answer yes for all questions +  -y, --assumeyes       automatically answer yes for all questions 
-  --assumeno automatically answer no for all questions +  --assumeno            automatically answer no for all questions 
-  --enablerepo [repo] Temporarily enable repositories for the purpose of the current dnf command. Accepts an id, a comma-separated list of ids, or a glob of ids. This option can be specified multiple times. +  --enablerepo [repo]   Temporarily enable repositories for the purpose of the current dnf command. Accepts an id, a comma-separated list of ids, or a glob of ids. This option can be specified multiple times. 
-  --disablerepo [repo] Temporarily disable active repositories for the purpose of the current dnf command. Accepts an id, a comma-separated list of ids, or a glob of ids. This option can be specified+  --disablerepo [repo]  Temporarily disable active repositories for the purpose of the current dnf command. Accepts an id, a comma-separated list of ids, or a glob of ids. This option can be specified
                         multiple times, but is mutually exclusive with `--repo`.                         multiple times, but is mutually exclusive with `--repo`.
   --repo [repo], --repoid [repo]   --repo [repo], --repoid [repo]
                         enable just specific repositories by an id or a glob, can be specified multiple times                         enable just specific repositories by an id or a glob, can be specified multiple times
-  --enable enable repos with config-manager command (automatically saves) +  --enable              enable repos with config-manager command (automatically saves) 
-  --disable disable repos with config-manager command (automatically saves)+  --disable             disable repos with config-manager command (automatically saves)
   -x [package], --exclude [package], --excludepkgs [package]   -x [package], --exclude [package], --excludepkgs [package]
                         exclude packages by name or glob                         exclude packages by name or glob
Ligne 641: Ligne 642:
   --repofrompath [repo,path]   --repofrompath [repo,path]
                         label and path to an additional repository to use (same path as in a baseurl), can be specified multiple times.                         label and path to an additional repository to use (same path as in a baseurl), can be specified multiple times.
-  --noautoremove disable removal of dependencies that are no longer used +  --noautoremove        disable removal of dependencies that are no longer used 
-  --nogpgcheck disable gpg signature checking (if RPM policy allows) +  --nogpgcheck          disable gpg signature checking (if RPM policy allows) 
-  --color COLOR control whether color is used +  --color COLOR         control whether color is used 
-  --refresh set metadata as expired before running the command +  --refresh             set metadata as expired before running the command 
-  -4 resolve to IPv4 addresses only +  -4                    resolve to IPv4 addresses only 
-  -6 resolve to IPv6 addresses only+  -6                    resolve to IPv6 addresses only
   --destdir DESTDIR, --downloaddir DESTDIR   --destdir DESTDIR, --downloaddir DESTDIR
                         set directory to copy packages to                         set directory to copy packages to
-  --downloadonly only download packages +  --downloadonly        only download packages 
-  --comment COMMENT add a comment to transaction +  --comment COMMENT     add a comment to transaction 
-  --bugfix Include bugfix relevant packages, in updates +  --bugfix              Include bugfix relevant packages, in updates 
-  --enhancement Include enhancement relevant packages, in updates +  --enhancement         Include enhancement relevant packages, in updates 
-  --newpackage Include newpackage relevant packages, in updates +  --newpackage          Include newpackage relevant packages, in updates 
-  --security Include security relevant packages, in updates+  --security            Include security relevant packages, in updates
   --advisory ADVISORY, --advisories ADVISORY   --advisory ADVISORY, --advisories ADVISORY
                         Include packages needed to fix the given advisory, in updates                         Include packages needed to fix the given advisory, in updates
Ligne 663: Ligne 664:
   --sec-severity {Critical,Important,Moderate,Low}, --secseverity {Critical,Important,Moderate,Low}   --sec-severity {Critical,Important,Moderate,Low}, --secseverity {Critical,Important,Moderate,Low}
                         Include security relevant packages matching the severity, in updates                         Include security relevant packages matching the severity, in updates
-  --forcearch ARCH Force the use of an architecture+  --forcearch ARCH      Force the use of an architecture
 </code> </code>
  
Ligne 774: Ligne 775:
 [root@redhat9 ~]# dnf repolist all [root@redhat9 ~]# dnf repolist all
 Updating Subscription Management repositories. Updating Subscription Management repositories.
-repo id repo name status +repo id                                                                       repo name                                                                                                                   status 
-amq-clients-3-for-rhel-9-x86_64-debug-rpms Red Hat AMQ Clients 3 for RHEL 9 x86_64 (Debug RPMs) disabled +amq-clients-3-for-rhel-9-x86_64-debug-rpms                                    Red Hat AMQ Clients 3 for RHEL 9 x86_64 (Debug RPMs)                                                                        disabled 
-amq-clients-3-for-rhel-9-x86_64-rpms Red Hat AMQ Clients 3 for RHEL 9 x86_64 (RPMs) disabled +amq-clients-3-for-rhel-9-x86_64-rpms                                          Red Hat AMQ Clients 3 for RHEL 9 x86_64 (RPMs)                                                                              disabled 
-amq-clients-3-for-rhel-9-x86_64-source-rpms Red Hat AMQ Clients 3 for RHEL 9 x86_64 (Source RPMs) disabled +amq-clients-3-for-rhel-9-x86_64-source-rpms                                   Red Hat AMQ Clients 3 for RHEL 9 x86_64 (Source RPMs)                                                                       disabled 
-amq-interconnect-textonly-1-for-middleware-rpms Red Hat AMQ Interconnect Text-Only Advisories disabled +amq-interconnect-textonly-1-for-middleware-rpms                               Red Hat AMQ Interconnect Text-Only Advisories                                                                               disabled 
-amq-textonly-1-for-middleware-rpms Red Hat JBoss AMQ Text-Only Advisories disabled +amq-textonly-1-for-middleware-rpms                                            Red Hat JBoss AMQ Text-Only Advisories                                                                                      disabled 
-ansible-automation-platform-2.2-for-rhel-9-x86_64-debug-rpms Red Hat Ansible Automation Platform 2.2 for RHEL 9 x86_64 (Debug RPMs) disabled +ansible-automation-platform-2.2-for-rhel-9-x86_64-debug-rpms                  Red Hat Ansible Automation Platform 2.2 for RHEL 9 x86_64 (Debug RPMs)                                                      disabled 
-ansible-automation-platform-2.2-for-rhel-9-x86_64-rpms Red Hat Ansible Automation Platform 2.2 for RHEL 9 x86_64 (RPMs) disabled +ansible-automation-platform-2.2-for-rhel-9-x86_64-rpms                        Red Hat Ansible Automation Platform 2.2 for RHEL 9 x86_64 (RPMs)                                                            disabled 
-ansible-automation-platform-2.2-for-rhel-9-x86_64-source-rpms Red Hat Ansible Automation Platform 2.2 for RHEL 9 x86_64 (Source RPMs) disabled +ansible-automation-platform-2.2-for-rhel-9-x86_64-source-rpms                 Red Hat Ansible Automation Platform 2.2 for RHEL 9 x86_64 (Source RPMs)                                                     disabled 
-ansible-automation-platform-2.3-for-rhel-9-x86_64-debug-rpms Red Hat Ansible Automation Platform 2.3 for RHEL 9 x86_64 (Debug RPMs) disabled +ansible-automation-platform-2.3-for-rhel-9-x86_64-debug-rpms                  Red Hat Ansible Automation Platform 2.3 for RHEL 9 x86_64 (Debug RPMs)                                                      disabled 
-ansible-automation-platform-2.3-for-rhel-9-x86_64-rpms Red Hat Ansible Automation Platform 2.3 for RHEL 9 x86_64 (RPMs) disabled +ansible-automation-platform-2.3-for-rhel-9-x86_64-rpms                        Red Hat Ansible Automation Platform 2.3 for RHEL 9 x86_64 (RPMs)                                                            disabled 
-ansible-automation-platform-2.3-for-rhel-9-x86_64-source-rpms Red Hat Ansible Automation Platform 2.3 for RHEL 9 x86_64 (Source RPMs) disabled +ansible-automation-platform-2.3-for-rhel-9-x86_64-source-rpms                 Red Hat Ansible Automation Platform 2.3 for RHEL 9 x86_64 (Source RPMs)                                                     disabled 
-ansible-automation-platform-2.4-for-rhel-9-x86_64-debug-rpms Red Hat Ansible Automation Platform 2.4 for RHEL 9 x86_64 (Debug RPMs) disabled +ansible-automation-platform-2.4-for-rhel-9-x86_64-debug-rpms                  Red Hat Ansible Automation Platform 2.4 for RHEL 9 x86_64 (Debug RPMs)                                                      disabled 
-ansible-automation-platform-2.4-for-rhel-9-x86_64-rpms Red Hat Ansible Automation Platform 2.4 for RHEL 9 x86_64 (RPMs) disabled +ansible-automation-platform-2.4-for-rhel-9-x86_64-rpms                        Red Hat Ansible Automation Platform 2.4 for RHEL 9 x86_64 (RPMs)                                                            disabled 
-ansible-automation-platform-2.4-for-rhel-9-x86_64-source-rpms Red Hat Ansible Automation Platform 2.4 for RHEL 9 x86_64 (Source RPMs) disabled +ansible-automation-platform-2.4-for-rhel-9-x86_64-source-rpms                 Red Hat Ansible Automation Platform 2.4 for RHEL 9 x86_64 (Source RPMs)                                                     disabled 
-ansible-automation-platform-2.5-for-rhel-9-x86_64-debug-rpms Red Hat Ansible Automation Platform 2.5 for RHEL 9 x86_64 (Debug RPMs) disabled +ansible-automation-platform-2.5-for-rhel-9-x86_64-debug-rpms                  Red Hat Ansible Automation Platform 2.5 for RHEL 9 x86_64 (Debug RPMs)                                                      disabled 
-ansible-automation-platform-2.5-for-rhel-9-x86_64-rpms Red Hat Ansible Automation Platform 2.5 for RHEL 9 x86_64 (RPMs) disabled +ansible-automation-platform-2.5-for-rhel-9-x86_64-rpms                        Red Hat Ansible Automation Platform 2.5 for RHEL 9 x86_64 (RPMs)                                                            disabled 
-ansible-automation-platform-2.5-for-rhel-9-x86_64-source-rpms Red Hat Ansible Automation Platform 2.5 for RHEL 9 x86_64 (Source RPMs) disabled +ansible-automation-platform-2.5-for-rhel-9-x86_64-source-rpms                 Red Hat Ansible Automation Platform 2.5 for RHEL 9 x86_64 (Source RPMs)                                                     disabled 
-application-interconnect-1-for-rhel-9-x86_64-debug-rpms Red Hat Application Interconnect for RHEL 9 x86_64 (Debug RPMs) disabled +application-interconnect-1-for-rhel-9-x86_64-debug-rpms                       Red Hat Application Interconnect for RHEL 9 x86_64 (Debug RPMs)                                                             disabled 
-application-interconnect-1-for-rhel-9-x86_64-rpms Red Hat Application Interconnect for RHEL 9 x86_64 (RPMs) disabled +application-interconnect-1-for-rhel-9-x86_64-rpms                             Red Hat Application Interconnect for RHEL 9 x86_64 (RPMs)                                                                   disabled 
-application-interconnect-1-for-rhel-9-x86_64-source-rpms Red Hat Application Interconnect for RHEL 9 x86_64 (Source RPMs) disabled +application-interconnect-1-for-rhel-9-x86_64-source-rpms                      Red Hat Application Interconnect for RHEL 9 x86_64 (Source RPMs)                                                            disabled 
-cert-manager-1.10-for-rhel-9-x86_64-debug-rpms Cert Manager support for Red Hat OpenShift 1.10 for RHEL 9 x86_64 (Debug RPMs) disabled +cert-manager-1.10-for-rhel-9-x86_64-debug-rpms                                Cert Manager support for Red Hat OpenShift 1.10 for RHEL 9 x86_64 (Debug RPMs)                                              disabled 
-cert-manager-1.10-for-rhel-9-x86_64-rpms Cert Manager support for Red Hat OpenShift 1.10 for RHEL 9 x86_64 (RPMs) disabled +cert-manager-1.10-for-rhel-9-x86_64-rpms                                      Cert Manager support for Red Hat OpenShift 1.10 for RHEL 9 x86_64 (RPMs)                                                    disabled 
-cert-manager-1.10-for-rhel-9-x86_64-source-rpms Cert Manager support for Red Hat OpenShift 1.10 for RHEL 9 x86_64 (Source RPMs) disabled +cert-manager-1.10-for-rhel-9-x86_64-source-rpms                               Cert Manager support for Red Hat OpenShift 1.10 for RHEL 9 x86_64 (Source RPMs)                                             disabled 
-cert-manager-1.11-for-rhel-9-x86_64-debug-rpms Cert Manager support for Red Hat OpenShift 1.11 for RHEL 9 x86_64 (Debug RPMs) disabled +cert-manager-1.11-for-rhel-9-x86_64-debug-rpms                                Cert Manager support for Red Hat OpenShift 1.11 for RHEL 9 x86_64 (Debug RPMs)                                              disabled 
-cert-manager-1.11-for-rhel-9-x86_64-rpms Cert Manager support for Red Hat OpenShift 1.11 for RHEL 9 x86_64 (RPMs) disabled +cert-manager-1.11-for-rhel-9-x86_64-rpms                                      Cert Manager support for Red Hat OpenShift 1.11 for RHEL 9 x86_64 (RPMs)                                                    disabled 
-cert-manager-1.11-for-rhel-9-x86_64-source-rpms Cert Manager support for Red Hat OpenShift 1.11 for RHEL 9 x86_64 (Source RPMs) disabled +cert-manager-1.11-for-rhel-9-x86_64-source-rpms                               Cert Manager support for Red Hat OpenShift 1.11 for RHEL 9 x86_64 (Source RPMs)                                             disabled 
-cert-manager-1.12-for-rhel-9-x86_64-debug-rpms Cert Manager support for Red Hat OpenShift 1.12 for RHEL 9 x86_64 (Debug RPMs) disabled +cert-manager-1.12-for-rhel-9-x86_64-debug-rpms                                Cert Manager support for Red Hat OpenShift 1.12 for RHEL 9 x86_64 (Debug RPMs)                                              disabled 
-cert-manager-1.12-for-rhel-9-x86_64-rpms Cert Manager support for Red Hat OpenShift 1.12 for RHEL 9 x86_64 (RPMs) disabled +cert-manager-1.12-for-rhel-9-x86_64-rpms                                      Cert Manager support for Red Hat OpenShift 1.12 for RHEL 9 x86_64 (RPMs)                                                    disabled 
-cert-manager-1.12-for-rhel-9-x86_64-source-rpms Cert Manager support for Red Hat OpenShift 1.12 for RHEL 9 x86_64 (Source RPMs) disabled +cert-manager-1.12-for-rhel-9-x86_64-source-rpms                               Cert Manager support for Red Hat OpenShift 1.12 for RHEL 9 x86_64 (Source RPMs)                                             disabled 
-cert-manager-1.13-for-rhel-9-x86_64-debug-rpms Cert Manager support for Red Hat OpenShift 1.13 for RHEL 9 x86_64 (Debug RPMs) disabled +cert-manager-1.13-for-rhel-9-x86_64-debug-rpms                                Cert Manager support for Red Hat OpenShift 1.13 for RHEL 9 x86_64 (Debug RPMs)                                              disabled 
-cert-manager-1.13-for-rhel-9-x86_64-rpms Cert Manager support for Red Hat OpenShift 1.13 for RHEL 9 x86_64 (RPMs) disabled +cert-manager-1.13-for-rhel-9-x86_64-rpms                                      Cert Manager support for Red Hat OpenShift 1.13 for RHEL 9 x86_64 (RPMs)                                                    disabled 
-cert-manager-1.13-for-rhel-9-x86_64-source-rpms Cert Manager support for Red Hat OpenShift 1.13 for RHEL 9 x86_64 (Source RPMs) disabled +cert-manager-1.13-for-rhel-9-x86_64-source-rpms                               Cert Manager support for Red Hat OpenShift 1.13 for RHEL 9 x86_64 (Source RPMs)                                             disabled 
-cert-manager-1.14-for-rhel-9-x86_64-debug-rpms Cert Manager support for Red Hat OpenShift 1.14 for RHEL 9 x86_64 (Debug RPMs) disabled +cert-manager-1.14-for-rhel-9-x86_64-debug-rpms                                Cert Manager support for Red Hat OpenShift 1.14 for RHEL 9 x86_64 (Debug RPMs)                                              disabled 
-cert-manager-1.14-for-rhel-9-x86_64-rpms Cert Manager support for Red Hat OpenShift 1.14 for RHEL 9 x86_64 (RPMs) disabled +cert-manager-1.14-for-rhel-9-x86_64-rpms                                      Cert Manager support for Red Hat OpenShift 1.14 for RHEL 9 x86_64 (RPMs)                                                    disabled 
-cert-manager-1.14-for-rhel-9-x86_64-source-rpms Cert Manager support for Red Hat OpenShift 1.14 for RHEL 9 x86_64 (Source RPMs) disabled +cert-manager-1.14-for-rhel-9-x86_64-source-rpms                               Cert Manager support for Red Hat OpenShift 1.14 for RHEL 9 x86_64 (Source RPMs)                                             disabled 
-cnv-4.13-for-rhel-9-x86_64-debug-rpms Red Hat Container Native Virtualization 4.13 for RHEL 9 x86_64 (Debug RPMs) disabled +cnv-4.13-for-rhel-9-x86_64-debug-rpms                                         Red Hat Container Native Virtualization 4.13 for RHEL 9 x86_64 (Debug RPMs)                                                 disabled 
-cnv-4.13-for-rhel-9-x86_64-rpms Red Hat Container Native Virtualization 4.13 for RHEL 9 x86_64 (RPMs) disabled +cnv-4.13-for-rhel-9-x86_64-rpms                                               Red Hat Container Native Virtualization 4.13 for RHEL 9 x86_64 (RPMs)                                                       disabled 
-cnv-4.13-for-rhel-9-x86_64-source-rpms Red Hat Container Native Virtualization 4.13 for RHEL 9 x86_64 (Source RPMs) disabled +cnv-4.13-for-rhel-9-x86_64-source-rpms                                        Red Hat Container Native Virtualization 4.13 for RHEL 9 x86_64 (Source RPMs)                                                disabled 
-cnv-4.14-for-rhel-9-x86_64-debug-rpms Red Hat Container Native Virtualization 4.14 for RHEL 9 x86_64 (Debug RPMs) disabled +cnv-4.14-for-rhel-9-x86_64-debug-rpms                                         Red Hat Container Native Virtualization 4.14 for RHEL 9 x86_64 (Debug RPMs)                                                 disabled 
-cnv-4.14-for-rhel-9-x86_64-rpms Red Hat Container Native Virtualization 4.14 for RHEL 9 x86_64 (RPMs) disabled +cnv-4.14-for-rhel-9-x86_64-rpms                                               Red Hat Container Native Virtualization 4.14 for RHEL 9 x86_64 (RPMs)                                                       disabled 
-cnv-4.14-for-rhel-9-x86_64-source-rpms Red Hat Container Native Virtualization 4.14 for RHEL 9 x86_64 (Source RPMs) disabled +cnv-4.14-for-rhel-9-x86_64-source-rpms                                        Red Hat Container Native Virtualization 4.14 for RHEL 9 x86_64 (Source RPMs)                                                disabled 
-cnv-4.15-for-rhel-9-x86_64-debug-rpms Red Hat Container Native Virtualization 4.15 for RHEL 9 x86_64 (Debug RPMs) disabled +cnv-4.15-for-rhel-9-x86_64-debug-rpms                                         Red Hat Container Native Virtualization 4.15 for RHEL 9 x86_64 (Debug RPMs)                                                 disabled 
-cnv-4.15-for-rhel-9-x86_64-rpms Red Hat Container Native Virtualization 4.15 for RHEL 9 x86_64 (RPMs) disabled +cnv-4.15-for-rhel-9-x86_64-rpms                                               Red Hat Container Native Virtualization 4.15 for RHEL 9 x86_64 (RPMs)                                                       disabled 
-cnv-4.15-for-rhel-9-x86_64-source-rpms Red Hat Container Native Virtualization 4.15 for RHEL 9 x86_64 (Source RPMs) disabled +cnv-4.15-for-rhel-9-x86_64-source-rpms                                        Red Hat Container Native Virtualization 4.15 for RHEL 9 x86_64 (Source RPMs)                                                disabled 
-cnv-4.16-for-rhel-9-x86_64-debug-rpms Red Hat Container Native Virtualization 4.16 for RHEL 9 x86_64 (Debug RPMs) disabled +cnv-4.16-for-rhel-9-x86_64-debug-rpms                                         Red Hat Container Native Virtualization 4.16 for RHEL 9 x86_64 (Debug RPMs)                                                 disabled 
-cnv-4.16-for-rhel-9-x86_64-rpms Red Hat Container Native Virtualization 4.16 for RHEL 9 x86_64 (RPMs) disabled +cnv-4.16-for-rhel-9-x86_64-rpms                                               Red Hat Container Native Virtualization 4.16 for RHEL 9 x86_64 (RPMs)                                                       disabled 
-cnv-4.16-for-rhel-9-x86_64-source-rpms Red Hat Container Native Virtualization 4.16 for RHEL 9 x86_64 (Source RPMs) disabled +cnv-4.16-for-rhel-9-x86_64-source-rpms                                        Red Hat Container Native Virtualization 4.16 for RHEL 9 x86_64 (Source RPMs)                                                disabled 
-cnv-4.17-for-rhel-9-x86_64-debug-rpms Red Hat Container Native Virtualization 4.17 for RHEL 9 x86_64 (Debug RPMs) disabled +cnv-4.17-for-rhel-9-x86_64-debug-rpms                                         Red Hat Container Native Virtualization 4.17 for RHEL 9 x86_64 (Debug RPMs)                                                 disabled 
-cnv-4.17-for-rhel-9-x86_64-rpms Red Hat Container Native Virtualization 4.17 for RHEL 9 x86_64 (RPMs) disabled +cnv-4.17-for-rhel-9-x86_64-rpms                                               Red Hat Container Native Virtualization 4.17 for RHEL 9 x86_64 (RPMs)                                                       disabled 
-cnv-4.17-for-rhel-9-x86_64-source-rpms Red Hat Container Native Virtualization 4.17 for RHEL 9 x86_64 (Source RPMs) disabled +cnv-4.17-for-rhel-9-x86_64-source-rpms                                        Red Hat Container Native Virtualization 4.17 for RHEL 9 x86_64 (Source RPMs)                                                disabled 
-codeready-builder-for-rhel-9-x86_64-debug-rpms Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (Debug RPMs) disabled +codeready-builder-for-rhel-9-x86_64-debug-rpms                                Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (Debug RPMs)                                                              disabled 
-codeready-builder-for-rhel-9-x86_64-eus-debug-rpms Red Hat CodeReady Linux Builder for RHEL 9 x86_64 - Extended Update Support (Debug RPMs) disabled +codeready-builder-for-rhel-9-x86_64-eus-debug-rpms                            Red Hat CodeReady Linux Builder for RHEL 9 x86_64 - Extended Update Support (Debug RPMs)                                    disabled 
-codeready-builder-for-rhel-9-x86_64-eus-rpms Red Hat CodeReady Linux Builder for RHEL 9 x86_64 - Extended Update Support (RPMs) disabled +codeready-builder-for-rhel-9-x86_64-eus-rpms                                  Red Hat CodeReady Linux Builder for RHEL 9 x86_64 - Extended Update Support (RPMs)                                          disabled 
-codeready-builder-for-rhel-9-x86_64-eus-source-rpms Red Hat CodeReady Linux Builder for RHEL 9 x86_64 - Extended Update Support (Source RPMs) disabled +codeready-builder-for-rhel-9-x86_64-eus-source-rpms                           Red Hat CodeReady Linux Builder for RHEL 9 x86_64 - Extended Update Support (Source RPMs)                                   disabled 
-codeready-builder-for-rhel-9-x86_64-rpms Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs) enabled +codeready-builder-for-rhel-9-x86_64-rpms                                      Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs)                                                                    enabled 
-codeready-builder-for-rhel-9-x86_64-source-rpms Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (Source RPMs) disabled +codeready-builder-for-rhel-9-x86_64-source-rpms                               Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (Source RPMs)                                                             disabled 
-discovery-1-for-rhel-9-x86_64-debug-rpms Red Hat Discovery 1 for RHEL 9 x86_64 (Debug RPMs) disabled +discovery-1-for-rhel-9-x86_64-debug-rpms                                      Red Hat Discovery 1 for RHEL 9 x86_64 (Debug RPMs)                                                                          disabled 
-discovery-1-for-rhel-9-x86_64-rpms Red Hat Discovery 1 for RHEL 9 x86_64 (RPMs) disabled +discovery-1-for-rhel-9-x86_64-rpms                                            Red Hat Discovery 1 for RHEL 9 x86_64 (RPMs)                                                                                disabled 
-discovery-1-for-rhel-9-x86_64-source-rpms Red Hat Discovery 1 for RHEL 9 x86_64 (Source RPMs) disabled +discovery-1-for-rhel-9-x86_64-source-rpms                                     Red Hat Discovery 1 for RHEL 9 x86_64 (Source RPMs)                                                                         disabled 
-epel Extra Packages for Enterprise Linux 9 - x86_64 enabled +epel                                                                          Extra Packages for Enterprise Linux 9 - x86_64                                                                              enabled 
-epel-cisco-openh264 Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 enabled +epel-cisco-openh264                                                           Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64                                                        enabled 
-epel-cisco-openh264-debuginfo Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 - Debug disabled +epel-cisco-openh264-debuginfo                                                 Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 - Debug                                                disabled 
-epel-cisco-openh264-source Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 - Source disabled +epel-cisco-openh264-source                                                    Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 - Source                                               disabled 
-epel-debuginfo Extra Packages for Enterprise Linux 9 - x86_64 - Debug disabled +epel-debuginfo                                                                Extra Packages for Enterprise Linux 9 - x86_64 - Debug                                                                      disabled 
-epel-next Extra Packages for Enterprise Linux 9 - Next - x86_64 enabled +epel-next                                                                     Extra Packages for Enterprise Linux 9 - Next - x86_64                                                                       enabled 
-epel-next-debuginfo Extra Packages for Enterprise Linux 9 - Next - x86_64 - Debug disabled +epel-next-debuginfo                                                           Extra Packages for Enterprise Linux 9 - Next - x86_64 - Debug                                                               disabled 
-epel-next-source Extra Packages for Enterprise Linux 9 - Next - x86_64 - Source disabled +epel-next-source                                                              Extra Packages for Enterprise Linux 9 - Next - x86_64 - Source                                                              disabled 
-epel-next-testing Extra Packages for Enterprise Linux 9 - Next - Testing - x86_64 disabled +epel-next-testing                                                             Extra Packages for Enterprise Linux 9 - Next - Testing - x86_64                                                             disabled 
-epel-next-testing-debuginfo Extra Packages for Enterprise Linux 9 - Next - Testing - x86_64 - Debug disabled +epel-next-testing-debuginfo                                                   Extra Packages for Enterprise Linux 9 - Next - Testing - x86_64 - Debug                                                     disabled 
-epel-next-testing-source Extra Packages for Enterprise Linux 9 - Next - Testing - x86_64 - Source disabled +epel-next-testing-source                                                      Extra Packages for Enterprise Linux 9 - Next - Testing - x86_64 - Source                                                    disabled 
-epel-source Extra Packages for Enterprise Linux 9 - x86_64 - Source disabled +epel-source                                                                   Extra Packages for Enterprise Linux 9 - x86_64 - Source                                                                     disabled 
-epel-testing Extra Packages for Enterprise Linux 9 - Testing - x86_64 disabled +epel-testing                                                                  Extra Packages for Enterprise Linux 9 - Testing - x86_64                                                                    disabled 
-epel-testing-debuginfo Extra Packages for Enterprise Linux 9 - Testing - x86_64 - Debug disabled +epel-testing-debuginfo                                                        Extra Packages for Enterprise Linux 9 - Testing - x86_64 - Debug                                                            disabled 
-epel-testing-source Extra Packages for Enterprise Linux 9 - Testing - x86_64 - Source disabled +epel-testing-source                                                           Extra Packages for Enterprise Linux 9 - Testing - x86_64 - Source                                                           disabled 
-fast-datapath-for-rhel-9-x86_64-debug-rpms Fast Datapath for RHEL 9 x86_64 (Debug RPMs) disabled +fast-datapath-for-rhel-9-x86_64-debug-rpms                                    Fast Datapath for RHEL 9 x86_64 (Debug RPMs)                                                                                disabled 
-fast-datapath-for-rhel-9-x86_64-rpms Fast Datapath for RHEL 9 x86_64 (RPMs) disabled +fast-datapath-for-rhel-9-x86_64-rpms                                          Fast Datapath for RHEL 9 x86_64 (RPMs)                                                                                      disabled 
-fast-datapath-for-rhel-9-x86_64-source-rpms Fast Datapath for RHEL 9 x86_64 (Source RPMs) disabled +fast-datapath-for-rhel-9-x86_64-source-rpms                                   Fast Datapath for RHEL 9 x86_64 (Source RPMs)                                                                               disabled 
-fsw-textonly-1-for-middleware-rpms Red Hat JBoss Fuse Service Works Text-Only Advisories disabled +fsw-textonly-1-for-middleware-rpms                                            Red Hat JBoss Fuse Service Works Text-Only Advisories                                                                       disabled 
-gitops-1.12-for-rhel-9-x86_64-debug-rpms Red Hat OpenShift GitOps 1.12 for RHEL 9 x86_64 (Debug RPMs) disabled +gitops-1.12-for-rhel-9-x86_64-debug-rpms                                      Red Hat OpenShift GitOps 1.12 for RHEL 9 x86_64 (Debug RPMs)                                                                disabled 
-gitops-1.12-for-rhel-9-x86_64-rpms Red Hat OpenShift GitOps 1.12 for RHEL 9 x86_64 (RPMs) disabled +gitops-1.12-for-rhel-9-x86_64-rpms                                            Red Hat OpenShift GitOps 1.12 for RHEL 9 x86_64 (RPMs)                                                                      disabled 
-gitops-1.12-for-rhel-9-x86_64-source-rpms Red Hat OpenShift GitOps 1.12 for RHEL 9 x86_64 (Source RPMs) disabled +gitops-1.12-for-rhel-9-x86_64-source-rpms                                     Red Hat OpenShift GitOps 1.12 for RHEL 9 x86_64 (Source RPMs)                                                               disabled 
-gitops-1.13-for-rhel-9-x86_64-debug-rpms Red Hat OpenShift GitOps 1.13 for RHEL 9 x86_64 (Debug RPMs) disabled +gitops-1.13-for-rhel-9-x86_64-debug-rpms                                      Red Hat OpenShift GitOps 1.13 for RHEL 9 x86_64 (Debug RPMs)                                                                disabled 
-gitops-1.13-for-rhel-9-x86_64-rpms Red Hat OpenShift GitOps 1.13 for RHEL 9 x86_64 (RPMs) disabled +gitops-1.13-for-rhel-9-x86_64-rpms                                            Red Hat OpenShift GitOps 1.13 for RHEL 9 x86_64 (RPMs)                                                                      disabled 
-gitops-1.13-for-rhel-9-x86_64-source-rpms Red Hat OpenShift GitOps 1.13 for RHEL 9 x86_64 (Source RPMs) disabled +gitops-1.13-for-rhel-9-x86_64-source-rpms                                     Red Hat OpenShift GitOps 1.13 for RHEL 9 x86_64 (Source RPMs)                                                               disabled 
-gitops-1.14-for-rhel-9-x86_64-debug-rpms Red Hat OpenShift GitOps 1.14 for RHEL 9 x86_64 (Debug RPMs) disabled +gitops-1.14-for-rhel-9-x86_64-debug-rpms                                      Red Hat OpenShift GitOps 1.14 for RHEL 9 x86_64 (Debug RPMs)                                                                disabled 
-gitops-1.14-for-rhel-9-x86_64-rpms Red Hat OpenShift GitOps 1.14 for RHEL 9 x86_64 (RPMs) disabled +gitops-1.14-for-rhel-9-x86_64-rpms                                            Red Hat OpenShift GitOps 1.14 for RHEL 9 x86_64 (RPMs)                                                                      disabled 
-gitops-1.14-for-rhel-9-x86_64-source-rpms Red Hat OpenShift GitOps 1.14 for RHEL 9 x86_64 (Source RPMs) disabled +gitops-1.14-for-rhel-9-x86_64-source-rpms                                     Red Hat OpenShift GitOps 1.14 for RHEL 9 x86_64 (Source RPMs)                                                               disabled 
-jb-coreservices-textonly-1-for-middleware-rhui-rpms Red Hat JBoss Core Services Text-Only Advisories from RHUI disabled +jb-coreservices-textonly-1-for-middleware-rhui-rpms                           Red Hat JBoss Core Services Text-Only Advisories from RHUI                                                                  disabled 
-jb-coreservices-textonly-1-for-middleware-rpms Red Hat JBoss Core Services Text-Only Advisories disabled +jb-coreservices-textonly-1-for-middleware-rpms                                Red Hat JBoss Core Services Text-Only Advisories                                                                            disabled 
-jb-datagrid-8.4-for-rhel-9-x86_64-debug-rpms Red Hat JBoss Data Grid 8.4 (RHEL 9) (Debug RPMs) disabled +jb-datagrid-8.4-for-rhel-9-x86_64-debug-rpms                                  Red Hat JBoss Data Grid 8.4 (RHEL 9) (Debug RPMs)                                                                           disabled 
-jb-datagrid-8.4-for-rhel-9-x86_64-rpms Red Hat JBoss Data Grid 8.4 (RHEL 9) (RPMs) disabled +jb-datagrid-8.4-for-rhel-9-x86_64-rpms                                        Red Hat JBoss Data Grid 8.4 (RHEL 9) (RPMs)                                                                                 disabled 
-jb-datagrid-8.4-for-rhel-9-x86_64-source-rpms Red Hat JBoss Data Grid 8.4 (RHEL 9) (Source RPMs) disabled +jb-datagrid-8.4-for-rhel-9-x86_64-source-rpms                                 Red Hat JBoss Data Grid 8.4 (RHEL 9) (Source RPMs)                                                                          disabled 
-jb-datagrid-textonly-1-for-middleware-rpms Red Hat JBoss Data Grid Text-Only Advisories disabled +jb-datagrid-textonly-1-for-middleware-rpms                                    Red Hat JBoss Data Grid Text-Only Advisories                                                                                disabled 
-jb-eap-7.4-for-rhel-9-x86_64-debug-rpms JBoss Enterprise Application Platform 7.4 (RHEL 9) (Debug RPMs) disabled +jb-eap-7.4-for-rhel-9-x86_64-debug-rpms                                       JBoss Enterprise Application Platform 7.4 (RHEL 9) (Debug RPMs)                                                             disabled 
-jb-eap-7.4-for-rhel-9-x86_64-rpms JBoss Enterprise Application Platform 7.4 (RHEL 9) (RPMs) disabled +jb-eap-7.4-for-rhel-9-x86_64-rpms                                             JBoss Enterprise Application Platform 7.4 (RHEL 9) (RPMs)                                                                   disabled 
-jb-eap-7.4-for-rhel-9-x86_64-source-rpms JBoss Enterprise Application Platform 7.4 (RHEL 9) (Source RPMs) disabled +jb-eap-7.4-for-rhel-9-x86_64-source-rpms                                      JBoss Enterprise Application Platform 7.4 (RHEL 9) (Source RPMs)                                                            disabled 
-jb-eap-8.0-for-rhel-9-x86_64-debug-rpms JBoss Enterprise Application Platform 8.0 (RHEL 9 x86_64) (Debug RPMs) disabled +jb-eap-8.0-for-rhel-9-x86_64-debug-rpms                                       JBoss Enterprise Application Platform 8.0 (RHEL 9 x86_64) (Debug RPMs)                                                      disabled 
-jb-eap-8.0-for-rhel-9-x86_64-rhui-debug-rpms JBoss Enterprise Application Platform 8.0 (RHEL 9) (Debug RPMs) from RHUI disabled +jb-eap-8.0-for-rhel-9-x86_64-rhui-debug-rpms                                  JBoss Enterprise Application Platform 8.0 (RHEL 9) (Debug RPMs) from RHUI                                                   disabled 
-jb-eap-8.0-for-rhel-9-x86_64-rhui-rpms JBoss Enterprise Application Platform 8.0 (RHEL 9) (RPMs) from RHUI disabled +jb-eap-8.0-for-rhel-9-x86_64-rhui-rpms                                        JBoss Enterprise Application Platform 8.0 (RHEL 9) (RPMs) from RHUI                                                         disabled 
-jb-eap-8.0-for-rhel-9-x86_64-rhui-source-rpms JBoss Enterprise Application Platform 8.0 (RHEL 9) (Source RPMs) from RHUI disabled +jb-eap-8.0-for-rhel-9-x86_64-rhui-source-rpms                                 JBoss Enterprise Application Platform 8.0 (RHEL 9) (Source RPMs) from RHUI                                                  disabled 
-jb-eap-8.0-for-rhel-9-x86_64-rpms JBoss Enterprise Application Platform 8.0 (RHEL 9 x86_64) (RPMs) disabled +jb-eap-8.0-for-rhel-9-x86_64-rpms                                             JBoss Enterprise Application Platform 8.0 (RHEL 9 x86_64) (RPMs)                                                            disabled 
-jb-eap-8.0-for-rhel-9-x86_64-source-rpms JBoss Enterprise Application Platform 8.0 (RHEL 9 x86_64) (Source RPMs) disabled +jb-eap-8.0-for-rhel-9-x86_64-source-rpms                                      JBoss Enterprise Application Platform 8.0 (RHEL 9 x86_64) (Source RPMs)                                                     disabled 
-jb-eap-textonly-1-for-middleware-rpms Red Hat JBoss Enterprise Application Platform Text-Only Advisories disabled +jb-eap-textonly-1-for-middleware-rpms                                         Red Hat JBoss Enterprise Application Platform Text-Only Advisories                                                          disabled 
-jdv-textonly-1-for-middleware-rpms Red Hat JBoss Data Virtualization Text-Only Advisories disabled +jdv-textonly-1-for-middleware-rpms                                            Red Hat JBoss Data Virtualization Text-Only Advisories                                                                      disabled 
-jon-textonly-1-for-middleware-rpms Red Hat JBoss Operations Network Text-Only Advisories disabled +jon-textonly-1-for-middleware-rpms                                            Red Hat JBoss Operations Network Text-Only Advisories                                                                       disabled 
-jpp-textonly-1-for-middleware-rpms Red Hat JBoss Portal Text-Only Advisories disabled +jpp-textonly-1-for-middleware-rpms                                            Red Hat JBoss Portal Text-Only Advisories                                                                                   disabled 
-kmm-1-for-rhel-9-x86_64-debug-rpms Kernel Module Management 1 for RHEL 9 x86_64 (Debug RPMs) disabled +kmm-1-for-rhel-9-x86_64-debug-rpms                                            Kernel Module Management 1 for RHEL 9 x86_64 (Debug RPMs)                                                                   disabled 
-kmm-1-for-rhel-9-x86_64-rpms Kernel Module Management 1 for RHEL 9 x86_64 (RPMs) disabled +kmm-1-for-rhel-9-x86_64-rpms                                                  Kernel Module Management 1 for RHEL 9 x86_64 (RPMs)                                                                         disabled 
-kmm-1-for-rhel-9-x86_64-source-rpms Kernel Module Management 1 for RHEL 9 x86_64 (Source RPMs) disabled +kmm-1-for-rhel-9-x86_64-source-rpms                                           Kernel Module Management 1 for RHEL 9 x86_64 (Source RPMs)                                                                  disabled 
-kmm-2-for-rhel-9-x86_64-debug-rpms Kernel Module Management 2 for RHEL 9 x86_64 (Debug RPMs) disabled +kmm-2-for-rhel-9-x86_64-debug-rpms                                            Kernel Module Management 2 for RHEL 9 x86_64 (Debug RPMs)                                                                   disabled 
-kmm-2-for-rhel-9-x86_64-rpms Kernel Module Management 2 for RHEL 9 x86_64 (RPMs) disabled +kmm-2-for-rhel-9-x86_64-rpms                                                  Kernel Module Management 2 for RHEL 9 x86_64 (RPMs)                                                                         disabled 
-kmm-2-for-rhel-9-x86_64-source-rpms Kernel Module Management 2 for RHEL 9 x86_64 (Source RPMs) disabled +kmm-2-for-rhel-9-x86_64-source-rpms                                           Kernel Module Management 2 for RHEL 9 x86_64 (Source RPMs)                                                                  disabled 
-lvms-4.14-for-rhel-9-x86_64-debug-rpms Logical Volume Manager Storage 4.14 for RHEL 9 x86_64 (Debug RPMs) disabled +lvms-4.14-for-rhel-9-x86_64-debug-rpms                                        Logical Volume Manager Storage 4.14 for RHEL 9 x86_64 (Debug RPMs)                                                          disabled 
-lvms-4.14-for-rhel-9-x86_64-rpms Logical Volume Manager Storage 4.14 for RHEL 9 x86_64 (RPMs) disabled +lvms-4.14-for-rhel-9-x86_64-rpms                                              Logical Volume Manager Storage 4.14 for RHEL 9 x86_64 (RPMs)                                                                disabled 
-lvms-4.14-for-rhel-9-x86_64-source-rpms Logical Volume Manager Storage 4.14 for RHEL 9 x86_64 (Source RPMs) disabled +lvms-4.14-for-rhel-9-x86_64-source-rpms                                       Logical Volume Manager Storage 4.14 for RHEL 9 x86_64 (Source RPMs)                                                         disabled 
-lvms-4.15-for-rhel-9-x86_64-debug-rpms Logical Volume Manager Storage 4.15 for RHEL 9 x86_64 (Debug RPMs) disabled +lvms-4.15-for-rhel-9-x86_64-debug-rpms                                        Logical Volume Manager Storage 4.15 for RHEL 9 x86_64 (Debug RPMs)                                                          disabled 
-lvms-4.15-for-rhel-9-x86_64-rpms Logical Volume Manager Storage 4.15 for RHEL 9 x86_64 (RPMs) disabled +lvms-4.15-for-rhel-9-x86_64-rpms                                              Logical Volume Manager Storage 4.15 for RHEL 9 x86_64 (RPMs)                                                                disabled 
-lvms-4.15-for-rhel-9-x86_64-source-rpms Logical Volume Manager Storage 4.15 for RHEL 9 x86_64 (Source RPMs) disabled +lvms-4.15-for-rhel-9-x86_64-source-rpms                                       Logical Volume Manager Storage 4.15 for RHEL 9 x86_64 (Source RPMs)                                                         disabled 
-lvms-4.16-for-rhel-9-x86_64-debug-rpms Logical Volume Manager Storage 4.16 for RHEL 9 x86_64 (Debug RPMs) disabled +lvms-4.16-for-rhel-9-x86_64-debug-rpms                                        Logical Volume Manager Storage 4.16 for RHEL 9 x86_64 (Debug RPMs)                                                          disabled 
-lvms-4.16-for-rhel-9-x86_64-rpms Logical Volume Manager Storage 4.16 for RHEL 9 x86_64 (RPMs) disabled +lvms-4.16-for-rhel-9-x86_64-rpms                                              Logical Volume Manager Storage 4.16 for RHEL 9 x86_64 (RPMs)                                                                disabled 
-lvms-4.16-for-rhel-9-x86_64-source-rpms Logical Volume Manager Storage 4.16 for RHEL 9 x86_64 (Source RPMs) disabled +lvms-4.16-for-rhel-9-x86_64-source-rpms                                       Logical Volume Manager Storage 4.16 for RHEL 9 x86_64 (Source RPMs)                                                         disabled 
-lvms-4.17-for-rhel-9-x86_64-debug-rpms Logical Volume Manager Storage 4.17 for RHEL 9 x86_64 (Debug RPMs) disabled +lvms-4.17-for-rhel-9-x86_64-debug-rpms                                        Logical Volume Manager Storage 4.17 for RHEL 9 x86_64 (Debug RPMs)                                                          disabled 
-lvms-4.17-for-rhel-9-x86_64-rpms Logical Volume Manager Storage 4.17 for RHEL 9 x86_64 (RPMs) disabled +lvms-4.17-for-rhel-9-x86_64-rpms                                              Logical Volume Manager Storage 4.17 for RHEL 9 x86_64 (RPMs)                                                                disabled 
-lvms-4.17-for-rhel-9-x86_64-source-rpms Logical Volume Manager Storage 4.17 for RHEL 9 x86_64 (Source RPMs) disabled +lvms-4.17-for-rhel-9-x86_64-source-rpms                                       Logical Volume Manager Storage 4.17 for RHEL 9 x86_64 (Source RPMs)                                                         disabled 
-network-observability-1-for-rhel-9-x86_64-debug-rpms Network Observability (NETOBSERV) 1 for RHEL 9 x86_64 (Debug RPMs) disabled +network-observability-1-for-rhel-9-x86_64-debug-rpms                          Network Observability (NETOBSERV) 1 for RHEL 9 x86_64 (Debug RPMs)                                                          disabled 
-network-observability-1-for-rhel-9-x86_64-rpms Network Observability (NETOBSERV) 1 for RHEL 9 x86_64 (RPMs) disabled +network-observability-1-for-rhel-9-x86_64-rpms                                Network Observability (NETOBSERV) 1 for RHEL 9 x86_64 (RPMs)                                                                disabled 
-network-observability-1-for-rhel-9-x86_64-source-rpms Network Observability (NETOBSERV) 1 for RHEL 9 x86_64 (Source RPMs) disabled +network-observability-1-for-rhel-9-x86_64-source-rpms                         Network Observability (NETOBSERV) 1 for RHEL 9 x86_64 (Source RPMs)                                                         disabled 
-ocp-tools-4.15-for-rhel-9-x86_64-debug-rpms OpenShift Developer Tools and Services 4.15 (RHEL 9) (x86_64 Debug RPMs) disabled +ocp-tools-4.15-for-rhel-9-x86_64-debug-rpms                                   OpenShift Developer Tools and Services 4.15 (RHEL 9) (x86_64 Debug RPMs)                                                    disabled 
-ocp-tools-4.15-for-rhel-9-x86_64-rpms OpenShift Developer Tools and Services 4.15 (RHEL 9) (x86_64 RPMs) disabled +ocp-tools-4.15-for-rhel-9-x86_64-rpms                                         OpenShift Developer Tools and Services 4.15 (RHEL 9) (x86_64 RPMs)                                                          disabled 
-ocp-tools-4.15-for-rhel-9-x86_64-source-rpms OpenShift Developer Tools and Services 4.15 (RHEL 9) (x86_64 Source RPMs) disabled +ocp-tools-4.15-for-rhel-9-x86_64-source-rpms                                  OpenShift Developer Tools and Services 4.15 (RHEL 9) (x86_64 Source RPMs)                                                   disabled 
-ocp-tools-4.16-for-rhel-9-x86_64-debug-rpms OpenShift Developer Tools and Services 4.16 (RHEL 9) (x86_64 Debug RPMs) disabled +ocp-tools-4.16-for-rhel-9-x86_64-debug-rpms                                   OpenShift Developer Tools and Services 4.16 (RHEL 9) (x86_64 Debug RPMs)                                                    disabled 
-ocp-tools-4.16-for-rhel-9-x86_64-rpms OpenShift Developer Tools and Services 4.16 (RHEL 9) (x86_64 RPMs) disabled +ocp-tools-4.16-for-rhel-9-x86_64-rpms                                         OpenShift Developer Tools and Services 4.16 (RHEL 9) (x86_64 RPMs)                                                          disabled 
-ocp-tools-4.16-for-rhel-9-x86_64-source-rpms OpenShift Developer Tools and Services 4.16 (RHEL 9) (x86_64 Source RPMs) disabled +ocp-tools-4.16-for-rhel-9-x86_64-source-rpms                                  OpenShift Developer Tools and Services 4.16 (RHEL 9) (x86_64 Source RPMs)                                                   disabled 
-openjdk-textonly-1-for-middleware-rpms OpenJDK Text-Only Advisories disabled +openjdk-textonly-1-for-middleware-rpms                                        OpenJDK Text-Only Advisories                                                                                                disabled 
-openliberty-textonly-1-for-middleware-rpms Open Liberty Text-Only Advisories disabled +openliberty-textonly-1-for-middleware-rpms                                    Open Liberty Text-Only Advisories                                                                                           disabled 
-openstack-17-tools-for-rhel-9-x86_64-debug-rpms Red Hat OpenStack Platform 17 Tools for RHEL 9 x86_64 (Debug RPMs) disabled +openstack-17-tools-for-rhel-9-x86_64-debug-rpms                               Red Hat OpenStack Platform 17 Tools for RHEL 9 x86_64 (Debug RPMs)                                                          disabled 
-openstack-17-tools-for-rhel-9-x86_64-rpms Red Hat OpenStack Platform 17 Tools for RHEL 9 x86_64 (RPMs) disabled +openstack-17-tools-for-rhel-9-x86_64-rpms                                     Red Hat OpenStack Platform 17 Tools for RHEL 9 x86_64 (RPMs)                                                                disabled 
-openstack-17-tools-for-rhel-9-x86_64-source-rpms Red Hat OpenStack Platform 17 Tools for RHEL 9 x86_64 (Source RPMs) disabled +openstack-17-tools-for-rhel-9-x86_64-source-rpms                              Red Hat OpenStack Platform 17 Tools for RHEL 9 x86_64 (Source RPMs)                                                         disabled 
-openstack-17.1-tools-for-rhel-9-x86_64-debug-rpms Red Hat OpenStack Platform 17.1 Tools for RHEL 9 x86_64 (Debug RPMs) disabled +openstack-17.1-tools-for-rhel-9-x86_64-debug-rpms                             Red Hat OpenStack Platform 17.1 Tools for RHEL 9 x86_64 (Debug RPMs)                                                        disabled 
-openstack-17.1-tools-for-rhel-9-x86_64-rpms Red Hat OpenStack Platform 17.1 Tools for RHEL 9 x86_64 (RPMs) disabled +openstack-17.1-tools-for-rhel-9-x86_64-rpms                                   Red Hat OpenStack Platform 17.1 Tools for RHEL 9 x86_64 (RPMs)                                                              disabled 
-openstack-17.1-tools-for-rhel-9-x86_64-source-rpms Red Hat OpenStack Platform 17.1 Tools for RHEL 9 x86_64 (Source RPMs) disabled +openstack-17.1-tools-for-rhel-9-x86_64-source-rpms                            Red Hat OpenStack Platform 17.1 Tools for RHEL 9 x86_64 (Source RPMs)                                                       disabled 
-osso-1-for-rhel-9-x86_64-debug-rpms Secondary Scheduler Operator 1 for RHEL 9 for Red Hat OpenShift (Debug RPMs) disabled +osso-1-for-rhel-9-x86_64-debug-rpms                                           Secondary Scheduler Operator 1 for RHEL 9 for Red Hat OpenShift (Debug RPMs)                                                disabled 
-osso-1-for-rhel-9-x86_64-files Secondary Scheduler Operator 1 for RHEL 9 for Red Hat OpenShift (Files) disabled +osso-1-for-rhel-9-x86_64-files                                                Secondary Scheduler Operator 1 for RHEL 9 for Red Hat OpenShift (Files)                                                     disabled 
-osso-1-for-rhel-9-x86_64-rpms Secondary Scheduler Operator 1 for RHEL 9 for Red Hat OpenShift (RPMs) disabled +osso-1-for-rhel-9-x86_64-rpms                                                 Secondary Scheduler Operator 1 for RHEL 9 for Red Hat OpenShift (RPMs)                                                      disabled 
-osso-1-for-rhel-9-x86_64-source-rpms Secondary Scheduler Operator 1 for RHEL 9 for Red Hat OpenShift (Source RPMs) disabled +osso-1-for-rhel-9-x86_64-source-rpms                                          Secondary Scheduler Operator 1 for RHEL 9 for Red Hat OpenShift (Source RPMs)                                               disabled 
-quarkus-textonly-1-for-middleware-rpms Red Hat build of Quarkus Text-Only Advisories disabled +quarkus-textonly-1-for-middleware-rpms                                        Red Hat build of Quarkus Text-Only Advisories                                                                               disabled 
-rhbop-textonly-1-for-middleware-rpms Red Hat Build of OptaPlanner Text-Only Advisories disabled +rhbop-textonly-1-for-middleware-rpms                                          Red Hat Build of OptaPlanner Text-Only Advisories                                                                           disabled 
-rhceph-5-tools-for-rhel-9-x86_64-debug-rpms Red Hat Ceph Storage Tools 5 for RHEL 9 x86_64 (Debug RPMs) disabled +rhceph-5-tools-for-rhel-9-x86_64-debug-rpms                                   Red Hat Ceph Storage Tools 5 for RHEL 9 x86_64 (Debug RPMs)                                                                 disabled 
-rhceph-5-tools-for-rhel-9-x86_64-rpms Red Hat Ceph Storage Tools 5 for RHEL 9 x86_64 (RPMs) disabled +rhceph-5-tools-for-rhel-9-x86_64-rpms                                         Red Hat Ceph Storage Tools 5 for RHEL 9 x86_64 (RPMs)                                                                       disabled 
-rhceph-5-tools-for-rhel-9-x86_64-source-rpms Red Hat Ceph Storage Tools 5 for RHEL 9 x86_64 (Source RPMs) disabled +rhceph-5-tools-for-rhel-9-x86_64-source-rpms                                  Red Hat Ceph Storage Tools 5 for RHEL 9 x86_64 (Source RPMs)                                                                disabled 
-rhceph-6-tools-for-rhel-9-x86_64-debug-rpms Red Hat Ceph Storage Tools 6 for RHEL 9 x86_64 (Debug RPMs) disabled +rhceph-6-tools-for-rhel-9-x86_64-debug-rpms                                   Red Hat Ceph Storage Tools 6 for RHEL 9 x86_64 (Debug RPMs)                                                                 disabled 
-rhceph-6-tools-for-rhel-9-x86_64-rpms Red Hat Ceph Storage Tools 6 for RHEL 9 x86_64 (RPMs) disabled +rhceph-6-tools-for-rhel-9-x86_64-rpms                                         Red Hat Ceph Storage Tools 6 for RHEL 9 x86_64 (RPMs)                                                                       disabled 
-rhceph-6-tools-for-rhel-9-x86_64-source-rpms Red Hat Ceph Storage Tools 6 for RHEL 9 x86_64 (Source RPMs) disabled +rhceph-6-tools-for-rhel-9-x86_64-source-rpms                                  Red Hat Ceph Storage Tools 6 for RHEL 9 x86_64 (Source RPMs)                                                                disabled 
-rhceph-7-tools-for-rhel-9-x86_64-debug-rpms Red Hat Ceph Storage Tools 7 for RHEL 9 x86_64 (Debug RPMs) disabled +rhceph-7-tools-for-rhel-9-x86_64-debug-rpms                                   Red Hat Ceph Storage Tools 7 for RHEL 9 x86_64 (Debug RPMs)                                                                 disabled 
-rhceph-7-tools-for-rhel-9-x86_64-rpms Red Hat Ceph Storage Tools 7 for RHEL 9 x86_64 (RPMs) disabled +rhceph-7-tools-for-rhel-9-x86_64-rpms                                         Red Hat Ceph Storage Tools 7 for RHEL 9 x86_64 (RPMs)                                                                       disabled 
-rhceph-7-tools-for-rhel-9-x86_64-source-rpms Red Hat Ceph Storage Tools 7 for RHEL 9 x86_64 (Source RPMs) disabled +rhceph-7-tools-for-rhel-9-x86_64-source-rpms                                  Red Hat Ceph Storage Tools 7 for RHEL 9 x86_64 (Source RPMs)                                                                disabled 
-rhceph-8-tools-for-rhel-9-x86_64-debug-rpms Red Hat Ceph Storage Tools 8 for RHEL 9 x86_64 (Debug RPMs) disabled +rhceph-8-tools-for-rhel-9-x86_64-debug-rpms                                   Red Hat Ceph Storage Tools 8 for RHEL 9 x86_64 (Debug RPMs)                                                                 disabled 
-rhceph-8-tools-for-rhel-9-x86_64-rpms Red Hat Ceph Storage Tools 8 for RHEL 9 x86_64 (RPMs) disabled +rhceph-8-tools-for-rhel-9-x86_64-rpms                                         Red Hat Ceph Storage Tools 8 for RHEL 9 x86_64 (RPMs)                                                                       disabled 
-rhceph-8-tools-for-rhel-9-x86_64-source-rpms Red Hat Ceph Storage Tools 8 for RHEL 9 x86_64 (Source RPMs) disabled +rhceph-8-tools-for-rhel-9-x86_64-source-rpms                                  Red Hat Ceph Storage Tools 8 for RHEL 9 x86_64 (Source RPMs)                                                                disabled 
-rhdh-1-for-rhel-9-x86_64-debug-rpms Red Hat Developer Hub 1 (RHEL 9) (Debug RPMs) disabled +rhdh-1-for-rhel-9-x86_64-debug-rpms                                           Red Hat Developer Hub 1 (RHEL 9) (Debug RPMs)                                                                               disabled 
-rhdh-1-for-rhel-9-x86_64-rpms Red Hat Developer Hub 1 (RHEL 9) (RPMs) disabled +rhdh-1-for-rhel-9-x86_64-rpms                                                 Red Hat Developer Hub 1 (RHEL 9) (RPMs)                                                                                     disabled 
-rhdh-1-for-rhel-9-x86_64-source-rpms Red Hat Developer Hub 1 (RHEL 9) (Source RPMs) disabled +rhdh-1-for-rhel-9-x86_64-source-rpms                                          Red Hat Developer Hub 1 (RHEL 9) (Source RPMs)                                                                              disabled 
-rhel-9-for-x86_64-appstream-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - AppStream (Debug RPMs) disabled +rhel-9-for-x86_64-appstream-debug-rpms                                        Red Hat Enterprise Linux 9 for x86_64 - AppStream (Debug RPMs)                                                              disabled 
-rhel-9-for-x86_64-appstream-e4s-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - AppStream - Update Services for SAP Solutions (Debug RPMs) disabled +rhel-9-for-x86_64-appstream-e4s-debug-rpms                                    Red Hat Enterprise Linux 9 for x86_64 - AppStream - Update Services for SAP Solutions (Debug RPMs)                          disabled 
-rhel-9-for-x86_64-appstream-e4s-rpms Red Hat Enterprise Linux 9 for x86_64 - AppStream - Update Services for SAP Solutions (RPMs) disabled +rhel-9-for-x86_64-appstream-e4s-rpms                                          Red Hat Enterprise Linux 9 for x86_64 - AppStream - Update Services for SAP Solutions (RPMs)                                disabled 
-rhel-9-for-x86_64-appstream-e4s-source-rpms Red Hat Enterprise Linux 9 for x86_64 - AppStream - Update Services for SAP Solutions (Source RPMs) disabled +rhel-9-for-x86_64-appstream-e4s-source-rpms                                   Red Hat Enterprise Linux 9 for x86_64 - AppStream - Update Services for SAP Solutions (Source RPMs)                         disabled 
-rhel-9-for-x86_64-appstream-eus-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - AppStream - Extended Update Support (Debug RPMs) disabled +rhel-9-for-x86_64-appstream-eus-debug-rpms                                    Red Hat Enterprise Linux 9 for x86_64 - AppStream - Extended Update Support (Debug RPMs)                                    disabled 
-rhel-9-for-x86_64-appstream-eus-rpms Red Hat Enterprise Linux 9 for x86_64 - AppStream - Extended Update Support (RPMs) disabled +rhel-9-for-x86_64-appstream-eus-rpms                                          Red Hat Enterprise Linux 9 for x86_64 - AppStream - Extended Update Support (RPMs)                                          disabled 
-rhel-9-for-x86_64-appstream-eus-source-rpms Red Hat Enterprise Linux 9 for x86_64 - AppStream - Extended Update Support (Source RPMs) disabled +rhel-9-for-x86_64-appstream-eus-source-rpms                                   Red Hat Enterprise Linux 9 for x86_64 - AppStream - Extended Update Support (Source RPMs)                                   disabled 
-rhel-9-for-x86_64-appstream-rpms Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) enabled +rhel-9-for-x86_64-appstream-rpms                                              Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)                                                                    enabled 
-rhel-9-for-x86_64-appstream-source-rpms Red Hat Enterprise Linux 9 for x86_64 - AppStream (Source RPMs) disabled +rhel-9-for-x86_64-appstream-source-rpms                                       Red Hat Enterprise Linux 9 for x86_64 - AppStream (Source RPMs)                                                             disabled 
-rhel-9-for-x86_64-baseos-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - BaseOS (Debug RPMs) disabled +rhel-9-for-x86_64-baseos-debug-rpms                                           Red Hat Enterprise Linux 9 for x86_64 - BaseOS (Debug RPMs)                                                                 disabled 
-rhel-9-for-x86_64-baseos-e4s-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - BaseOS - Update Services for SAP Solutions (Debug RPMs) disabled +rhel-9-for-x86_64-baseos-e4s-debug-rpms                                       Red Hat Enterprise Linux 9 for x86_64 - BaseOS - Update Services for SAP Solutions (Debug RPMs)                             disabled 
-rhel-9-for-x86_64-baseos-e4s-rpms Red Hat Enterprise Linux 9 for x86_64 - BaseOS - Update Services for SAP Solutions (RPMs) disabled +rhel-9-for-x86_64-baseos-e4s-rpms                                             Red Hat Enterprise Linux 9 for x86_64 - BaseOS - Update Services for SAP Solutions (RPMs)                                   disabled 
-rhel-9-for-x86_64-baseos-e4s-source-rpms Red Hat Enterprise Linux 9 for x86_64 - BaseOS - Update Services for SAP Solutions (Source RPMs) disabled +rhel-9-for-x86_64-baseos-e4s-source-rpms                                      Red Hat Enterprise Linux 9 for x86_64 - BaseOS - Update Services for SAP Solutions (Source RPMs)                            disabled 
-rhel-9-for-x86_64-baseos-eus-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - BaseOS - Extended Update Support (Debug RPMs) disabled +rhel-9-for-x86_64-baseos-eus-debug-rpms                                       Red Hat Enterprise Linux 9 for x86_64 - BaseOS - Extended Update Support (Debug RPMs)                                       disabled 
-rhel-9-for-x86_64-baseos-eus-rpms Red Hat Enterprise Linux 9 for x86_64 - BaseOS - Extended Update Support (RPMs) disabled +rhel-9-for-x86_64-baseos-eus-rpms                                             Red Hat Enterprise Linux 9 for x86_64 - BaseOS - Extended Update Support (RPMs)                                             disabled 
-rhel-9-for-x86_64-baseos-eus-source-rpms Red Hat Enterprise Linux 9 for x86_64 - BaseOS - Extended Update Support (Source RPMs) disabled +rhel-9-for-x86_64-baseos-eus-source-rpms                                      Red Hat Enterprise Linux 9 for x86_64 - BaseOS - Extended Update Support (Source RPMs)                                      disabled 
-rhel-9-for-x86_64-baseos-rpms Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs) enabled +rhel-9-for-x86_64-baseos-rpms                                                 Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)                                                                       enabled 
-rhel-9-for-x86_64-baseos-source-rpms Red Hat Enterprise Linux 9 for x86_64 - BaseOS (Source RPMs) disabled +rhel-9-for-x86_64-baseos-source-rpms                                          Red Hat Enterprise Linux 9 for x86_64 - BaseOS (Source RPMs)                                                                disabled 
-rhel-9-for-x86_64-highavailability-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - High Availability (Debug RPMs) disabled +rhel-9-for-x86_64-highavailability-debug-rpms                                 Red Hat Enterprise Linux 9 for x86_64 - High Availability (Debug RPMs)                                                      disabled 
-rhel-9-for-x86_64-highavailability-e4s-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - High Availability - Update Services for SAP Solutions (Debug RPMs) disabled +rhel-9-for-x86_64-highavailability-e4s-debug-rpms                             Red Hat Enterprise Linux 9 for x86_64 - High Availability - Update Services for SAP Solutions (Debug RPMs)                  disabled 
-rhel-9-for-x86_64-highavailability-e4s-rpms Red Hat Enterprise Linux 9 for x86_64 - High Availability - Update Services for SAP Solutions (RPMs) disabled +rhel-9-for-x86_64-highavailability-e4s-rpms                                   Red Hat Enterprise Linux 9 for x86_64 - High Availability - Update Services for SAP Solutions (RPMs)                        disabled 
-rhel-9-for-x86_64-highavailability-e4s-source-rpms Red Hat Enterprise Linux 9 for x86_64 - High Availability - Update Services for SAP Solutions (Source RPMs) disabled +rhel-9-for-x86_64-highavailability-e4s-source-rpms                            Red Hat Enterprise Linux 9 for x86_64 - High Availability - Update Services for SAP Solutions (Source RPMs)                 disabled 
-rhel-9-for-x86_64-highavailability-eus-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - High Availability - Extended Update Support (Debug RPMs) disabled +rhel-9-for-x86_64-highavailability-eus-debug-rpms                             Red Hat Enterprise Linux 9 for x86_64 - High Availability - Extended Update Support (Debug RPMs)                            disabled 
-rhel-9-for-x86_64-highavailability-eus-rpms Red Hat Enterprise Linux 9 for x86_64 - High Availability - Extended Update Support (RPMs) disabled +rhel-9-for-x86_64-highavailability-eus-rpms                                   Red Hat Enterprise Linux 9 for x86_64 - High Availability - Extended Update Support (RPMs)                                  disabled 
-rhel-9-for-x86_64-highavailability-eus-source-rpms Red Hat Enterprise Linux 9 for x86_64 - High Availability - Extended Update Support (Source RPMs) disabled +rhel-9-for-x86_64-highavailability-eus-source-rpms                            Red Hat Enterprise Linux 9 for x86_64 - High Availability - Extended Update Support (Source RPMs)                           disabled 
-rhel-9-for-x86_64-highavailability-rpms Red Hat Enterprise Linux 9 for x86_64 - High Availability (RPMs) disabled +rhel-9-for-x86_64-highavailability-rpms                                       Red Hat Enterprise Linux 9 for x86_64 - High Availability (RPMs)                                                            disabled 
-rhel-9-for-x86_64-highavailability-source-rpms Red Hat Enterprise Linux 9 for x86_64 - High Availability (Source RPMs) disabled +rhel-9-for-x86_64-highavailability-source-rpms                                Red Hat Enterprise Linux 9 for x86_64 - High Availability (Source RPMs)                                                     disabled 
-rhel-9-for-x86_64-resilientstorage-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage (Debug RPMs) disabled +rhel-9-for-x86_64-resilientstorage-debug-rpms                                 Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage (Debug RPMs)                                                      disabled 
-rhel-9-for-x86_64-resilientstorage-eus-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage - Extended Update Support (Debug RPMs) disabled +rhel-9-for-x86_64-resilientstorage-eus-debug-rpms                             Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage - Extended Update Support (Debug RPMs)                            disabled 
-rhel-9-for-x86_64-resilientstorage-eus-rpms Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage - Extended Update Support (RPMs) disabled +rhel-9-for-x86_64-resilientstorage-eus-rpms                                   Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage - Extended Update Support (RPMs)                                  disabled 
-rhel-9-for-x86_64-resilientstorage-eus-source-rpms Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage - Extended Update Support (Source RPMs) disabled +rhel-9-for-x86_64-resilientstorage-eus-source-rpms                            Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage - Extended Update Support (Source RPMs)                           disabled 
-rhel-9-for-x86_64-resilientstorage-rpms Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage (RPMs) disabled +rhel-9-for-x86_64-resilientstorage-rpms                                       Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage (RPMs)                                                            disabled 
-rhel-9-for-x86_64-resilientstorage-source-rpms Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage (Source RPMs) disabled +rhel-9-for-x86_64-resilientstorage-source-rpms                                Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage (Source RPMs)                                                     disabled 
-rhel-9-for-x86_64-rt-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - Real Time (Debug RPMs) disabled +rhel-9-for-x86_64-rt-debug-rpms                                               Red Hat Enterprise Linux 9 for x86_64 - Real Time (Debug RPMs)                                                              disabled 
-rhel-9-for-x86_64-rt-rpms Red Hat Enterprise Linux 9 for x86_64 - Real Time (RPMs) disabled +rhel-9-for-x86_64-rt-rpms                                                     Red Hat Enterprise Linux 9 for x86_64 - Real Time (RPMs)                                                                    disabled 
-rhel-9-for-x86_64-rt-source-rpms Red Hat Enterprise Linux 9 for x86_64 - Real Time (Source RPMs) disabled +rhel-9-for-x86_64-rt-source-rpms                                              Red Hat Enterprise Linux 9 for x86_64 - Real Time (Source RPMs)                                                             disabled 
-rhel-9-for-x86_64-sap-netweaver-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver (Debug RPMs) disabled +rhel-9-for-x86_64-sap-netweaver-debug-rpms                                    Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver (Debug RPMs)                                                          disabled 
-rhel-9-for-x86_64-sap-netweaver-e4s-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver - Update Services for SAP Solutions (Debug RPMs) disabled +rhel-9-for-x86_64-sap-netweaver-e4s-debug-rpms                                Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver - Update Services for SAP Solutions (Debug RPMs)                      disabled 
-rhel-9-for-x86_64-sap-netweaver-e4s-rpms Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver - Update Services for SAP Solutions (RPMs) disabled +rhel-9-for-x86_64-sap-netweaver-e4s-rpms                                      Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver - Update Services for SAP Solutions (RPMs)                            disabled 
-rhel-9-for-x86_64-sap-netweaver-e4s-source-rpms Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver - Update Services for SAP Solutions (Source RPMs) disabled +rhel-9-for-x86_64-sap-netweaver-e4s-source-rpms                               Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver - Update Services for SAP Solutions (Source RPMs)                     disabled 
-rhel-9-for-x86_64-sap-netweaver-eus-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver - Extended Update Support (Debug RPMs) disabled +rhel-9-for-x86_64-sap-netweaver-eus-debug-rpms                                Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver - Extended Update Support (Debug RPMs)                                disabled 
-rhel-9-for-x86_64-sap-netweaver-eus-rpms Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver - Extended Update Support (RPMs) disabled +rhel-9-for-x86_64-sap-netweaver-eus-rpms                                      Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver - Extended Update Support (RPMs)                                      disabled 
-rhel-9-for-x86_64-sap-netweaver-eus-source-rpms Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver - Extended Update Support (Source RPMs) disabled +rhel-9-for-x86_64-sap-netweaver-eus-source-rpms                               Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver - Extended Update Support (Source RPMs)                               disabled 
-rhel-9-for-x86_64-sap-netweaver-rpms Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver (RPMs) disabled +rhel-9-for-x86_64-sap-netweaver-rpms                                          Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver (RPMs)                                                                disabled 
-rhel-9-for-x86_64-sap-netweaver-source-rpms Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver (Source RPMs) disabled +rhel-9-for-x86_64-sap-netweaver-source-rpms                                   Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver (Source RPMs)                                                         disabled 
-rhel-9-for-x86_64-sap-solutions-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions (Debug RPMs) disabled +rhel-9-for-x86_64-sap-solutions-debug-rpms                                    Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions (Debug RPMs)                                                          disabled 
-rhel-9-for-x86_64-sap-solutions-e4s-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions - Update Services for SAP Solutions (Debug RPMs) disabled +rhel-9-for-x86_64-sap-solutions-e4s-debug-rpms                                Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions - Update Services for SAP Solutions (Debug RPMs)                      disabled 
-rhel-9-for-x86_64-sap-solutions-e4s-rpms Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions - Update Services for SAP Solutions (RPMs) disabled +rhel-9-for-x86_64-sap-solutions-e4s-rpms                                      Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions - Update Services for SAP Solutions (RPMs)                            disabled 
-rhel-9-for-x86_64-sap-solutions-e4s-source-rpms Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions - Update Services for SAP Solutions (Source RPMs) disabled +rhel-9-for-x86_64-sap-solutions-e4s-source-rpms                               Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions - Update Services for SAP Solutions (Source RPMs)                     disabled 
-rhel-9-for-x86_64-sap-solutions-eus-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions - Extended Update Support (Debug RPMs) disabled +rhel-9-for-x86_64-sap-solutions-eus-debug-rpms                                Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions - Extended Update Support (Debug RPMs)                                disabled 
-rhel-9-for-x86_64-sap-solutions-eus-rpms Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions - Extended Update Support (RPMs) disabled +rhel-9-for-x86_64-sap-solutions-eus-rpms                                      Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions - Extended Update Support (RPMs)                                      disabled 
-rhel-9-for-x86_64-sap-solutions-eus-source-rpms Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions - Extended Update Support (Source RPMs) disabled +rhel-9-for-x86_64-sap-solutions-eus-source-rpms                               Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions - Extended Update Support (Source RPMs)                               disabled 
-rhel-9-for-x86_64-sap-solutions-rpms Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions (RPMs) disabled +rhel-9-for-x86_64-sap-solutions-rpms                                          Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions (RPMs)                                                                disabled 
-rhel-9-for-x86_64-sap-solutions-source-rpms Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions (Source RPMs) disabled +rhel-9-for-x86_64-sap-solutions-source-rpms                                   Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions (Source RPMs)                                                         disabled 
-rhel-9-for-x86_64-supplementary-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - Supplementary (Debug RPMs) disabled +rhel-9-for-x86_64-supplementary-debug-rpms                                    Red Hat Enterprise Linux 9 for x86_64 - Supplementary (Debug RPMs)                                                          disabled 
-rhel-9-for-x86_64-supplementary-eus-debug-rpms Red Hat Enterprise Linux 9 for x86_64 - Supplementary - Extended Update Support (Debug RPMs) disabled +rhel-9-for-x86_64-supplementary-eus-debug-rpms                                Red Hat Enterprise Linux 9 for x86_64 - Supplementary - Extended Update Support (Debug RPMs)                                disabled 
-rhel-9-for-x86_64-supplementary-eus-rpms Red Hat Enterprise Linux 9 for x86_64 - Supplementary - Extended Update Support (RPMs) disabled +rhel-9-for-x86_64-supplementary-eus-rpms                                      Red Hat Enterprise Linux 9 for x86_64 - Supplementary - Extended Update Support (RPMs)                                      disabled 
-rhel-9-for-x86_64-supplementary-eus-source-rpms Red Hat Enterprise Linux 9 for x86_64 - Supplementary - Extended Update Support (Source RPMs) disabled +rhel-9-for-x86_64-supplementary-eus-source-rpms                               Red Hat Enterprise Linux 9 for x86_64 - Supplementary - Extended Update Support (Source RPMs)                               disabled 
-rhel-9-for-x86_64-supplementary-rpms Red Hat Enterprise Linux 9 for x86_64 - Supplementary (RPMs) disabled +rhel-9-for-x86_64-supplementary-rpms                                          Red Hat Enterprise Linux 9 for x86_64 - Supplementary (RPMs)                                                                disabled 
-rhel-9-for-x86_64-supplementary-source-rpms Red Hat Enterprise Linux 9 for x86_64 - Supplementary (Source RPMs) disabled +rhel-9-for-x86_64-supplementary-source-rpms                                   Red Hat Enterprise Linux 9 for x86_64 - Supplementary (Source RPMs)                                                         disabled 
-rhel-atomic-7-cdk-2.3-debug-rpms Red Hat Container Development Kit 2.3 /(Debug RPMs) disabled +rhel-atomic-7-cdk-2.3-debug-rpms                                              Red Hat Container Development Kit 2.3 /(Debug RPMs)                                                                         disabled 
-rhel-atomic-7-cdk-2.3-rpms Red Hat Container Development Kit 2.3 /(RPMs) disabled +rhel-atomic-7-cdk-2.3-rpms                                                    Red Hat Container Development Kit 2.3 /(RPMs)                                                                               disabled 
-rhel-atomic-7-cdk-2.3-source-rpms Red Hat Container Development Kit 2.3 /(Source RPMs) disabled +rhel-atomic-7-cdk-2.3-source-rpms                                             Red Hat Container Development Kit 2.3 /(Source RPMs)                                                                        disabled 
-rhel-atomic-7-cdk-3.10-rpms Red Hat Container Development Kit 3.10 /(RPMs) disabled +rhel-atomic-7-cdk-3.10-rpms                                                   Red Hat Container Development Kit 3.10 /(RPMs)                                                                              disabled 
-rhel-atomic-7-cdk-3.11-rpms Red Hat Container Development Kit 3.11 /(RPMs) disabled +rhel-atomic-7-cdk-3.11-rpms                                                   Red Hat Container Development Kit 3.11 /(RPMs)                                                                              disabled 
-rhel-atomic-7-cdk-3.12-rpms Red Hat Container Development Kit 3.12 /(RPMs) disabled +rhel-atomic-7-cdk-3.12-rpms                                                   Red Hat Container Development Kit 3.12 /(RPMs)                                                                              disabled 
-rhel-atomic-7-cdk-3.13-rpms Red Hat Container Development Kit 3.13 /(RPMs) disabled +rhel-atomic-7-cdk-3.13-rpms                                                   Red Hat Container Development Kit 3.13 /(RPMs)                                                                              disabled 
-rhel-atomic-7-cdk-3.14-rpms Red Hat Container Development Kit 3.14 /(RPMs) disabled +rhel-atomic-7-cdk-3.14-rpms                                                   Red Hat Container Development Kit 3.14 /(RPMs)                                                                              disabled 
-rhel-atomic-7-cdk-3.15-rpms Red Hat Container Development Kit 3.15 /(RPMs) disabled +rhel-atomic-7-cdk-3.15-rpms                                                   Red Hat Container Development Kit 3.15 /(RPMs)                                                                              disabled 
-rhel-atomic-7-cdk-3.16-rpms Red Hat Container Development Kit 3.16 /(RPMs) disabled +rhel-atomic-7-cdk-3.16-rpms                                                   Red Hat Container Development Kit 3.16 /(RPMs)                                                                              disabled 
-rhel-atomic-7-cdk-3.17-rpms Red Hat Container Development Kit 3.17 /(RPMs) disabled +rhel-atomic-7-cdk-3.17-rpms                                                   Red Hat Container Development Kit 3.17 /(RPMs)                                                                              disabled 
-rhel-atomic-7-cdk-3.3-debug-rpms Red Hat Container Development Kit 3.3 /(Debug RPMs) disabled +rhel-atomic-7-cdk-3.3-debug-rpms                                              Red Hat Container Development Kit 3.3 /(Debug RPMs)                                                                         disabled 
-rhel-atomic-7-cdk-3.3-rpms Red Hat Container Development Kit 3.3 /(RPMs) disabled +rhel-atomic-7-cdk-3.3-rpms                                                    Red Hat Container Development Kit 3.3 /(RPMs)                                                                               disabled 
-rhel-atomic-7-cdk-3.3-source-rpms Red Hat Container Development Kit 3.3 /(Source RPMs) disabled +rhel-atomic-7-cdk-3.3-source-rpms                                             Red Hat Container Development Kit 3.3 /(Source RPMs)                                                                        disabled 
-rhel-atomic-7-cdk-3.4-debug-rpms Red Hat Container Development Kit 3.4 /(Debug RPMs) disabled +rhel-atomic-7-cdk-3.4-debug-rpms                                              Red Hat Container Development Kit 3.4 /(Debug RPMs)                                                                         disabled 
-rhel-atomic-7-cdk-3.4-rpms Red Hat Container Development Kit 3.4 /(RPMs) disabled +rhel-atomic-7-cdk-3.4-rpms                                                    Red Hat Container Development Kit 3.4 /(RPMs)                                                                               disabled 
-rhel-atomic-7-cdk-3.4-source-rpms Red Hat Container Development Kit 3.4 /(Source RPMs) disabled +rhel-atomic-7-cdk-3.4-source-rpms                                             Red Hat Container Development Kit 3.4 /(Source RPMs)                                                                        disabled 
-rhel-atomic-7-cdk-3.5-debug-rpms Red Hat Container Development Kit 3.5 /(Debug RPMs) disabled +rhel-atomic-7-cdk-3.5-debug-rpms                                              Red Hat Container Development Kit 3.5 /(Debug RPMs)                                                                         disabled 
-rhel-atomic-7-cdk-3.5-rpms Red Hat Container Development Kit 3.5 /(RPMs) disabled +rhel-atomic-7-cdk-3.5-rpms                                                    Red Hat Container Development Kit 3.5 /(RPMs)                                                                               disabled 
-rhel-atomic-7-cdk-3.5-source-rpms Red Hat Container Development Kit 3.5 /(Source RPMs) disabled +rhel-atomic-7-cdk-3.5-source-rpms                                             Red Hat Container Development Kit 3.5 /(Source RPMs)                                                                        disabled 
-rhel-atomic-7-cdk-3.6-debug-rpms Red Hat Container Development Kit 3.6 /(Debug RPMs) disabled +rhel-atomic-7-cdk-3.6-debug-rpms                                              Red Hat Container Development Kit 3.6 /(Debug RPMs)                                                                         disabled 
-rhel-atomic-7-cdk-3.6-rpms Red Hat Container Development Kit 3.6 /(RPMs) disabled +rhel-atomic-7-cdk-3.6-rpms                                                    Red Hat Container Development Kit 3.6 /(RPMs)                                                                               disabled 
-rhel-atomic-7-cdk-3.6-source-rpms Red Hat Container Development Kit 3.6 /(Source RPMs) disabled +rhel-atomic-7-cdk-3.6-source-rpms                                             Red Hat Container Development Kit 3.6 /(Source RPMs)                                                                        disabled 
-rhel-atomic-7-cdk-3.7-rpms Red Hat Container Development Kit 3.7 /(RPMs) disabled +rhel-atomic-7-cdk-3.7-rpms                                                    Red Hat Container Development Kit 3.7 /(RPMs)                                                                               disabled 
-rhel-atomic-7-cdk-3.8-rpms Red Hat Container Development Kit 3.8 /(RPMs) disabled +rhel-atomic-7-cdk-3.8-rpms                                                    Red Hat Container Development Kit 3.8 /(RPMs)                                                                               disabled 
-rhel-atomic-7-cdk-3.9-rpms Red Hat Container Development Kit 3.9 /(RPMs) disabled +rhel-atomic-7-cdk-3.9-rpms                                                    Red Hat Container Development Kit 3.9 /(RPMs)                                                                               disabled 
-rhelai-1.1-for-rhel-9-x86_64-debug-rpms Red Hat Enterprise Linux AI (1.1) for RHEL 9 x86_64 (Debug RPMs) disabled +rhelai-1.1-for-rhel-9-x86_64-debug-rpms                                       Red Hat Enterprise Linux AI (1.1) for RHEL 9 x86_64 (Debug RPMs)                                                            disabled 
-rhelai-1.1-for-rhel-9-x86_64-rpms Red Hat Enterprise Linux AI (1.1) for RHEL 9 x86_64 (RPMs) disabled +rhelai-1.1-for-rhel-9-x86_64-rpms                                             Red Hat Enterprise Linux AI (1.1) for RHEL 9 x86_64 (RPMs)                                                                  disabled 
-rhelai-1.1-for-rhel-9-x86_64-source-rpms Red Hat Enterprise Linux AI (1.1) for RHEL 9 x86_64 (Source RPMs) disabled +rhelai-1.1-for-rhel-9-x86_64-source-rpms                                      Red Hat Enterprise Linux AI (1.1) for RHEL 9 x86_64 (Source RPMs)                                                           disabled 
-rhelai-1.2-for-rhel-9-x86_64-debug-rpms Red Hat Enterprise Linux AI (1.2) for RHEL 9 x86_64 (Debug RPMs) disabled +rhelai-1.2-for-rhel-9-x86_64-debug-rpms                                       Red Hat Enterprise Linux AI (1.2) for RHEL 9 x86_64 (Debug RPMs)                                                            disabled 
-rhelai-1.2-for-rhel-9-x86_64-rpms Red Hat Enterprise Linux AI (1.2) for RHEL 9 x86_64 (RPMs) disabled +rhelai-1.2-for-rhel-9-x86_64-rpms                                             Red Hat Enterprise Linux AI (1.2) for RHEL 9 x86_64 (RPMs)                                                                  disabled 
-rhelai-1.2-for-rhel-9-x86_64-source-rpms Red Hat Enterprise Linux AI (1.2) for RHEL 9 x86_64 (Source RPMs) disabled +rhelai-1.2-for-rhel-9-x86_64-source-rpms                                      Red Hat Enterprise Linux AI (1.2) for RHEL 9 x86_64 (Source RPMs)                                                           disabled 
-rhelai-1.2-gaudi-for-rhel-9-x86_64-debug-rpms Red Hat Enterprise Linux AI (1.2) for RHEL 9 x86_64 - Gaudi (Debug RPMs) disabled +rhelai-1.2-gaudi-for-rhel-9-x86_64-debug-rpms                                 Red Hat Enterprise Linux AI (1.2) for RHEL 9 x86_64 - Gaudi (Debug RPMs)                                                    disabled 
-rhelai-1.2-gaudi-for-rhel-9-x86_64-rpms Red Hat Enterprise Linux AI (1.2) for RHEL 9 x86_64 - Gaudi (RPMs) disabled +rhelai-1.2-gaudi-for-rhel-9-x86_64-rpms                                       Red Hat Enterprise Linux AI (1.2) for RHEL 9 x86_64 - Gaudi (RPMs)                                                          disabled 
-rhelai-1.2-gaudi-for-rhel-9-x86_64-source-rpms Red Hat Enterprise Linux AI (1.2) for RHEL 9 x86_64 - Gaudi (Source RPMs) disabled +rhelai-1.2-gaudi-for-rhel-9-x86_64-source-rpms                                Red Hat Enterprise Linux AI (1.2) for RHEL 9 x86_64 - Gaudi (Source RPMs)                                                   disabled 
-rhocp-4.12-for-rhel-9-x86_64-debug-rpms Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64 (Debug RPMs) disabled +rhocp-4.12-for-rhel-9-x86_64-debug-rpms                                       Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64 (Debug RPMs)                                                    disabled 
-rhocp-4.12-for-rhel-9-x86_64-rpms Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64 (RPMs) disabled +rhocp-4.12-for-rhel-9-x86_64-rpms                                             Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64 (RPMs)                                                          disabled 
-rhocp-4.12-for-rhel-9-x86_64-source-rpms Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64 (Source RPMs) disabled +rhocp-4.12-for-rhel-9-x86_64-source-rpms                                      Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64 (Source RPMs)                                                   disabled 
-rhocp-4.13-for-rhel-9-x86_64-debug-rpms Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64 (Debug RPMs) disabled +rhocp-4.13-for-rhel-9-x86_64-debug-rpms                                       Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64 (Debug RPMs)                                                    disabled 
-rhocp-4.13-for-rhel-9-x86_64-rpms Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64 (RPMs) disabled +rhocp-4.13-for-rhel-9-x86_64-rpms                                             Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64 (RPMs)                                                          disabled 
-rhocp-4.13-for-rhel-9-x86_64-source-rpms Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64 (Source RPMs) disabled +rhocp-4.13-for-rhel-9-x86_64-source-rpms                                      Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64 (Source RPMs)                                                   disabled 
-rhocp-4.14-for-rhel-9-x86_64-debug-rpms Red Hat OpenShift Container Platform 4.14 for RHEL 9 x86_64 (Debug RPMs) disabled +rhocp-4.14-for-rhel-9-x86_64-debug-rpms                                       Red Hat OpenShift Container Platform 4.14 for RHEL 9 x86_64 (Debug RPMs)                                                    disabled 
-rhocp-4.14-for-rhel-9-x86_64-rpms Red Hat OpenShift Container Platform 4.14 for RHEL 9 x86_64 (RPMs) disabled +rhocp-4.14-for-rhel-9-x86_64-rpms                                             Red Hat OpenShift Container Platform 4.14 for RHEL 9 x86_64 (RPMs)                                                          disabled 
-rhocp-4.14-for-rhel-9-x86_64-source-rpms Red Hat OpenShift Container Platform 4.14 for RHEL 9 x86_64 (Source RPMs) disabled +rhocp-4.14-for-rhel-9-x86_64-source-rpms                                      Red Hat OpenShift Container Platform 4.14 for RHEL 9 x86_64 (Source RPMs)                                                   disabled 
-rhocp-4.15-for-rhel-9-x86_64-debug-rpms Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64 (Debug RPMs) disabled +rhocp-4.15-for-rhel-9-x86_64-debug-rpms                                       Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64 (Debug RPMs)                                                    disabled 
-rhocp-4.15-for-rhel-9-x86_64-rpms Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64 (RPMs) disabled +rhocp-4.15-for-rhel-9-x86_64-rpms                                             Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64 (RPMs)                                                          disabled 
-rhocp-4.15-for-rhel-9-x86_64-source-rpms Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64 (Source RPMs) disabled +rhocp-4.15-for-rhel-9-x86_64-source-rpms                                      Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64 (Source RPMs)                                                   disabled 
-rhocp-4.16-for-rhel-9-x86_64-debug-rpms Red Hat OpenShift Container Platform 4.16 for RHEL 9 x86_64 (Debug RPMs) disabled +rhocp-4.16-for-rhel-9-x86_64-debug-rpms                                       Red Hat OpenShift Container Platform 4.16 for RHEL 9 x86_64 (Debug RPMs)                                                    disabled 
-rhocp-4.16-for-rhel-9-x86_64-rpms Red Hat OpenShift Container Platform 4.16 for RHEL 9 x86_64 (RPMs) disabled +rhocp-4.16-for-rhel-9-x86_64-rpms                                             Red Hat OpenShift Container Platform 4.16 for RHEL 9 x86_64 (RPMs)                                                          disabled 
-rhocp-4.16-for-rhel-9-x86_64-source-rpms Red Hat OpenShift Container Platform 4.16 for RHEL 9 x86_64 (Source RPMs) disabled +rhocp-4.16-for-rhel-9-x86_64-source-rpms                                      Red Hat OpenShift Container Platform 4.16 for RHEL 9 x86_64 (Source RPMs)                                                   disabled 
-rhocp-4.17-for-rhel-9-x86_64-debug-rpms Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64 (Debug RPMs) disabled +rhocp-4.17-for-rhel-9-x86_64-debug-rpms                                       Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64 (Debug RPMs)                                                    disabled 
-rhocp-4.17-for-rhel-9-x86_64-rpms Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64 (RPMs) disabled +rhocp-4.17-for-rhel-9-x86_64-rpms                                             Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64 (RPMs)                                                          disabled 
-rhocp-4.17-for-rhel-9-x86_64-source-rpms Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64 (Source RPMs) disabled +rhocp-4.17-for-rhel-9-x86_64-source-rpms                                      Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64 (Source RPMs)                                                   disabled 
-rhocp-ironic-4.12-for-rhel-9-x86_64-debug-rpms Ironic content for Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64 (Debug RPMs) disabled +rhocp-ironic-4.12-for-rhel-9-x86_64-debug-rpms                                Ironic content for Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64 (Debug RPMs)                                 disabled 
-rhocp-ironic-4.12-for-rhel-9-x86_64-rpms Ironic content for Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64 (RPMs) disabled +rhocp-ironic-4.12-for-rhel-9-x86_64-rpms                                      Ironic content for Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64 (RPMs)                                       disabled 
-rhocp-ironic-4.12-for-rhel-9-x86_64-source-rpms Ironic content for Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64 (Source RPMs) disabled +rhocp-ironic-4.12-for-rhel-9-x86_64-source-rpms                               Ironic content for Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64 (Source RPMs)                                disabled 
-rhocp-ironic-4.13-for-rhel-9-x86_64-debug-rpms Ironic content for Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64 (Debug RPMs) disabled +rhocp-ironic-4.13-for-rhel-9-x86_64-debug-rpms                                Ironic content for Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64 (Debug RPMs)                                 disabled 
-rhocp-ironic-4.13-for-rhel-9-x86_64-rpms Ironic content for Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64 (RPMs) disabled +rhocp-ironic-4.13-for-rhel-9-x86_64-rpms                                      Ironic content for Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64 (RPMs)                                       disabled 
-rhocp-ironic-4.13-for-rhel-9-x86_64-source-rpms Ironic content for Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64 (Source RPMs) disabled +rhocp-ironic-4.13-for-rhel-9-x86_64-source-rpms                               Ironic content for Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64 (Source RPMs)                                disabled 
-rhocp-ironic-4.14-for-rhel-9-x86_64-debug-rpms Ironic content for Red Hat OpenShift Container Platform 4.14 for RHEL 9 x86_64 (Debug RPMs) disabled +rhocp-ironic-4.14-for-rhel-9-x86_64-debug-rpms                                Ironic content for Red Hat OpenShift Container Platform 4.14 for RHEL 9 x86_64 (Debug RPMs)                                 disabled 
-rhocp-ironic-4.14-for-rhel-9-x86_64-rpms Ironic content for Red Hat OpenShift Container Platform 4.14 for RHEL 9 x86_64 (RPMs) disabled +rhocp-ironic-4.14-for-rhel-9-x86_64-rpms                                      Ironic content for Red Hat OpenShift Container Platform 4.14 for RHEL 9 x86_64 (RPMs)                                       disabled 
-rhocp-ironic-4.14-for-rhel-9-x86_64-source-rpms Ironic content for Red Hat OpenShift Container Platform 4.14 for RHEL 9 x86_64 (Source RPMs) disabled +rhocp-ironic-4.14-for-rhel-9-x86_64-source-rpms                               Ironic content for Red Hat OpenShift Container Platform 4.14 for RHEL 9 x86_64 (Source RPMs)                                disabled 
-rhocp-ironic-4.15-for-rhel-9-x86_64-debug-rpms Ironic content for Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64 (Debug RPMs) disabled +rhocp-ironic-4.15-for-rhel-9-x86_64-debug-rpms                                Ironic content for Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64 (Debug RPMs)                                 disabled 
-rhocp-ironic-4.15-for-rhel-9-x86_64-rpms Ironic content for Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64 (RPMs) disabled +rhocp-ironic-4.15-for-rhel-9-x86_64-rpms                                      Ironic content for Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64 (RPMs)                                       disabled 
-rhocp-ironic-4.15-for-rhel-9-x86_64-source-rpms Ironic content for Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64 (Source RPMs) disabled +rhocp-ironic-4.15-for-rhel-9-x86_64-source-rpms                               Ironic content for Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64 (Source RPMs)                                disabled 
-rhocp-ironic-4.16-for-rhel-9-x86_64-debug-rpms Ironic content for Red Hat OpenShift Container Platform 4.16 for RHEL 9 x86_64 (Debug RPMs) disabled +rhocp-ironic-4.16-for-rhel-9-x86_64-debug-rpms                                Ironic content for Red Hat OpenShift Container Platform 4.16 for RHEL 9 x86_64 (Debug RPMs)                                 disabled 
-rhocp-ironic-4.16-for-rhel-9-x86_64-rpms Ironic content for Red Hat OpenShift Container Platform 4.16 for RHEL 9 x86_64 (RPMs) disabled +rhocp-ironic-4.16-for-rhel-9-x86_64-rpms                                      Ironic content for Red Hat OpenShift Container Platform 4.16 for RHEL 9 x86_64 (RPMs)                                       disabled 
-rhocp-ironic-4.16-for-rhel-9-x86_64-source-rpms Ironic content for Red Hat OpenShift Container Platform 4.16 for RHEL 9 x86_64 (Source RPMs) disabled +rhocp-ironic-4.16-for-rhel-9-x86_64-source-rpms                               Ironic content for Red Hat OpenShift Container Platform 4.16 for RHEL 9 x86_64 (Source RPMs)                                disabled 
-rhocp-ironic-4.17-for-rhel-9-x86_64-debug-rpms Ironic content for Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64 (Debug RPMs) disabled +rhocp-ironic-4.17-for-rhel-9-x86_64-debug-rpms                                Ironic content for Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64 (Debug RPMs)                                 disabled 
-rhocp-ironic-4.17-for-rhel-9-x86_64-rpms Ironic content for Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64 (RPMs) disabled +rhocp-ironic-4.17-for-rhel-9-x86_64-rpms                                      Ironic content for Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64 (RPMs)                                       disabled 
-rhocp-ironic-4.17-for-rhel-9-x86_64-source-rpms Ironic content for Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64 (Source RPMs) disabled +rhocp-ironic-4.17-for-rhel-9-x86_64-source-rpms                               Ironic content for Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64 (Source RPMs)                                disabled 
-rhosds-textonly-3-for-middleware-rpms Red Hat OpenShift Dev Spaces 3 Container Advisories disabled +rhosds-textonly-3-for-middleware-rpms                                         Red Hat OpenShift Dev Spaces 3 Container Advisories                                                                         disabled 
-rhose-textonly-1-for-middleware-rpms Red Hat Middleware Container Advisories disabled +rhose-textonly-1-for-middleware-rpms                                          Red Hat Middleware Container Advisories                                                                                     disabled 
-rhoso-tools-18-beta-for-rhel-9-x86_64-debug-rpms Red Hat OpenStack Services on OpenShift 18 Tools Beta for RHEL 9 x86_64 (Debug RPMs) disabled +rhoso-tools-18-beta-for-rhel-9-x86_64-debug-rpms                              Red Hat OpenStack Services on OpenShift 18 Tools Beta for RHEL 9 x86_64 (Debug RPMs)                                        disabled 
-rhoso-tools-18-beta-for-rhel-9-x86_64-rpms Red Hat OpenStack Services on OpenShift 18 Tools Beta for RHEL 9 x86_64 (RPMs) disabled +rhoso-tools-18-beta-for-rhel-9-x86_64-rpms                                    Red Hat OpenStack Services on OpenShift 18 Tools Beta for RHEL 9 x86_64 (RPMs)                                              disabled 
-rhoso-tools-18-beta-for-rhel-9-x86_64-source-rpms Red Hat OpenStack Services on OpenShift 18 Tools Beta for RHEL 9 x86_64 (Source RPMs) disabled +rhoso-tools-18-beta-for-rhel-9-x86_64-source-rpms                             Red Hat OpenStack Services on OpenShift 18 Tools Beta for RHEL 9 x86_64 (Source RPMs)                                       disabled 
-rhoso-tools-18-for-rhel-9-x86_64-debug-rpms Red Hat OpenStack Services on OpenShift 18 Tools for RHEL 9 x86_64 (Debug RPMs) disabled +rhoso-tools-18-for-rhel-9-x86_64-debug-rpms                                   Red Hat OpenStack Services on OpenShift 18 Tools for RHEL 9 x86_64 (Debug RPMs)                                             disabled 
-rhoso-tools-18-for-rhel-9-x86_64-rpms Red Hat OpenStack Services on OpenShift 18 Tools for RHEL 9 x86_64 (RPMs) disabled +rhoso-tools-18-for-rhel-9-x86_64-rpms                                         Red Hat OpenStack Services on OpenShift 18 Tools for RHEL 9 x86_64 (RPMs)                                                   disabled 
-rhoso-tools-18-for-rhel-9-x86_64-source-rpms Red Hat OpenStack Services on OpenShift 18 Tools for RHEL 9 x86_64 (Source RPMs) disabled +rhoso-tools-18-for-rhel-9-x86_64-source-rpms                                  Red Hat OpenStack Services on OpenShift 18 Tools for RHEL 9 x86_64 (Source RPMs)                                            disabled 
-rhpm-1-for-rhel-9-x86_64-textonly-debug-rpms Power monitoring for Red Hat OpenShift (for RHEL 9 x86_64) (Debug RPMs) disabled +rhpm-1-for-rhel-9-x86_64-textonly-debug-rpms                                  Power monitoring for Red Hat OpenShift (for RHEL 9 x86_64) (Debug RPMs)                                                     disabled 
-rhpm-1-for-rhel-9-x86_64-textonly-rpms Power monitoring for Red Hat OpenShift (for RHEL 9 x86_64) (RPMs) disabled +rhpm-1-for-rhel-9-x86_64-textonly-rpms                                        Power monitoring for Red Hat OpenShift (for RHEL 9 x86_64) (RPMs)                                                           disabled 
-rhpm-1-for-rhel-9-x86_64-textonly-source-rpms Power monitoring for Red Hat OpenShift (for RHEL 9 x86_64) (Source RPMs) disabled +rhpm-1-for-rhel-9-x86_64-textonly-source-rpms                                 Power monitoring for Red Hat OpenShift (for RHEL 9 x86_64) (Source RPMs)                                                    disabled 
-rhsi-textonly-1-for-middleware-rpms Red Hat Service Interconnect Text-Only Advisories disabled +rhsi-textonly-1-for-middleware-rpms                                           Red Hat Service Interconnect Text-Only Advisories                                                                           disabled 
-rhv-4-tools-for-rhel-9-x86_64-debug-rpms Red Hat Virtualization 4 Tools for RHEL 9 x86_64 (Debug RPMs) disabled +rhv-4-tools-for-rhel-9-x86_64-debug-rpms                                      Red Hat Virtualization 4 Tools for RHEL 9 x86_64 (Debug RPMs)                                                               disabled 
-rhv-4-tools-for-rhel-9-x86_64-rpms Red Hat Virtualization 4 Tools for RHEL 9 x86_64 (RPMs) disabled +rhv-4-tools-for-rhel-9-x86_64-rpms                                            Red Hat Virtualization 4 Tools for RHEL 9 x86_64 (RPMs)                                                                     disabled 
-rhv-4-tools-for-rhel-9-x86_64-source-rpms Red Hat Virtualization 4 Tools for RHEL 9 x86_64 (Source RPMs) disabled +rhv-4-tools-for-rhel-9-x86_64-source-rpms                                     Red Hat Virtualization 4 Tools for RHEL 9 x86_64 (Source RPMs)                                                              disabled 
-rodoo-1-for-rhel-9-x86_64-debug-rpms Run Once Duration Override Operator (RODOO) 1 for RHEL 9 x86_64 (Debug RPMs) disabled +rodoo-1-for-rhel-9-x86_64-debug-rpms                                          Run Once Duration Override Operator (RODOO) 1 for RHEL 9 x86_64 (Debug RPMs)                                                disabled 
-rodoo-1-for-rhel-9-x86_64-rpms Run Once Duration Override Operator (RODOO) 1 for RHEL 9 x86_64 (RPMs) disabled +rodoo-1-for-rhel-9-x86_64-rpms                                                Run Once Duration Override Operator (RODOO) 1 for RHEL 9 x86_64 (RPMs)                                                      disabled 
-rodoo-1-for-rhel-9-x86_64-source-rpms Run Once Duration Override Operator (RODOO) 1 for RHEL 9 x86_64 (Source RPMs) disabled +rodoo-1-for-rhel-9-x86_64-source-rpms                                         Run Once Duration Override Operator (RODOO) 1 for RHEL 9 x86_64 (Source RPMs)                                               disabled 
-satellite-client-6-for-rhel-9-x86_64-debug-rpms Red Hat Satellite Client 6 for RHEL 9 x86_64 (Debug RPMs) disabled +satellite-client-6-for-rhel-9-x86_64-debug-rpms                               Red Hat Satellite Client 6 for RHEL 9 x86_64 (Debug RPMs)                                                                   disabled 
-satellite-client-6-for-rhel-9-x86_64-e4s-debug-rpms Red Hat Satellite Client 6 for RHEL 9 x86_64 - Update Services for SAP Solutions (Debug RPMs) disabled +satellite-client-6-for-rhel-9-x86_64-e4s-debug-rpms                           Red Hat Satellite Client 6 for RHEL 9 x86_64 - Update Services for SAP Solutions (Debug RPMs)                               disabled 
-satellite-client-6-for-rhel-9-x86_64-e4s-rpms Red Hat Satellite Client 6 for RHEL 9 x86_64 - Update Services for SAP Solutions (RPMs) disabled +satellite-client-6-for-rhel-9-x86_64-e4s-rpms                                 Red Hat Satellite Client 6 for RHEL 9 x86_64 - Update Services for SAP Solutions (RPMs)                                     disabled 
-satellite-client-6-for-rhel-9-x86_64-e4s-source-rpms Red Hat Satellite Client 6 for RHEL 9 x86_64 - Update Services for SAP Solutions (Source RPMs) disabled +satellite-client-6-for-rhel-9-x86_64-e4s-source-rpms                          Red Hat Satellite Client 6 for RHEL 9 x86_64 - Update Services for SAP Solutions (Source RPMs)                              disabled 
-satellite-client-6-for-rhel-9-x86_64-eus-debug-rpms Red Hat Satellite Client 6 for RHEL 9 x86_64 - Extended Update Support (Debug RPMs) disabled +satellite-client-6-for-rhel-9-x86_64-eus-debug-rpms                           Red Hat Satellite Client 6 for RHEL 9 x86_64 - Extended Update Support (Debug RPMs)                                         disabled 
-satellite-client-6-for-rhel-9-x86_64-eus-rpms Red Hat Satellite Client 6 for RHEL 9 x86_64 - Extended Update Support (RPMs) disabled +satellite-client-6-for-rhel-9-x86_64-eus-rpms                                 Red Hat Satellite Client 6 for RHEL 9 x86_64 - Extended Update Support (RPMs)                                               disabled 
-satellite-client-6-for-rhel-9-x86_64-eus-source-rpms Red Hat Satellite Client 6 for RHEL 9 x86_64 - Extended Update Support (Source RPMs) disabled +satellite-client-6-for-rhel-9-x86_64-eus-source-rpms                          Red Hat Satellite Client 6 for RHEL 9 x86_64 - Extended Update Support (Source RPMs)                                        disabled 
-satellite-client-6-for-rhel-9-x86_64-rpms Red Hat Satellite Client 6 for RHEL 9 x86_64 (RPMs) disabled +satellite-client-6-for-rhel-9-x86_64-rpms                                     Red Hat Satellite Client 6 for RHEL 9 x86_64 (RPMs)                                                                         disabled 
-satellite-client-6-for-rhel-9-x86_64-source-rpms Red Hat Satellite Client 6 for RHEL 9 x86_64 (Source RPMs) disabled +satellite-client-6-for-rhel-9-x86_64-source-rpms                              Red Hat Satellite Client 6 for RHEL 9 x86_64 (Source RPMs)                                                                  disabled 
-satellite-maintenance-6.16-for-rhel-9-x86_64-debug-rpms Red Hat Satellite Maintenance 6.16 for RHEL 9 x86_64 (Debug RPMs) disabled +satellite-maintenance-6.16-for-rhel-9-x86_64-debug-rpms                       Red Hat Satellite Maintenance 6.16 for RHEL 9 x86_64 (Debug RPMs)                                                           disabled 
-satellite-maintenance-6.16-for-rhel-9-x86_64-rpms Red Hat Satellite Maintenance 6.16 for RHEL 9 x86_64 (RPMs) disabled +satellite-maintenance-6.16-for-rhel-9-x86_64-rpms                             Red Hat Satellite Maintenance 6.16 for RHEL 9 x86_64 (RPMs)                                                                 disabled 
-satellite-maintenance-6.16-for-rhel-9-x86_64-source-rpms Red Hat Satellite Maintenance 6.16 for RHEL 9 x86_64 (Source RPMs) disabled +satellite-maintenance-6.16-for-rhel-9-x86_64-source-rpms                      Red Hat Satellite Maintenance 6.16 for RHEL 9 x86_64 (Source RPMs)                                                          disabled 
-satellite-utils-6.16-for-rhel-9-x86_64-debug-rpms Red Hat Satellite Utils 6.16 for RHEL 9 x86_64 (Debug RPMs) disabled +satellite-utils-6.16-for-rhel-9-x86_64-debug-rpms                             Red Hat Satellite Utils 6.16 for RHEL 9 x86_64 (Debug RPMs)                                                                 disabled 
-satellite-utils-6.16-for-rhel-9-x86_64-rpms Red Hat Satellite Utils 6.16 for RHEL 9 x86_64 (RPMs) disabled +satellite-utils-6.16-for-rhel-9-x86_64-rpms                                   Red Hat Satellite Utils 6.16 for RHEL 9 x86_64 (RPMs)                                                                       disabled 
-satellite-utils-6.16-for-rhel-9-x86_64-source-rpms Red Hat Satellite Utils 6.16 for RHEL 9 x86_64 (Source RPMs) disabled +satellite-utils-6.16-for-rhel-9-x86_64-source-rpms                            Red Hat Satellite Utils 6.16 for RHEL 9 x86_64 (Source RPMs)                                                                disabled 
-service-interconnect-1-for-rhel-9-x86_64-debug-rpms Red Hat Service Interconnect for RHEL 9 x86_64 (Debug RPMs) disabled +service-interconnect-1-for-rhel-9-x86_64-debug-rpms                           Red Hat Service Interconnect for RHEL 9 x86_64 (Debug RPMs)                                                                 disabled 
-service-interconnect-1-for-rhel-9-x86_64-rpms Red Hat Service Interconnect for RHEL 9 x86_64 (RPMs) disabled +service-interconnect-1-for-rhel-9-x86_64-rpms                                 Red Hat Service Interconnect for RHEL 9 x86_64 (RPMs)                                                                       disabled 
-service-interconnect-1-for-rhel-9-x86_64-source-rpms Red Hat Service Interconnect for RHEL 9 x86_64 (Source RPMs) disabled +service-interconnect-1-for-rhel-9-x86_64-source-rpms                          Red Hat Service Interconnect for RHEL 9 x86_64 (Source RPMs)                                                                disabled 
-service-interconnect-1.4-for-rhel-9-x86_64-debug-rpms Red Hat Service Interconnect 1.4 for RHEL 9 x86_64 (Debug RPMs) disabled +service-interconnect-1.4-for-rhel-9-x86_64-debug-rpms                         Red Hat Service Interconnect 1.4 for RHEL 9 x86_64 (Debug RPMs)                                                             disabled 
-service-interconnect-1.4-for-rhel-9-x86_64-rpms Red Hat Service Interconnect 1.4 for RHEL 9 x86_64 (RPMs) disabled +service-interconnect-1.4-for-rhel-9-x86_64-rpms                               Red Hat Service Interconnect 1.4 for RHEL 9 x86_64 (RPMs)                                                                   disabled 
-service-interconnect-1.4-for-rhel-9-x86_64-source-rpms Red Hat Service Interconnect 1.4 for RHEL 9 x86_64 (Source RPMs) disabled +service-interconnect-1.4-for-rhel-9-x86_64-source-rpms                        Red Hat Service Interconnect 1.4 for RHEL 9 x86_64 (Source RPMs)                                                            disabled 
-service-interconnect-1.8-for-rhel-9-x86_64-debug-rpms Red Hat Service Interconnect 1.8 for RHEL 9 x86_64 (Debug RPMs) disabled +service-interconnect-1.8-for-rhel-9-x86_64-debug-rpms                         Red Hat Service Interconnect 1.8 for RHEL 9 x86_64 (Debug RPMs)                                                             disabled 
-service-interconnect-1.8-for-rhel-9-x86_64-rpms Red Hat Service Interconnect 1.8 for RHEL 9 x86_64 (RPMs) disabled +service-interconnect-1.8-for-rhel-9-x86_64-rpms                               Red Hat Service Interconnect 1.8 for RHEL 9 x86_64 (RPMs)                                                                   disabled 
-service-interconnect-1.8-for-rhel-9-x86_64-source-rpms Red Hat Service Interconnect 1.8 for RHEL 9 x86_64 (Source RPMs) disabled +service-interconnect-1.8-for-rhel-9-x86_64-source-rpms                        Red Hat Service Interconnect 1.8 for RHEL 9 x86_64 (Source RPMs)                                                            disabled 
-soa-textonly-1-for-middleware-rpms Red Hat JBoss SOA Text-Only Advisories disabled +soa-textonly-1-for-middleware-rpms                                            Red Hat JBoss SOA Text-Only Advisories                                                                                      disabled 
-wfk-textonly-1-for-middleware-rpms Red Hat JBoss Web Framework Kit Text-Only Advisories disabled+wfk-textonly-1-for-middleware-rpms                                            Red Hat JBoss Web Framework Kit Text-Only Advisories                                                                        disabled
 </code> </code>
  
Ligne 1119: Ligne 1120:
 [root@redhat9 ~]# dnf repolist [root@redhat9 ~]# dnf repolist
 Updating Subscription Management repositories. Updating Subscription Management repositories.
-repo id repo name +repo id                                                                                    repo name 
-codeready-builder-for-rhel-9-x86_64-rpms Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs) +codeready-builder-for-rhel-9-x86_64-rpms                                                   Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs) 
-epel Extra Packages for Enterprise Linux 9 - x86_64 +epel                                                                                       Extra Packages for Enterprise Linux 9 - x86_64 
-epel-cisco-openh264 Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 +epel-cisco-openh264                                                                        Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 
-epel-next Extra Packages for Enterprise Linux 9 - Next - x86_64 +epel-next                                                                                  Extra Packages for Enterprise Linux 9 - Next - x86_64 
-rhel-9-for-x86_64-appstream-rpms Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) +rhel-9-for-x86_64-appstream-rpms                                                           Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) 
-rhel-9-for-x86_64-baseos-rpms Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)+rhel-9-for-x86_64-baseos-rpms                                                              Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)
 </code> </code>
  
Ligne 1133: Ligne 1134:
 [root@redhat9 ~]# yum-config-manager --disable epel [root@redhat9 ~]# yum-config-manager --disable epel
 bash: yum-config-manager: command not found... bash: yum-config-manager: command not found...
-Install package yum-utils’ to provide command yum-config-manager? [N/y] y+Install package 'yum-utilsto provide command 'yum-config-manager'? [N/y] y
  
  
Ligne 1139: Ligne 1140:
  * Loading list of packages....   * Loading list of packages.... 
 The following packages have to be installed: The following packages have to be installed:
- yum-utils-4.3.0-13.el9.noarch Yum-utils CLI compatibility layer+ yum-utils-4.3.0-13.el9.noarch  Yum-utils CLI compatibility layer
 Proceed with changes? [N/y] y Proceed with changes? [N/y] y
  
Ligne 1154: Ligne 1155:
 [root@redhat9 ~]# dnf repolist [root@redhat9 ~]# dnf repolist
 Updating Subscription Management repositories. Updating Subscription Management repositories.
-repo id repo name +repo id                                                                                    repo name 
-codeready-builder-for-rhel-9-x86_64-rpms Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs) +codeready-builder-for-rhel-9-x86_64-rpms                                                   Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs) 
-epel-cisco-openh264 Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 +epel-cisco-openh264                                                                        Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 
-epel-next Extra Packages for Enterprise Linux 9 - Next - x86_64 +epel-next                                                                                  Extra Packages for Enterprise Linux 9 - Next - x86_64 
-rhel-9-for-x86_64-appstream-rpms Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) +rhel-9-for-x86_64-appstream-rpms                                                           Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) 
-rhel-9-for-x86_64-baseos-rpms Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)+rhel-9-for-x86_64-baseos-rpms                                                              Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)
 </code> </code>
  
Ligne 1170: Ligne 1171:
 [root@redhat9 ~]# dnf repolist [root@redhat9 ~]# dnf repolist
 Updating Subscription Management repositories. Updating Subscription Management repositories.
-repo id repo name +repo id                                                                                    repo name 
-codeready-builder-for-rhel-9-x86_64-rpms Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs) +codeready-builder-for-rhel-9-x86_64-rpms                                                   Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs) 
-epel Extra Packages for Enterprise Linux 9 - x86_64 +epel                                                                                       Extra Packages for Enterprise Linux 9 - x86_64 
-epel-cisco-openh264 Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 +epel-cisco-openh264                                                                        Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 
-epel-next Extra Packages for Enterprise Linux 9 - Next - x86_64 +epel-next                                                                                  Extra Packages for Enterprise Linux 9 - Next - x86_64 
-rhel-9-for-x86_64-appstream-rpms Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) +rhel-9-for-x86_64-appstream-rpms                                                           Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) 
-rhel-9-for-x86_64-baseos-rpms Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)+rhel-9-for-x86_64-baseos-rpms                                                              Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)
 </code> </code>
  
Ligne 1188: Ligne 1189:
 Last metadata expiration check: 3:33:08 ago on Mon 30 Sep 2024 07:52:55 AM CEST. Last metadata expiration check: 3:33:08 ago on Mon 30 Sep 2024 07:52:55 AM CEST.
 Installed Packages Installed Packages
-ModemManager.x86_64 1.20.2-1.el9 @anaconda                                +ModemManager.x86_64                                                                      1.20.2-1.el9                         @anaconda                                
-ModemManager-glib.x86_64 1.20.2-1.el9 @anaconda                                +ModemManager-glib.x86_64                                                                 1.20.2-1.el9                         @anaconda                                
-NetworkManager.x86_64 1:1.46.0-19.el9_4 @rhel-9-for-x86_64-baseos-rpms           +NetworkManager.x86_64                                                                    1:1.46.0-19.el9_4                    @rhel-9-for-x86_64-baseos-rpms           
-NetworkManager-adsl.x86_64 1:1.46.0-19.el9_4 @rhel-9-for-x86_64-baseos-rpms           +NetworkManager-adsl.x86_64                                                               1:1.46.0-19.el9_4                    @rhel-9-for-x86_64-baseos-rpms           
-NetworkManager-bluetooth.x86_64 1:1.46.0-19.el9_4 @rhel-9-for-x86_64-baseos-rpms           +NetworkManager-bluetooth.x86_64                                                          1:1.46.0-19.el9_4                    @rhel-9-for-x86_64-baseos-rpms           
-NetworkManager-config-server.noarch 1:1.46.0-19.el9_4 @rhel-9-for-x86_64-baseos-rpms           +NetworkManager-config-server.noarch                                                      1:1.46.0-19.el9_4                    @rhel-9-for-x86_64-baseos-rpms           
-NetworkManager-libnm.x86_64 1:1.46.0-19.el9_4 @rhel-9-for-x86_64-baseos-rpms           +NetworkManager-libnm.x86_64                                                              1:1.46.0-19.el9_4                    @rhel-9-for-x86_64-baseos-rpms           
-NetworkManager-team.x86_64 1:1.46.0-19.el9_4 @rhel-9-for-x86_64-baseos-rpms           +NetworkManager-team.x86_64                                                               1:1.46.0-19.el9_4                    @rhel-9-for-x86_64-baseos-rpms           
-NetworkManager-tui.x86_64 1:1.46.0-19.el9_4 @rhel-9-for-x86_64-baseos-rpms           +NetworkManager-tui.x86_64                                                                1:1.46.0-19.el9_4                    @rhel-9-for-x86_64-baseos-rpms           
-NetworkManager-wifi.x86_64 1:1.46.0-19.el9_4 @rhel-9-for-x86_64-baseos-rpms           +NetworkManager-wifi.x86_64                                                               1:1.46.0-19.el9_4                    @rhel-9-for-x86_64-baseos-rpms           
-NetworkManager-wwan.x86_64 1:1.46.0-19.el9_4 @rhel-9-for-x86_64-baseos-rpms           +NetworkManager-wwan.x86_64                                                               1:1.46.0-19.el9_4                    @rhel-9-for-x86_64-baseos-rpms           
-PackageKit.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms        +PackageKit.x86_64                                                                        1.2.6-1.el9                          @rhel-9-for-x86_64-appstream-rpms        
-PackageKit-command-not-found.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms        +PackageKit-command-not-found.x86_64                                                      1.2.6-1.el9                          @rhel-9-for-x86_64-appstream-rpms        
-PackageKit-glib.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms        +PackageKit-glib.x86_64                                                                   1.2.6-1.el9                          @rhel-9-for-x86_64-appstream-rpms        
-PackageKit-gstreamer-plugin.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms        +PackageKit-gstreamer-plugin.x86_64                                                       1.2.6-1.el9                          @rhel-9-for-x86_64-appstream-rpms        
-PackageKit-gtk3-module.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms        +PackageKit-gtk3-module.x86_64                                                            1.2.6-1.el9                          @rhel-9-for-x86_64-appstream-rpms        
-aardvark-dns.x86_64 2:1.10.0-3.el9_4 @rhel-9-for-x86_64-appstream-rpms        +aardvark-dns.x86_64                                                                      2:1.10.0-3.el9_4                     @rhel-9-for-x86_64-appstream-rpms        
-abattis-cantarell-fonts.noarch 0.301-4.el9 @AppStream                               +abattis-cantarell-fonts.noarch                                                           0.301-4.el9                          @AppStream                               
-accountsservice.x86_64 0.6.55-10.el9 @AppStream                               +accountsservice.x86_64                                                                   0.6.55-10.el9                        @AppStream                               
-accountsservice-libs.x86_64 0.6.55-10.el9 @AppStream                               +accountsservice-libs.x86_64                                                              0.6.55-10.el9                        @AppStream                               
-acl.x86_64 2.3.1-4.el9 @rhel-9-for-x86_64-baseos-rpms           +acl.x86_64                                                                               2.3.1-4.el9                          @rhel-9-for-x86_64-baseos-rpms           
-adcli.x86_64 0.9.2-1.el9 @anaconda                                +adcli.x86_64                                                                             0.9.2-1.el9                          @anaconda                                
-adobe-mappings-cmap.noarch 20171205-12.el9 @AppStream                               +adobe-mappings-cmap.noarch                                                               20171205-12.el9                      @AppStream                               
-adobe-mappings-cmap-deprecated.noarch 20171205-12.el9 @AppStream                               +adobe-mappings-cmap-deprecated.noarch                                                    20171205-12.el9                      @AppStream                               
-adobe-mappings-pdf.noarch 20180407-10.el9 @AppStream                               +adobe-mappings-pdf.noarch                                                                20180407-10.el9                      @AppStream                               
-adobe-source-code-pro-fonts.noarch 2.030.1.050-12.el9.1 @anaconda                                +adobe-source-code-pro-fonts.noarch                                                       2.030.1.050-12.el9.1                 @anaconda                                
-adwaita-cursor-theme.noarch 40.1.1-3.el9 @AppStream                               +adwaita-cursor-theme.noarch                                                              40.1.1-3.el9                         @AppStream                               
-adwaita-icon-theme.noarch 40.1.1-3.el9 @AppStream                               +adwaita-icon-theme.noarch                                                                40.1.1-3.el9                         @AppStream                               
-alsa-lib.x86_64 1.2.10-2.el9 @rhel-9-for-x86_64-appstream-rpms        +alsa-lib.x86_64                                                                          1.2.10-2.el9                         @rhel-9-for-x86_64-appstream-rpms        
-alsa-ucm.noarch 1.2.10-2.el9 @rhel-9-for-x86_64-appstream-rpms        +alsa-ucm.noarch                                                                          1.2.10-2.el9                         @rhel-9-for-x86_64-appstream-rpms        
-alsa-utils.x86_64 1.2.10-1.el9 @rhel-9-for-x86_64-appstream-rpms        +alsa-utils.x86_64                                                                        1.2.10-1.el9                         @rhel-9-for-x86_64-appstream-rpms        
-alternatives.x86_64 1.24-1.el9 @rhel-9-for-x86_64-baseos-rpms           +alternatives.x86_64                                                                      1.24-1.el9                           @rhel-9-for-x86_64-baseos-rpms           
-appstream.x86_64 0.16.1-1.el9 @rhel-9-for-x86_64-appstream-rpms        +appstream.x86_64                                                                         0.16.1-1.el9                         @rhel-9-for-x86_64-appstream-rpms        
-appstream-data.noarch 1:9-20230504.el9 @rhel-9-for-x86_64-appstream-rpms        +appstream-data.noarch                                                                    1:9-20230504.el9                     @rhel-9-for-x86_64-appstream-rpms        
-apr.x86_64 1.7.0-12.el9_3 @rhel-9-for-x86_64-appstream-rpms        +apr.x86_64                                                                               1.7.0-12.el9_3                       @rhel-9-for-x86_64-appstream-rpms        
-apr-util.x86_64 1.6.1-23.el9 @rhel-9-for-x86_64-appstream-rpms        +apr-util.x86_64                                                                          1.6.1-23.el9                         @rhel-9-for-x86_64-appstream-rpms        
-apr-util-bdb.x86_64 1.6.1-23.el9 @rhel-9-for-x86_64-appstream-rpms        +apr-util-bdb.x86_64                                                                      1.6.1-23.el9                         @rhel-9-for-x86_64-appstream-rpms        
-apr-util-openssl.x86_64 1.6.1-23.el9 @rhel-9-for-x86_64-appstream-rpms        +apr-util-openssl.x86_64                                                                  1.6.1-23.el9                         @rhel-9-for-x86_64-appstream-rpms        
-at.x86_64 3.1.23-11.el9 @anaconda                                +at.x86_64                                                                                3.1.23-11.el9                        @anaconda                                
-at-spi2-atk.x86_64 2.38.0-4.el9 @AppStream                               +at-spi2-atk.x86_64                                                                       2.38.0-4.el9                         @AppStream                               
-at-spi2-core.x86_64 2.40.3-1.el9 @AppStream                               +at-spi2-core.x86_64                                                                      2.40.3-1.el9                         @AppStream                               
-atk.x86_64 2.36.0-5.el9 @AppStream                               +atk.x86_64                                                                               2.36.0-5.el9                         @AppStream                               
-atkmm.x86_64 2.28.2-2.el9 @AppStream                               +atkmm.x86_64                                                                             2.28.2-2.el9                         @AppStream                               
-attr.x86_64 2.5.1-3.el9 @anaconda                                +attr.x86_64                                                                              2.5.1-3.el9                          @anaconda                                
-audit.x86_64 3.1.2-2.el9 @rhel-9-for-x86_64-baseos-rpms           +audit.x86_64                                                                             3.1.2-2.el9                          @rhel-9-for-x86_64-baseos-rpms           
-audit-libs.x86_64 3.1.2-2.el9 @rhel-9-for-x86_64-baseos-rpms           +audit-libs.x86_64                                                                        3.1.2-2.el9                          @rhel-9-for-x86_64-baseos-rpms           
-authselect.x86_64 1.2.6-2.el9 @rhel-9-for-x86_64-baseos-rpms           +authselect.x86_64                                                                        1.2.6-2.el9                          @rhel-9-for-x86_64-baseos-rpms           
-authselect-libs.x86_64 1.2.6-2.el9 @rhel-9-for-x86_64-baseos-rpms           +authselect-libs.x86_64                                                                   1.2.6-2.el9                          @rhel-9-for-x86_64-baseos-rpms           
-avahi.x86_64 0.8-20.el9 @rhel-9-for-x86_64-baseos-rpms           +avahi.x86_64                                                                             0.8-20.el9                           @rhel-9-for-x86_64-baseos-rpms           
-avahi-glib.x86_64 0.8-20.el9 @rhel-9-for-x86_64-appstream-rpms        +avahi-glib.x86_64                                                                        0.8-20.el9                           @rhel-9-for-x86_64-appstream-rpms        
-avahi-libs.x86_64 0.8-20.el9 @rhel-9-for-x86_64-baseos-rpms           +avahi-libs.x86_64                                                                        0.8-20.el9                           @rhel-9-for-x86_64-baseos-rpms           
-baobab.x86_64 40.0-3.el9 @AppStream                              +baobab.x86_64                                                                            40.0-3.el9                           @AppStream                              
 --More-- --More--
 [q] [q]
Ligne 1250: Ligne 1251:
 Updating Subscription Management repositories. Updating Subscription Management repositories.
 Installed Packages Installed Packages
-ModemManager.x86_64 1.20.2-1.el9 @anaconda                         +ModemManager.x86_64                              1.20.2-1.el9                     @anaconda                         
-ModemManager-glib.x86_64 1.20.2-1.el9 @anaconda                         +ModemManager-glib.x86_64                         1.20.2-1.el9                     @anaconda                         
-NetworkManager.x86_64 1:1.46.0-19.el9_4 @rhel-9-for-x86_64-baseos-rpms    +NetworkManager.x86_64                            1:1.46.0-19.el9_4                @rhel-9-for-x86_64-baseos-rpms    
-NetworkManager-adsl.x86_64 1:1.46.0-19.el9_4 @rhel-9-for-x86_64-baseos-rpms    +NetworkManager-adsl.x86_64                       1:1.46.0-19.el9_4                @rhel-9-for-x86_64-baseos-rpms    
-NetworkManager-bluetooth.x86_64 1:1.46.0-19.el9_4 @rhel-9-for-x86_64-baseos-rpms    +NetworkManager-bluetooth.x86_64                  1:1.46.0-19.el9_4                @rhel-9-for-x86_64-baseos-rpms    
-NetworkManager-config-server.noarch 1:1.46.0-19.el9_4 @rhel-9-for-x86_64-baseos-rpms    +NetworkManager-config-server.noarch              1:1.46.0-19.el9_4                @rhel-9-for-x86_64-baseos-rpms    
-NetworkManager-libnm.x86_64 1:1.46.0-19.el9_4 @rhel-9-for-x86_64-baseos-rpms    +NetworkManager-libnm.x86_64                      1:1.46.0-19.el9_4                @rhel-9-for-x86_64-baseos-rpms    
-NetworkManager-team.x86_64 1:1.46.0-19.el9_4 @rhel-9-for-x86_64-baseos-rpms    +NetworkManager-team.x86_64                       1:1.46.0-19.el9_4                @rhel-9-for-x86_64-baseos-rpms    
-NetworkManager-tui.x86_64 1:1.46.0-19.el9_4 @rhel-9-for-x86_64-baseos-rpms    +NetworkManager-tui.x86_64                        1:1.46.0-19.el9_4                @rhel-9-for-x86_64-baseos-rpms    
-NetworkManager-wifi.x86_64 1:1.46.0-19.el9_4 @rhel-9-for-x86_64-baseos-rpms    +NetworkManager-wifi.x86_64                       1:1.46.0-19.el9_4                @rhel-9-for-x86_64-baseos-rpms    
-NetworkManager-wwan.x86_64 1:1.46.0-19.el9_4 @rhel-9-for-x86_64-baseos-rpms    +NetworkManager-wwan.x86_64                       1:1.46.0-19.el9_4                @rhel-9-for-x86_64-baseos-rpms    
-PackageKit.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms +PackageKit.x86_64                                1.2.6-1.el9                      @rhel-9-for-x86_64-appstream-rpms 
-PackageKit-command-not-found.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms +PackageKit-command-not-found.x86_64              1.2.6-1.el9                      @rhel-9-for-x86_64-appstream-rpms 
-PackageKit-glib.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms +PackageKit-glib.x86_64                           1.2.6-1.el9                      @rhel-9-for-x86_64-appstream-rpms 
-PackageKit-gstreamer-plugin.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms +PackageKit-gstreamer-plugin.x86_64               1.2.6-1.el9                      @rhel-9-for-x86_64-appstream-rpms 
-PackageKit-gtk3-module.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms +PackageKit-gtk3-module.x86_64                    1.2.6-1.el9                      @rhel-9-for-x86_64-appstream-rpms 
-aardvark-dns.x86_64 2:1.10.0-3.el9_4 @rhel-9-for-x86_64-appstream-rpms +aardvark-dns.x86_64                              2:1.10.0-3.el9_4                 @rhel-9-for-x86_64-appstream-rpms 
-abattis-cantarell-fonts.noarch 0.301-4.el9 @AppStream                        +abattis-cantarell-fonts.noarch                   0.301-4.el9                      @AppStream                        
-accountsservice.x86_64 0.6.55-10.el9 @AppStream                        +accountsservice.x86_64                           0.6.55-10.el9                    @AppStream                        
-accountsservice-libs.x86_64 0.6.55-10.el9 @AppStream                        +accountsservice-libs.x86_64                      0.6.55-10.el9                    @AppStream                        
-acl.x86_64 2.3.1-4.el9 @rhel-9-for-x86_64-baseos-rpms    +acl.x86_64                                       2.3.1-4.el9                      @rhel-9-for-x86_64-baseos-rpms    
-adcli.x86_64 0.9.2-1.el9 @anaconda                         +adcli.x86_64                                     0.9.2-1.el9                      @anaconda                         
-adobe-mappings-cmap.noarch 20171205-12.el9 @AppStream                        +adobe-mappings-cmap.noarch                       20171205-12.el9                  @AppStream                        
-adobe-mappings-cmap-deprecated.noarch 20171205-12.el9 @AppStream                        +adobe-mappings-cmap-deprecated.noarch            20171205-12.el9                  @AppStream                        
-adobe-mappings-pdf.noarch 20180407-10.el9 @AppStream                        +adobe-mappings-pdf.noarch                        20180407-10.el9                  @AppStream                        
-adobe-source-code-pro-fonts.noarch 2.030.1.050-12.el9.1 @anaconda                         +adobe-source-code-pro-fonts.noarch               2.030.1.050-12.el9.1             @anaconda                         
-adwaita-cursor-theme.noarch 40.1.1-3.el9 @AppStream                        +adwaita-cursor-theme.noarch                      40.1.1-3.el9                     @AppStream                        
-adwaita-icon-theme.noarch 40.1.1-3.el9 @AppStream                        +adwaita-icon-theme.noarch                        40.1.1-3.el9                     @AppStream                        
-alsa-lib.x86_64 1.2.10-2.el9 @rhel-9-for-x86_64-appstream-rpms +alsa-lib.x86_64                                  1.2.10-2.el9                     @rhel-9-for-x86_64-appstream-rpms 
-alsa-ucm.noarch 1.2.10-2.el9 @rhel-9-for-x86_64-appstream-rpms +alsa-ucm.noarch                                  1.2.10-2.el9                     @rhel-9-for-x86_64-appstream-rpms 
-alsa-utils.x86_64 1.2.10-1.el9 @rhel-9-for-x86_64-appstream-rpms +alsa-utils.x86_64                                1.2.10-1.el9                     @rhel-9-for-x86_64-appstream-rpms 
-alternatives.x86_64 1.24-1.el9 @rhel-9-for-x86_64-baseos-rpms    +alternatives.x86_64                              1.24-1.el9                       @rhel-9-for-x86_64-baseos-rpms    
-appstream.x86_64 0.16.1-1.el9 @rhel-9-for-x86_64-appstream-rpms +appstream.x86_64                                 0.16.1-1.el9                     @rhel-9-for-x86_64-appstream-rpms 
-appstream-data.noarch 1:9-20230504.el9 @rhel-9-for-x86_64-appstream-rpms +appstream-data.noarch                            1:9-20230504.el9                 @rhel-9-for-x86_64-appstream-rpms 
-apr.x86_64 1.7.0-12.el9_3 @rhel-9-for-x86_64-appstream-rpms +apr.x86_64                                       1.7.0-12.el9_3                   @rhel-9-for-x86_64-appstream-rpms 
-apr-util.x86_64 1.6.1-23.el9 @rhel-9-for-x86_64-appstream-rpms +apr-util.x86_64                                  1.6.1-23.el9                     @rhel-9-for-x86_64-appstream-rpms 
-apr-util-bdb.x86_64 1.6.1-23.el9 @rhel-9-for-x86_64-appstream-rpms +apr-util-bdb.x86_64                              1.6.1-23.el9                     @rhel-9-for-x86_64-appstream-rpms 
-apr-util-openssl.x86_64 1.6.1-23.el9 @rhel-9-for-x86_64-appstream-rpms +apr-util-openssl.x86_64                          1.6.1-23.el9                     @rhel-9-for-x86_64-appstream-rpms 
-at.x86_64 3.1.23-11.el9 @anaconda                         +at.x86_64                                        3.1.23-11.el9                    @anaconda                         
-at-spi2-atk.x86_64 2.38.0-4.el9 @AppStream                        +at-spi2-atk.x86_64                               2.38.0-4.el9                     @AppStream                        
-at-spi2-core.x86_64 2.40.3-1.el9 @AppStream                        +at-spi2-core.x86_64                              2.40.3-1.el9                     @AppStream                        
-atk.x86_64 2.36.0-5.el9 @AppStream                        +atk.x86_64                                       2.36.0-5.el9                     @AppStream                        
-atkmm.x86_64 2.28.2-2.el9 @AppStream                        +atkmm.x86_64                                     2.28.2-2.el9                     @AppStream                        
-attr.x86_64 2.5.1-3.el9 @anaconda                         +attr.x86_64                                      2.5.1-3.el9                      @anaconda                         
-audit.x86_64 3.1.2-2.el9 @rhel-9-for-x86_64-baseos-rpms    +audit.x86_64                                     3.1.2-2.el9                      @rhel-9-for-x86_64-baseos-rpms    
-audit-libs.x86_64 3.1.2-2.el9 @rhel-9-for-x86_64-baseos-rpms    +audit-libs.x86_64                                3.1.2-2.el9                      @rhel-9-for-x86_64-baseos-rpms    
-authselect.x86_64 1.2.6-2.el9 @rhel-9-for-x86_64-baseos-rpms    +authselect.x86_64                                1.2.6-2.el9                      @rhel-9-for-x86_64-baseos-rpms    
-authselect-libs.x86_64 1.2.6-2.el9 @rhel-9-for-x86_64-baseos-rpms    +authselect-libs.x86_64                           1.2.6-2.el9                      @rhel-9-for-x86_64-baseos-rpms    
-avahi.x86_64 0.8-20.el9 @rhel-9-for-x86_64-baseos-rpms    +avahi.x86_64                                     0.8-20.el9                       @rhel-9-for-x86_64-baseos-rpms    
-avahi-glib.x86_64 0.8-20.el9 @rhel-9-for-x86_64-appstream-rpms +avahi-glib.x86_64                                0.8-20.el9                       @rhel-9-for-x86_64-appstream-rpms 
-avahi-libs.x86_64 0.8-20.el9 @rhel-9-for-x86_64-baseos-rpms    +avahi-libs.x86_64                                0.8-20.el9                       @rhel-9-for-x86_64-baseos-rpms    
-baobab.x86_64 40.0-3.el9 @AppStream                        +baobab.x86_64                                    40.0-3.el9                       @AppStream                        
-basesystem.noarch 11-13.el9 @anaconda                        +basesystem.noarch                                11-13.el9                        @anaconda                        
 --More-- --More--
 [q] [q]
Ligne 1314: Ligne 1315:
 Last metadata expiration check: 0:00:11 ago on Mon 30 Sep 2024 11:27:31 AM CEST. Last metadata expiration check: 0:00:11 ago on Mon 30 Sep 2024 11:27:31 AM CEST.
 Available Packages Available Packages
-389-ds-base.x86_64 2.4.5-9.el9_4 rhel-9-for-x86_64-appstream-rpms         +389-ds-base.x86_64                                                                       2.4.5-9.el9_4                        rhel-9-for-x86_64-appstream-rpms         
-389-ds-base-devel.x86_64 2.4.5-9.el9_4 codeready-builder-for-rhel-9-x86_64-rpms +389-ds-base-devel.x86_64                                                                 2.4.5-9.el9_4                        codeready-builder-for-rhel-9-x86_64-rpms 
-389-ds-base-libs.x86_64 2.4.5-9.el9_4 rhel-9-for-x86_64-appstream-rpms         +389-ds-base-libs.x86_64                                                                  2.4.5-9.el9_4                        rhel-9-for-x86_64-appstream-rpms         
-3proxy.x86_64 0.9.4-4.el9 epel                                     +3proxy.x86_64                                                                            0.9.4-4.el9                          epel                                     
-6tunnel.x86_64 0.13-1.el9 epel                                     +6tunnel.x86_64                                                                           0.13-1.el9                           epel                                     
-AMF-devel.noarch 1.4.34-1.el9 epel                                     +AMF-devel.noarch                                                                         1.4.34-1.el9                         epel                                     
-AMF-samples.noarch 1.4.34-1.el9 epel                                     +AMF-samples.noarch                                                                       1.4.34-1.el9                         epel                                     
-Agda.x86_64 2.6.2.2-36.el9 epel                                     +Agda.x86_64                                                                              2.6.2.2-36.el9                       epel                                     
-Agda-common.noarch 2.6.2.2-36.el9 epel                                     +Agda-common.noarch                                                                       2.6.2.2-36.el9                       epel                                     
-BackupPC.x86_64 4.4.0-9.el9 epel                                     +BackupPC.x86_64                                                                          4.4.0-9.el9                          epel                                     
-BackupPC-XS.x86_64 0.62-11.el9 epel                                     +BackupPC-XS.x86_64                                                                       0.62-11.el9                          epel                                     
-BibTool.x86_64 2.68-5.el9 epel                                     +BibTool.x86_64                                                                           2.68-5.el9                           epel                                     
-Box2D.i686 2.4.1-7.el9 rhel-9-for-x86_64-appstream-rpms         +Box2D.i686                                                                               2.4.1-7.el9                          rhel-9-for-x86_64-appstream-rpms         
-Box2D.x86_64 2.4.1-7.el9 rhel-9-for-x86_64-appstream-rpms         +Box2D.x86_64                                                                             2.4.1-7.el9                          rhel-9-for-x86_64-appstream-rpms         
-CCfits.x86_64 2.6-6.el9 epel                                     +CCfits.x86_64                                                                            2.6-6.el9                            epel                                     
-CCfits-devel.x86_64 2.6-6.el9 epel                                     +CCfits-devel.x86_64                                                                      2.6-6.el9                            epel                                     
-CCfits-doc.noarch 2.6-6.el9 epel                                     +CCfits-doc.noarch                                                                        2.6-6.el9                            epel                                     
-CFR.noarch 0.151-9.el9 epel                                     +CFR.noarch                                                                               0.151-9.el9                          epel                                     
-CFR-javadoc.noarch 0.151-9.el9 epel                                     +CFR-javadoc.noarch                                                                       0.151-9.el9                          epel                                     
-CGAL-demos-source.noarch 5.6.1-1.el9 epel                                     +CGAL-demos-source.noarch                                                                 5.6.1-1.el9                          epel                                     
-CGAL-devel.x86_64 5.6.1-1.el9 epel                                     +CGAL-devel.x86_64                                                                        5.6.1-1.el9                          epel                                     
-CGAL-qt5-devel.x86_64 5.6.1-1.el9 epel                                     +CGAL-qt5-devel.x86_64                                                                    5.6.1-1.el9                          epel                                     
-CGSI-gSOAP.x86_64 1.3.12-1.el9 epel                                     +CGSI-gSOAP.x86_64                                                                        1.3.12-1.el9                         epel                                     
-CGSI-gSOAP-devel.x86_64 1.3.12-1.el9 epel                                     +CGSI-gSOAP-devel.x86_64                                                                  1.3.12-1.el9                         epel                                     
-CUnit.i686 2.1.3-25.el9 rhel-9-for-x86_64-appstream-rpms         +CUnit.i686                                                                               2.1.3-25.el9                         rhel-9-for-x86_64-appstream-rpms         
-CUnit.x86_64 2.1.3-25.el9 rhel-9-for-x86_64-appstream-rpms         +CUnit.x86_64                                                                             2.1.3-25.el9                         rhel-9-for-x86_64-appstream-rpms         
-CUnit-devel.i686 2.1.3-25.el9 codeready-builder-for-rhel-9-x86_64-rpms +CUnit-devel.i686                                                                         2.1.3-25.el9                         codeready-builder-for-rhel-9-x86_64-rpms 
-CUnit-devel.x86_64 2.1.3-25.el9 codeready-builder-for-rhel-9-x86_64-rpms +CUnit-devel.x86_64                                                                       2.1.3-25.el9                         codeready-builder-for-rhel-9-x86_64-rpms 
-CharLS.x86_64 2.0.0-7.el9 epel                                     +CharLS.x86_64                                                                            2.0.0-7.el9                          epel                                     
-CharLS-devel.x86_64 2.0.0-7.el9 epel                                     +CharLS-devel.x86_64                                                                      2.0.0-7.el9                          epel                                     
-Coin4.x86_64 4.0.0-11.el9 epel                                     +Coin4.x86_64                                                                             4.0.0-11.el9                         epel                                     
-Coin4-devel.x86_64 4.0.0-11.el9 epel                                     +Coin4-devel.x86_64                                                                       4.0.0-11.el9                         epel                                     
-Coin4-doc.x86_64 4.0.0-11.el9 epel                                     +Coin4-doc.x86_64                                                                         4.0.0-11.el9                         epel                                     
-DNS-Compliance-Testing.x86_64 0^20230708git4aea40b-2.el9 epel                                     +DNS-Compliance-Testing.x86_64                                                            0^20230708git4aea40b-2.el9           epel                                     
-FoXlibf.x86_64 4.1.2-19.el9 epel                                     +FoXlibf.x86_64                                                                           4.1.2-19.el9                         epel                                     
-FoXlibf-devel.x86_64 4.1.2-19.el9 epel                                     +FoXlibf-devel.x86_64                                                                     4.1.2-19.el9                         epel                                     
-FoXlibf-static.x86_64 4.1.2-19.el9 epel                                     +FoXlibf-static.x86_64                                                                    4.1.2-19.el9                         epel                                     
-GConf2.x86_64 3.2.6-34.el9 epel                                     +GConf2.x86_64                                                                            3.2.6-34.el9                         epel                                     
-GConf2-devel.x86_64 3.2.6-34.el9 epel                                     +GConf2-devel.x86_64                                                                      3.2.6-34.el9                         epel                                     
-GMT.x86_64 6.4.0-4.el9 epel                                     +GMT.x86_64                                                                               6.4.0-4.el9                          epel                                     
-GMT-common.noarch 6.4.0-4.el9 epel                                     +GMT-common.noarch                                                                        6.4.0-4.el9                          epel                                     
-GMT-devel.x86_64 6.4.0-4.el9 epel                                     +GMT-devel.x86_64                                                                         6.4.0-4.el9                          epel                                     
-GMT-doc.noarch 6.4.0-4.el9 epel                                     +GMT-doc.noarch                                                                           6.4.0-4.el9                          epel                                     
-GeographicLib.x86_64 2.3-2.el9 epel                                     +GeographicLib.x86_64                                                                     2.3-2.el9                            epel                                     
-GeographicLib-devel.x86_64 2.3-2.el9 epel                                     +GeographicLib-devel.x86_64                                                               2.3-2.el9                            epel                                     
-GeographicLib-doc.noarch 2.3-2.el9 epel                                     +GeographicLib-doc.noarch                                                                 2.3-2.el9                            epel                                     
-GraphicsMagick.x86_64 1.3.38-1.el9 epel                                     +GraphicsMagick.x86_64                                                                    1.3.38-1.el9                         epel                                     
-GraphicsMagick-c++.x86_64 1.3.38-1.el9 epel                                     +GraphicsMagick-c++.x86_64                                                                1.3.38-1.el9                         epel                                     
-GraphicsMagick-c++-devel.x86_64 1.3.38-1.el9 epel                                     +GraphicsMagick-c++-devel.x86_64                                                          1.3.38-1.el9                         epel                                     
-GraphicsMagick-devel.x86_64 1.3.38-1.el9 epel                                     +GraphicsMagick-devel.x86_64                                                              1.3.38-1.el9                         epel                                     
-GraphicsMagick-doc.noarch 1.3.38-1.el9 epel                                     +GraphicsMagick-doc.noarch                                                                1.3.38-1.el9                         epel                                     
-GraphicsMagick-perl.x86_64 1.3.38-1.el9 epel                                    +GraphicsMagick-perl.x86_64                                                               1.3.38-1.el9                         epel                                    
 --More-- --More--
 [q] [q]
Ligne 1436: Ligne 1437:
 Last metadata expiration check: 0:01:50 ago on Mon 30 Sep 2024 11:27:31 AM CEST. Last metadata expiration check: 0:01:50 ago on Mon 30 Sep 2024 11:27:31 AM CEST.
 Installed Packages Installed Packages
-httpd.x86_64 2.4.57-11.el9_4.1 @rhel-9-for-x86_64-appstream-rpms+httpd.x86_64                                                                          2.4.57-11.el9_4.1                                                                          @rhel-9-for-x86_64-appstream-rpms
 </code> </code>
  
Ligne 1446: Ligne 1447:
 Last metadata expiration check: 0:02:56 ago on Mon 30 Sep 2024 11:27:31 AM CEST. Last metadata expiration check: 0:02:56 ago on Mon 30 Sep 2024 11:27:31 AM CEST.
 httpd-2.4.51-7.el9_0.x86_64 : Apache HTTP Server httpd-2.4.51-7.el9_0.x86_64 : Apache HTTP Server
-Repo: rhel-9-for-x86_64-appstream-rpms+Repo        : rhel-9-for-x86_64-appstream-rpms
 Matched from: Matched from:
-Provide : httpd = 2.4.51-7.el9_0+Provide    : httpd = 2.4.51-7.el9_0
  
 httpd-2.4.53-7.el9.x86_64 : Apache HTTP Server httpd-2.4.53-7.el9.x86_64 : Apache HTTP Server
-Repo : rhel-9-for-x86_64-appstream-rpms+Repo        : rhel-9-for-x86_64-appstream-rpms
 Matched from: Matched from:
-Provide : httpd = 2.4.53-7.el9+Provide    : httpd = 2.4.53-7.el9
  
 httpd-2.4.53-7.el9_1.1.x86_64 : Apache HTTP Server httpd-2.4.53-7.el9_1.1.x86_64 : Apache HTTP Server
-Repo : rhel-9-for-x86_64-appstream-rpms+Repo        : rhel-9-for-x86_64-appstream-rpms
 Matched from: Matched from:
-Provide : httpd = 2.4.53-7.el9_1.1+Provide    : httpd = 2.4.53-7.el9_1.1
  
 httpd-2.4.53-7.el9_1.5.x86_64 : Apache HTTP Server httpd-2.4.53-7.el9_1.5.x86_64 : Apache HTTP Server
-Repo : rhel-9-for-x86_64-appstream-rpms+Repo        : rhel-9-for-x86_64-appstream-rpms
 Matched from: Matched from:
-Provide : httpd = 2.4.53-7.el9_1.5+Provide    : httpd = 2.4.53-7.el9_1.5
  
 httpd-2.4.53-11.el9_2.4.x86_64 : Apache HTTP Server httpd-2.4.53-11.el9_2.4.x86_64 : Apache HTTP Server
-Repo : rhel-9-for-x86_64-appstream-rpms+Repo        : rhel-9-for-x86_64-appstream-rpms
 Matched from: Matched from:
-Provide : httpd = 2.4.53-11.el9_2.4+Provide    : httpd = 2.4.53-11.el9_2.4
  
 httpd-2.4.53-11.el9_2.5.x86_64 : Apache HTTP Server httpd-2.4.53-11.el9_2.5.x86_64 : Apache HTTP Server
-Repo : rhel-9-for-x86_64-appstream-rpms+Repo        : rhel-9-for-x86_64-appstream-rpms
 Matched from: Matched from:
-Provide : httpd = 2.4.53-11.el9_2.5+Provide    : httpd = 2.4.53-11.el9_2.5
  
 httpd-2.4.57-5.el9.x86_64 : Apache HTTP Server httpd-2.4.57-5.el9.x86_64 : Apache HTTP Server
-Repo : rhel-9-for-x86_64-appstream-rpms+Repo        : rhel-9-for-x86_64-appstream-rpms
 Matched from: Matched from:
-Provide : httpd = 2.4.57-5.el9+Provide    : httpd = 2.4.57-5.el9
  
 httpd-2.4.57-8.el9.x86_64 : Apache HTTP Server httpd-2.4.57-8.el9.x86_64 : Apache HTTP Server
-Repo : rhel-9-for-x86_64-appstream-rpms+Repo        : rhel-9-for-x86_64-appstream-rpms
 Matched from: Matched from:
-Provide : httpd = 2.4.57-8.el9+Provide    : httpd = 2.4.57-8.el9
  
 httpd-2.4.57-11.el9_4.x86_64 : Apache HTTP Server httpd-2.4.57-11.el9_4.x86_64 : Apache HTTP Server
-Repo : rhel-9-for-x86_64-appstream-rpms+Repo        : rhel-9-for-x86_64-appstream-rpms
 Matched from: Matched from:
-Provide : httpd = 2.4.57-11.el9_4+Provide    : httpd = 2.4.57-11.el9_4
  
 httpd-2.4.57-11.el9_4.1.x86_64 : Apache HTTP Server httpd-2.4.57-11.el9_4.1.x86_64 : Apache HTTP Server
-Repo : @System+Repo        : @System
 Matched from: Matched from:
-Provide : httpd = 2.4.57-11.el9_4.1+Provide    : httpd = 2.4.57-11.el9_4.1
  
 httpd-2.4.57-11.el9_4.1.x86_64 : Apache HTTP Server httpd-2.4.57-11.el9_4.1.x86_64 : Apache HTTP Server
-Repo : rhel-9-for-x86_64-appstream-rpms+Repo        : rhel-9-for-x86_64-appstream-rpms
 Matched from: Matched from:
-Provide : httpd = 2.4.57-11.el9_4.1+Provide    : httpd = 2.4.57-11.el9_4.1
 </code> </code>
  
Ligne 1508: Ligne 1509:
 Last metadata expiration check: 0:03:38 ago on Mon 30 Sep 2024 11:27:31 AM CEST. Last metadata expiration check: 0:03:38 ago on Mon 30 Sep 2024 11:27:31 AM CEST.
 Installed Packages Installed Packages
-kernel.x86_64 5.14.0-284.11.1.el9_2 @anaconda                                +kernel.x86_64                                                                              5.14.0-284.11.1.el9_2                                                          @anaconda                                
-kernel.x86_64 5.14.0-427.37.1.el9_4 @rhel-9-for-x86_64-baseos-rpms           +kernel.x86_64                                                                              5.14.0-427.37.1.el9_4                                                          @rhel-9-for-x86_64-baseos-rpms           
-kernel-core.x86_64 5.14.0-284.11.1.el9_2 @anaconda                                +kernel-core.x86_64                                                                         5.14.0-284.11.1.el9_2                                                          @anaconda                                
-kernel-core.x86_64 5.14.0-427.37.1.el9_4 @rhel-9-for-x86_64-baseos-rpms           +kernel-core.x86_64                                                                         5.14.0-427.37.1.el9_4                                                          @rhel-9-for-x86_64-baseos-rpms           
-kernel-modules.x86_64 5.14.0-284.11.1.el9_2 @anaconda                                +kernel-modules.x86_64                                                                      5.14.0-284.11.1.el9_2                                                          @anaconda                                
-kernel-modules.x86_64 5.14.0-427.37.1.el9_4 @rhel-9-for-x86_64-baseos-rpms           +kernel-modules.x86_64                                                                      5.14.0-427.37.1.el9_4                                                          @rhel-9-for-x86_64-baseos-rpms           
-kernel-modules-core.x86_64 5.14.0-284.11.1.el9_2 @anaconda                                +kernel-modules-core.x86_64                                                                 5.14.0-284.11.1.el9_2                                                          @anaconda                                
-kernel-modules-core.x86_64 5.14.0-427.37.1.el9_4 @rhel-9-for-x86_64-baseos-rpms           +kernel-modules-core.x86_64                                                                 5.14.0-427.37.1.el9_4                                                          @rhel-9-for-x86_64-baseos-rpms           
-kernel-tools.x86_64 5.14.0-427.37.1.el9_4 @rhel-9-for-x86_64-baseos-rpms           +kernel-tools.x86_64                                                                        5.14.0-427.37.1.el9_4                                                          @rhel-9-for-x86_64-baseos-rpms           
-kernel-tools-libs.x86_64 5.14.0-427.37.1.el9_4 @rhel-9-for-x86_64-baseos-rpms          +kernel-tools-libs.x86_64                                                                   5.14.0-427.37.1.el9_4                                                          @rhel-9-for-x86_64-baseos-rpms          
 Available Packages Available Packages
-kernel-abi-stablelists.noarch 5.14.0-427.37.1.el9_4 rhel-9-for-x86_64-baseos-rpms            +kernel-abi-stablelists.noarch                                                              5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-baseos-rpms            
-kernel-cross-headers.x86_64 5.14.0-427.37.1.el9_4 codeready-builder-for-rhel-9-x86_64-rpms +kernel-cross-headers.x86_64                                                                5.14.0-427.37.1.el9_4                                                          codeready-builder-for-rhel-9-x86_64-rpms 
-kernel-debug.x86_64 5.14.0-427.37.1.el9_4 rhel-9-for-x86_64-baseos-rpms            +kernel-debug.x86_64                                                                        5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-baseos-rpms            
-kernel-debug-core.x86_64 5.14.0-427.37.1.el9_4 rhel-9-for-x86_64-baseos-rpms            +kernel-debug-core.x86_64                                                                   5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-baseos-rpms            
-kernel-debug-devel.x86_64 5.14.0-427.37.1.el9_4 rhel-9-for-x86_64-appstream-rpms         +kernel-debug-devel.x86_64                                                                  5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-appstream-rpms         
-kernel-debug-devel-matched.x86_64 5.14.0-427.37.1.el9_4 rhel-9-for-x86_64-appstream-rpms         +kernel-debug-devel-matched.x86_64                                                          5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-appstream-rpms         
-kernel-debug-modules.x86_64 5.14.0-427.37.1.el9_4 rhel-9-for-x86_64-baseos-rpms            +kernel-debug-modules.x86_64                                                                5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-baseos-rpms            
-kernel-debug-modules-core.x86_64 5.14.0-427.37.1.el9_4 rhel-9-for-x86_64-baseos-rpms            +kernel-debug-modules-core.x86_64                                                           5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-baseos-rpms            
-kernel-debug-modules-extra.x86_64 5.14.0-427.37.1.el9_4 rhel-9-for-x86_64-baseos-rpms            +kernel-debug-modules-extra.x86_64                                                          5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-baseos-rpms            
-kernel-debug-uki-virt.x86_64 5.14.0-427.37.1.el9_4 rhel-9-for-x86_64-baseos-rpms            +kernel-debug-uki-virt.x86_64                                                               5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-baseos-rpms            
-kernel-devel.x86_64 5.14.0-427.37.1.el9_4 rhel-9-for-x86_64-appstream-rpms         +kernel-devel.x86_64                                                                        5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-appstream-rpms         
-kernel-devel-matched.x86_64 5.14.0-427.37.1.el9_4 rhel-9-for-x86_64-appstream-rpms         +kernel-devel-matched.x86_64                                                                5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-appstream-rpms         
-kernel-doc.noarch 5.14.0-427.37.1.el9_4 rhel-9-for-x86_64-appstream-rpms         +kernel-doc.noarch                                                                          5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-appstream-rpms         
-kernel-headers.x86_64 5.14.0-427.37.1.el9_4 rhel-9-for-x86_64-appstream-rpms         +kernel-headers.x86_64                                                                      5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-appstream-rpms         
-kernel-modules-extra.x86_64 5.14.0-427.37.1.el9_4 rhel-9-for-x86_64-baseos-rpms            +kernel-modules-extra.x86_64                                                                5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-baseos-rpms            
-kernel-rpm-macros.noarch 185-13.el9 rhel-9-for-x86_64-appstream-rpms         +kernel-rpm-macros.noarch                                                                   185-13.el9                                                                     rhel-9-for-x86_64-appstream-rpms         
-kernel-srpm-macros.noarch 1.0-13.el9 rhel-9-for-x86_64-appstream-rpms         +kernel-srpm-macros.noarch                                                                  1.0-13.el9                                                                     rhel-9-for-x86_64-appstream-rpms         
-kernel-tools-libs-devel.x86_64 5.14.0-427.37.1.el9_4 codeready-builder-for-rhel-9-x86_64-rpms +kernel-tools-libs-devel.x86_64                                                             5.14.0-427.37.1.el9_4                                                          codeready-builder-for-rhel-9-x86_64-rpms 
-kernel-uki-virt.x86_64 5.14.0-427.37.1.el9_4 rhel-9-for-x86_64-baseos-rpms            +kernel-uki-virt.x86_64                                                                     5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-baseos-rpms            
-kernelshark.x86_64 1:1.2-10.el9 rhel-9-for-x86_64-appstream-rpms  +kernelshark.x86_64                                                                         1:1.2-10.el9                                                                   rhel-9-for-x86_64-appstream-rpms  
 </code> </code>
  
Ligne 1618: Ligne 1619:
 Last metadata expiration check: 0:04:53 ago on Mon 30 Sep 2024 11:27:31 AM CEST. Last metadata expiration check: 0:04:53 ago on Mon 30 Sep 2024 11:27:31 AM CEST.
 Installed Packages Installed Packages
-Name : httpd +Name         : httpd 
-Version : 2.4.57 +Version      : 2.4.57 
-Release: 11.el9_4.1+Release      : 11.el9_4.1
 Architecture : x86_64 Architecture : x86_64
-Size : 59 k +Size         : 59 k 
-Source : httpd-2.4.57-11.el9_4.1.src.rpm +Source       : httpd-2.4.57-11.el9_4.1.src.rpm 
-Repository : @System +Repository   : @System 
-From repo : rhel-9-for-x86_64-appstream-rpms +From repo    : rhel-9-for-x86_64-appstream-rpms 
-Summary : Apache HTTP Server +Summary      : Apache HTTP Server 
-URL : https://httpd.apache.org/ +URL          : https://httpd.apache.org/ 
-License : ASL 2.0 +License      : ASL 2.0 
-Description : The Apache HTTP Server is a powerful, efficient, and extensible +Description  : The Apache HTTP Server is a powerful, efficient, and extensible 
-             web server.+             web server.
 </code> </code>
  
Ligne 1639: Ligne 1640:
 Updating Subscription Management repositories. Updating Subscription Management repositories.
 Last metadata expiration check: 0:05:25 ago on Mon 30 Sep 2024 11:27:31 AM CEST. Last metadata expiration check: 0:05:25 ago on Mon 30 Sep 2024 11:27:31 AM CEST.
-httpd-2.4.57-11.el9_4.1.x86_64.rpm 163 kB/s | 51 kB 00:00  +httpd-2.4.57-11.el9_4.1.x86_64.rpm   
 </code> </code>
  
-This package is uploaded to the current directory:+This package is downloaded to the current directory:
  
 <code> <code>
Ligne 1661: Ligne 1662:
 Dependencies resolved. Dependencies resolved.
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
- Package Architecture Version Repository Size+ Package                                           Architecture                          Version                                            Repository                                                       Size
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
 Installing: Installing:
- httpd x86_64 2.4.57-11.el9_4.1 rhel-9-for-x86_64-appstream-rpms 51 k+ httpd                                             x86_64                                2.4.57-11.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                                 51 k
 Installing dependencies: Installing dependencies:
- apr x86_64 1.7.0-12.el9_3 rhel-9-for-x86_64-appstream-rpms 126 k + apr                                               x86_64                                1.7.0-12.el9_3                                     rhel-9-for-x86_64-appstream-rpms                                126 k 
- apr-util x86_64 1.6.1-23.el9 rhel-9-for-x86_64-appstream-rpms 97 k + apr-util                                          x86_64                                1.6.1-23.el9                                       rhel-9-for-x86_64-appstream-rpms                                 97 k 
- apr-util-bdb x86_64 1.6.1-23.el9 rhel-9-for-x86_64-appstream-rpms 14 k + apr-util-bdb                                      x86_64                                1.6.1-23.el9                                       rhel-9-for-x86_64-appstream-rpms                                 14 k 
- httpd-core x86_64 2.4.57-11.el9_4.1 rhel-9-for-x86_64-appstream-rpms 1.5 M + httpd-core                                        x86_64                                2.4.57-11.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                                1.5 M 
- httpd-filesystem noarch 2.4.57-11.el9_4.1 rhel-9-for-x86_64-appstream-rpms 14 k + httpd-filesystem                                  noarch                                2.4.57-11.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                                 14 k 
- httpd-tools x86_64 2.4.57-11.el9_4.1 rhel-9-for-x86_64-appstream-rpms 86 k + httpd-tools                                       x86_64                                2.4.57-11.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                                 86 k 
- redhat-logos-httpd noarch 90.4-2.el9 rhel-9-for-x86_64-appstream-rpms 18 k+ redhat-logos-httpd                                noarch                                90.4-2.el9                                         rhel-9-for-x86_64-appstream-rpms                                 18 k
 Installing weak dependencies: Installing weak dependencies:
- apr-util-openssl x86_64 1.6.1-23.el9 rhel-9-for-x86_64-appstream-rpms 17 k + apr-util-openssl                                  x86_64                                1.6.1-23.el9                                       rhel-9-for-x86_64-appstream-rpms                                 17 k 
- mod_http2 x86_64 2.0.26-2.el9_4 rhel-9-for-x86_64-appstream-rpms 167 k + mod_http2                                         x86_64                                2.0.26-2.el9_4                                     rhel-9-for-x86_64-appstream-rpms                                167 k 
- mod_lua x86_64 2.4.57-11.el9_4.1 rhel-9-for-x86_64-appstream-rpms 60 k+ mod_lua                                           x86_64                                2.4.57-11.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                                 60 k
  
 Transaction Summary Transaction Summary
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
-Install 11 Packages+Install  11 Packages
  
 Total download size: 2.2 M Total download size: 2.2 M
Ligne 1696: Ligne 1697:
 Dependencies resolved. Dependencies resolved.
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
- Package Architecture Version Repository Size+ Package                                           Architecture                          Version                                            Repository                                                       Size
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
 Installing: Installing:
- httpd x86_64 2.4.57-11.el9_4.1 rhel-9-for-x86_64-appstream-rpms 51 k+ httpd                                             x86_64                                2.4.57-11.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                                 51 k
 Installing dependencies: Installing dependencies:
- apr x86_64 1.7.0-12.el9_3 rhel-9-for-x86_64-appstream-rpms 126 k + apr                                               x86_64                                1.7.0-12.el9_3                                     rhel-9-for-x86_64-appstream-rpms                                126 k 
- apr-util x86_64 1.6.1-23.el9 rhel-9-for-x86_64-appstream-rpms 97 k + apr-util                                          x86_64                                1.6.1-23.el9                                       rhel-9-for-x86_64-appstream-rpms                                 97 k 
- apr-util-bdb x86_64 1.6.1-23.el9 rhel-9-for-x86_64-appstream-rpms 14 k + apr-util-bdb                                      x86_64                                1.6.1-23.el9                                       rhel-9-for-x86_64-appstream-rpms                                 14 k 
- httpd-core x86_64 2.4.57-11.el9_4.1 rhel-9-for-x86_64-appstream-rpms 1.5 M + httpd-core                                        x86_64                                2.4.57-11.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                                1.5 M 
- httpd-filesystem noarch 2.4.57-11.el9_4.1 rhel-9-for-x86_64-appstream-rpms 14 k + httpd-filesystem                                  noarch                                2.4.57-11.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                                 14 k 
- httpd-tools x86_64 2.4.57-11.el9_4.1 rhel-9-for-x86_64-appstream-rpms 86 k + httpd-tools                                       x86_64                                2.4.57-11.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                                 86 k 
- redhat-logos-httpd noarch 90.4-2.el9 rhel-9-for-x86_64-appstream-rpms 18 k+ redhat-logos-httpd                                noarch                                90.4-2.el9                                         rhel-9-for-x86_64-appstream-rpms                                 18 k
 Installing weak dependencies: Installing weak dependencies:
- apr-util-openssl x86_64 1.6.1-23.el9 rhel-9-for-x86_64-appstream-rpms 17 k + apr-util-openssl                                  x86_64                                1.6.1-23.el9                                       rhel-9-for-x86_64-appstream-rpms                                 17 k 
- mod_http2 x86_64 2.0.26-2.el9_4 rhel-9-for-x86_64-appstream-rpms 167 k + mod_http2                                         x86_64                                2.0.26-2.el9_4                                     rhel-9-for-x86_64-appstream-rpms                                167 k 
- mod_lua x86_64 2.4.57-11.el9_4.1 rhel-9-for-x86_64-appstream-rpms 60 k+ mod_lua                                           x86_64                                2.4.57-11.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                                 60 k
  
 Transaction Summary Transaction Summary
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
-Install 11 Packages+Install  11 Packages
  
 Total download size: 2.2 M Total download size: 2.2 M
 Installed size: 6.0 M Installed size: 6.0 M
 Downloading Packages: Downloading Packages:
-(1/11): apr-util-1.6.1-23.el9.x86_64.rpm 350 kB/s | 97 kB 00:00     +(1/11): apr-util-1.6.1-23.el9.x86_64.rpm                                                                                                                                          350 kB/s |  97 kB     00:00     
-(2/11): apr-util-bdb-1.6.1-23.el9.x86_64.rpm 47 kB/s | 14 kB 00:00     +(2/11): apr-util-bdb-1.6.1-23.el9.x86_64.rpm                                                                                                                                       47 kB/s |  14 kB     00:00     
-(3/11): apr-util-openssl-1.6.1-23.el9.x86_64.rpm 53 kB/s | 17 kB 00:00     +(3/11): apr-util-openssl-1.6.1-23.el9.x86_64.rpm                                                                                                                                   53 kB/s |  17 kB     00:00     
-(4/11): redhat-logos-httpd-90.4-2.el9.noarch.rpm 97 kB/s | 18 kB 00:00     +(4/11): redhat-logos-httpd-90.4-2.el9.noarch.rpm                                                                                                                                   97 kB/s |  18 kB     00:00     
-(5/11): apr-1.7.0-12.el9_3.x86_64.rpm 654 kB/s | 126 kB 00:00     +(5/11): apr-1.7.0-12.el9_3.x86_64.rpm                                                                                                                                             654 kB/s | 126 kB     00:00     
-(6/11): httpd-2.4.57-11.el9_4.1.x86_64.rpm 677 kB/s | 51 kB 00:00     +(6/11): httpd-2.4.57-11.el9_4.1.x86_64.rpm                                                                                                                                        677 kB/s |  51 kB     00:00     
-(7/11): mod_http2-2.0.26-2.el9_4.x86_64.rpm 677 kB/s | 167 kB 00:00     +(7/11): mod_http2-2.0.26-2.el9_4.x86_64.rpm                                                                                                                                       677 kB/s | 167 kB     00:00     
-(8/11): httpd-core-2.4.57-11.el9_4.1.x86_64.rpm 11 MB/s | 1.5 MB 00:00     +(8/11): httpd-core-2.4.57-11.el9_4.1.x86_64.rpm                                                                                                                                    11 MB/s | 1.5 MB     00:00     
-(9/11): httpd-filesystem-2.4.57-11.el9_4.1.noarch.rpm 104 kB/s | 14 kB 00:00     +(9/11): httpd-filesystem-2.4.57-11.el9_4.1.noarch.rpm                                                                                                                             104 kB/s |  14 kB     00:00     
-(10/11): httpd-tools-2.4.57-11.el9_4.1.x86_64.rpm 261 kB/s | 86 kB 00:00     +(10/11): httpd-tools-2.4.57-11.el9_4.1.x86_64.rpm                                                                                                                                 261 kB/s |  86 kB     00:00     
-(11/11): mod_lua-2.4.57-11.el9_4.1.x86_64.rpm 219 kB/s | 60 kB 00:00    +(11/11): mod_lua-2.4.57-11.el9_4.1.x86_64.rpm                                                                                                                                     219 kB/s |  60 kB     00:00    
 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-Total 2.4 MB/s | 2.2 MB 00:00     +Total                                                                                                                                                                             2.4 MB/s | 2.2 MB     00:00     
 Running transaction check Running transaction check
 Transaction check succeeded. Transaction check succeeded.
Ligne 1738: Ligne 1739:
 Transaction test succeeded. Transaction test succeeded.
 Running transaction Running transaction
-  Preparing : 1/1  +  Preparing                                                                                                                                                                                                 1/1  
-  Installing : apr-1.7.0-12.el9_3.x86_64 1/11  +  Installing       : apr-1.7.0-12.el9_3.x86_64                                                                                                                                                               1/11  
-  Installing : apr-util-bdb-1.6.1-23.el9.x86_64 2/11  +  Installing       : apr-util-bdb-1.6.1-23.el9.x86_64                                                                                                                                                        2/11  
-  Installing : apr-util-openssl-1.6.1-23.el9.x86_64 3/11  +  Installing       : apr-util-openssl-1.6.1-23.el9.x86_64                                                                                                                                                    3/11  
-  Installing : apr-util-1.6.1-23.el9.x86_64 4/11  +  Installing       : apr-util-1.6.1-23.el9.x86_64                                                                                                                                                            4/11  
-  Installing : httpd-tools-2.4.57-11.el9_4.1.x86_64 5/11  +  Installing       : httpd-tools-2.4.57-11.el9_4.1.x86_64                                                                                                                                                    5/11  
-  Running scriptlet: httpd-filesystem-2.4.57-11.el9_4.1.noarch 6/11  +  Running scriptlet: httpd-filesystem-2.4.57-11.el9_4.1.noarch                                                                                                                                               6/11  
-  Installing : httpd-filesystem-2.4.57-11.el9_4.1.noarch 6/11  +  Installing       : httpd-filesystem-2.4.57-11.el9_4.1.noarch                                                                                                                                               6/11  
-  Installing : httpd-core-2.4.57-11.el9_4.1.x86_64 7/11  +  Installing       : httpd-core-2.4.57-11.el9_4.1.x86_64                                                                                                                                                     7/11  
-  Installing : mod_lua-2.4.57-11.el9_4.1.x86_64 8/11  +  Installing       : mod_lua-2.4.57-11.el9_4.1.x86_64                                                                                                                                                        8/11  
-  Installing : redhat-logos-httpd-90.4-2.el9.noarch 9/11  +  Installing       : redhat-logos-httpd-90.4-2.el9.noarch                                                                                                                                                    9/11  
-  Installing : mod_http2-2.0.26-2.el9_4.x86_64 10/11  +  Installing       : mod_http2-2.0.26-2.el9_4.x86_64                                                                                                                                                        10/11  
-  Installing : httpd-2.4.57-11.el9_4.1.x86_64 11/11  +  Installing       : httpd-2.4.57-11.el9_4.1.x86_64                                                                                                                                                         11/11  
-  Running scriptlet: httpd-2.4.57-11.el9_4.1.x86_64 11/11  +  Running scriptlet: httpd-2.4.57-11.el9_4.1.x86_64                                                                                                                                                         11/11  
-  Verifying : apr-util-1.6.1-23.el9.x86_64 1/11  +  Verifying        : apr-util-1.6.1-23.el9.x86_64                                                                                                                                                            1/11  
-  Verifying: apr-util-bdb-1.6.1-23.el9.x86_64 2/11  +  Verifying        : apr-util-bdb-1.6.1-23.el9.x86_64                                                                                                                                                        2/11  
-  Verifying : apr-util-openssl-1.6.1-23.el9.x86_64 3/11  +  Verifying        : apr-util-openssl-1.6.1-23.el9.x86_64                                                                                                                                                    3/11  
-  Verifying: redhat-logos-httpd-90.4-2.el9.noarch 4/11  +  Verifying        : redhat-logos-httpd-90.4-2.el9.noarch                                                                                                                                                    4/11  
-  Verifying : apr-1.7.0-12.el9_3.x86_64 5/11  +  Verifying        : apr-1.7.0-12.el9_3.x86_64                                                                                                                                                               5/11  
-  Verifying: mod_http2-2.0.26-2.el9_4.x86_64 6/11  +  Verifying        : mod_http2-2.0.26-2.el9_4.x86_64                                                                                                                                                         6/11  
-  Verifying : httpd-2.4.57-11.el9_4.1.x86_64 7/11  +  Verifying        : httpd-2.4.57-11.el9_4.1.x86_64                                                                                                                                                          7/11  
-  Verifying: httpd-core-2.4.57-11.el9_4.1.x86_64 8/11  +  Verifying        : httpd-core-2.4.57-11.el9_4.1.x86_64                                                                                                                                                     8/11  
-  Verifying: httpd-filesystem-2.4.57-11.el9_4.1.noarch 9/11  +  Verifying        : httpd-filesystem-2.4.57-11.el9_4.1.noarch                                                                                                                                               9/11  
-  Verifying : httpd-tools-2.4.57-11.el9_4.1.x86_64 10/11  +  Verifying        : httpd-tools-2.4.57-11.el9_4.1.x86_64                                                                                                                                                   10/11  
-  Verifying : mod_lua-2.4.57-11.el9_4.1.x86_64 11/11 +  Verifying        : mod_lua-2.4.57-11.el9_4.1.x86_64                                                                                                                                                       11/11 
 Installed products updated. Installed products updated.
  
 Installed: Installed:
-  apr-1.7.0-12.el9_3.x86_64 apr-util-1.6.1-23.el9.x86_64 apr-util-bdb-1.6.1-23.el9.x86_64 apr-util-openssl-1.6.1-23.el9.x86_64 httpd-2.4.57-11.el9_4.1.x86_64       +  apr-1.7.0-12.el9_3.x86_64                apr-util-1.6.1-23.el9.x86_64                  apr-util-bdb-1.6.1-23.el9.x86_64         apr-util-openssl-1.6.1-23.el9.x86_64     httpd-2.4.57-11.el9_4.1.x86_64       
-  httpd-core-2.4.57-11.el9_4.1.x86_64 httpd-filesystem-2.4.57-11.el9_4.1.noarch httpd-tools-2.4.57-11.el9_4.1.x86_64 mod_http2-2.0.26-2.el9_4.x86_64 mod_lua-2.4.57-11.el9_4.1.x86_64    +  httpd-core-2.4.57-11.el9_4.1.x86_64      httpd-filesystem-2.4.57-11.el9_4.1.noarch     httpd-tools-2.4.57-11.el9_4.1.x86_64     mod_http2-2.0.26-2.el9_4.x86_64          mod_lua-2.4.57-11.el9_4.1.x86_64    
   redhat-logos-httpd-90.4-2.el9.noarch       redhat-logos-httpd-90.4-2.el9.noarch    
  
Ligne 1781: Ligne 1782:
 Dependencies resolved. Dependencies resolved.
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
- Package Architecture Version Repository Size+ Package                                 Architecture                             Version                                                Repository                                                          Size
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
 Reinstalling: Reinstalling:
- httpd x86_64 2.4.57-11.el9_4.1 rhel-9-for-x86_64-appstream-rpms 51 k+ httpd                                   x86_64                                   2.4.57-11.el9_4.1                                      rhel-9-for-x86_64-appstream-rpms                                    51 k
  
 Transaction Summary Transaction Summary
Ligne 1797: Ligne 1798:
  
 <code> <code>
-[root@redhat9 ~]# dnf groupinstall System Tools+[root@redhat9 ~]# dnf groupinstall 'System Tools'
 Updating Subscription Management repositories. Updating Subscription Management repositories.
 Last metadata expiration check: 0:12:43 ago on Mon 30 Sep 2024 11:27:31 AM CEST. Last metadata expiration check: 0:12:43 ago on Mon 30 Sep 2024 11:27:31 AM CEST.
 Dependencies resolved. Dependencies resolved.
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
- Package Architecture Version Repository Size+ Package                                                Architecture                         Version                                         Repository                                                      Size
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
 Installing group/module packages: Installing group/module packages:
- NetworkManager-libreswan x86_64 1.2.18-3.el9_4 rhel-9-for-x86_64-appstream-rpms 152 k + NetworkManager-libreswan                               x86_64                               1.2.18-3.el9_4                                  rhel-9-for-x86_64-appstream-rpms                               152 k 
- cifs-utils x86_64 7.0-1.el9 rhel-9-for-x86_64-baseos-rpms 103 k + cifs-utils                                             x86_64                               7.0-1.el9                                       rhel-9-for-x86_64-baseos-rpms                                  103 k 
- libreswan x86_64 4.12-2.el9_4.1 rhel-9-for-x86_64-appstream-rpms 1.4 M + libreswan                                              x86_64                               4.12-2.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                               1.4 M 
- nmap x86_64 3:7.92-1.el9 rhel-9-for-x86_64-appstream-rpms 5.6 M + nmap                                                   x86_64                               3:7.92-1.el9                                    rhel-9-for-x86_64-appstream-rpms                               5.6 M 
- openldap-clients x86_64 2.6.6-3.el9 rhel-9-for-x86_64-baseos-rpms 184 k + openldap-clients                                       x86_64                               2.6.6-3.el9                                     rhel-9-for-x86_64-baseos-rpms                                  184 k 
- samba-client x86_64 4.19.4-105.el9_4 rhel-9-for-x86_64-appstream-rpms 694 k + samba-client                                           x86_64                               4.19.4-105.el9_4                                rhel-9-for-x86_64-appstream-rpms                               694 k 
- setserial x86_64 2.17-54.el9 rhel-9-for-x86_64-baseos-rpms 29 k + setserial                                              x86_64                               2.17-54.el9                                     rhel-9-for-x86_64-baseos-rpms                                   29 k 
- tigervnc x86_64 1.13.1-8.el9_4.3 rhel-9-for-x86_64-appstream-rpms 311 k + tigervnc                                               x86_64                               1.13.1-8.el9_4.3                                rhel-9-for-x86_64-appstream-rpms                               311 k 
- tmux x86_64 3.2a-5.el9 rhel-9-for-x86_64-baseos-rpms 476 k + tmux                                                   x86_64                               3.2a-5.el9                                      rhel-9-for-x86_64-baseos-rpms                                  476 k 
- zsh x86_64 5.8-9.el9 rhel-9-for-x86_64-baseos-rpms 3.2 M+ zsh                                                    x86_64                               5.8-9.el9                                       rhel-9-for-x86_64-baseos-rpms                                  3.2 M
 Installing dependencies: Installing dependencies:
- fltk x86_64 1.3.8-1.el9 rhel-9-for-x86_64-appstream-rpms 620 k + fltk                                                   x86_64                               1.3.8-1.el9                                     rhel-9-for-x86_64-appstream-rpms                               620 k 
- keyutils x86_64 1.6.3-1.el9 rhel-9-for-x86_64-baseos-rpms 78 k + keyutils                                               x86_64                               1.6.3-1.el9                                     rhel-9-for-x86_64-baseos-rpms                                   78 k 
- ldns x86_64 1.7.1-11.el9 rhel-9-for-x86_64-appstream-rpms 163 k + ldns                                                   x86_64                               1.7.1-11.el9                                    rhel-9-for-x86_64-appstream-rpms                               163 k 
- nss-tools x86_64 3.101.0-7.el9_2 rhel-9-for-x86_64-appstream-rpms 449 k + nss-tools                                              x86_64                               3.101.0-7.el9_2                                 rhel-9-for-x86_64-appstream-rpms                               449 k 
- tigervnc-icons noarch 1.13.1-8.el9_4.3 rhel-9-for-x86_64-appstream-rpms 40 k + tigervnc-icons                                         noarch                               1.13.1-8.el9_4.3                                rhel-9-for-x86_64-appstream-rpms                                40 k 
- tigervnc-license noarch 1.13.1-8.el9_4.3 rhel-9-for-x86_64-appstream-rpms 18 k + tigervnc-license                                       noarch                               1.13.1-8.el9_4.3                                rhel-9-for-x86_64-appstream-rpms                                18 k 
- unbound-libs x86_64 1.16.2-3.el9_3.5 rhel-9-for-x86_64-appstream-rpms 553 k+ unbound-libs                                           x86_64                               1.16.2-3.el9_3.5                                rhel-9-for-x86_64-appstream-rpms                               553 k
 Installing Groups: Installing Groups:
  System Tools                                                                                                                                                                                                      System Tools                                                                                                                                                                                                    
Ligne 1828: Ligne 1829:
 Transaction Summary Transaction Summary
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
-Install 17 Packages+Install  17 Packages
  
 Total download size: 14 M Total download size: 14 M
Ligne 1844: Ligne 1845:
 Last metadata expiration check: 0:13:55 ago on Mon 30 Sep 2024 11:27:31 AM CEST. Last metadata expiration check: 0:13:55 ago on Mon 30 Sep 2024 11:27:31 AM CEST.
  
-cups-filters.x86_64 1.28.7-17.el9_4 rhel-9-for-x86_64-appstream-rpms +cups-filters.x86_64                                                                         1.28.7-17.el9_4                                                                       rhel-9-for-x86_64-appstream-rpms 
-cups-filters-libs.x86_64 1.28.7-17.el9_4 rhel-9-for-x86_64-appstream-rpms +cups-filters-libs.x86_64                                                                    1.28.7-17.el9_4                                                                       rhel-9-for-x86_64-appstream-rpms 
-net-snmp-libs.x86_64 1:5.9.1-13.el9_4.3 rhel-9-for-x86_64-appstream-rpms+net-snmp-libs.x86_64                                                                        1:5.9.1-13.el9_4.3                                                                    rhel-9-for-x86_64-appstream-rpms
 </code> </code>
  
Ligne 1857: Ligne 1858:
 Dependencies resolved. Dependencies resolved.
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
- Package Architecture Version Repository Size+ Package                                       Architecture                           Version                                              Repository                                                        Size
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
 Upgrading: Upgrading:
- net-snmp-libs x86_64 1:5.9.1-13.el9_4.3 rhel-9-for-x86_64-appstream-rpms 763 k+ net-snmp-libs                                 x86_64                                 1:5.9.1-13.el9_4.3                                   rhel-9-for-x86_64-appstream-rpms                                 763 k
  
 Transaction Summary Transaction Summary
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
-Upgrade 1 Package+Upgrade  1 Package
  
 Total download size: 763 k Total download size: 763 k
Ligne 1873: Ligne 1874:
  
 <code> <code>
-[root@redhat9 ~]# dnf groupupdate System Tools+[root@redhat9 ~]# dnf groupupdate 'System Tools'
 Updating Subscription Management repositories. Updating Subscription Management repositories.
 Last metadata expiration check: 0:15:46 ago on Mon 30 Sep 2024 11:27:31 AM CEST. Last metadata expiration check: 0:15:46 ago on Mon 30 Sep 2024 11:27:31 AM CEST.
 Dependencies resolved. Dependencies resolved.
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
- Package Architecture Version Repository Size+ Package                                            Architecture                                      Version                                            Repository                                          Size
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
 Installing Groups: Installing Groups:
Ligne 1899: Ligne 1900:
 Dependencies resolved. Dependencies resolved.
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
- Package Architecture Version Repository Size+ Package                                           Architecture                          Version                                           Repository                                                        Size
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
 Removing: Removing:
- httpd x86_64 2.4.57-11.el9_4.1 @rhel-9-for-x86_64-appstream-rpms 59 k+ httpd                                             x86_64                                2.4.57-11.el9_4.1                                 @rhel-9-for-x86_64-appstream-rpms                                 59 k
 Removing unused dependencies: Removing unused dependencies:
- apr x86_64 1.7.0-12.el9_3 @rhel-9-for-x86_64-appstream-rpms 288 k + apr                                               x86_64                                1.7.0-12.el9_3                                    @rhel-9-for-x86_64-appstream-rpms                                288 k 
- apr-util x86_64 1.6.1-23.el9 @rhel-9-for-x86_64-appstream-rpms 211 k + apr-util                                          x86_64                                1.6.1-23.el9                                      @rhel-9-for-x86_64-appstream-rpms                                211 k 
- apr-util-bdb x86_64 1.6.1-23.el9 @rhel-9-for-x86_64-appstream-rpms 15 k + apr-util-bdb                                      x86_64                                1.6.1-23.el9                                      @rhel-9-for-x86_64-appstream-rpms                                 15 k 
- apr-util-openssl x86_64 1.6.1-23.el9 @rhel-9-for-x86_64-appstream-rpms 23 k + apr-util-openssl                                  x86_64                                1.6.1-23.el9                                      @rhel-9-for-x86_64-appstream-rpms                                 23 k 
- httpd-core x86_64 2.4.57-11.el9_4.1 @rhel-9-for-x86_64-appstream-rpms 4.7 M + httpd-core                                        x86_64                                2.4.57-11.el9_4.1                                 @rhel-9-for-x86_64-appstream-rpms                                4.7 M 
- httpd-filesystem noarch 2.4.57-11.el9_4.1 @rhel-9-for-x86_64-appstream-rpms 400   + httpd-filesystem                                  noarch                                2.4.57-11.el9_4.1                                 @rhel-9-for-x86_64-appstream-rpms                                400   
- httpd-tools x86_64 2.4.57-11.el9_4.1 @rhel-9-for-x86_64-appstream-rpms 199 k + httpd-tools                                       x86_64                                2.4.57-11.el9_4.1                                 @rhel-9-for-x86_64-appstream-rpms                                199 k 
- mod_http2 x86_64 2.0.26-2.el9_4 @rhel-9-for-x86_64-appstream-rpms 442 k + mod_http2                                         x86_64                                2.0.26-2.el9_4                                    @rhel-9-for-x86_64-appstream-rpms                                442 k 
- mod_lua x86_64 2.4.57-11.el9_4.1 @rhel-9-for-x86_64-appstream-rpms 142 k + mod_lua                                           x86_64                                2.4.57-11.el9_4.1                                 @rhel-9-for-x86_64-appstream-rpms                                142 k 
- redhat-logos-httpd noarch 90.4-2.el9 @rhel-9-for-x86_64-appstream-rpms 12 k+ redhat-logos-httpd                                noarch                                90.4-2.el9                                        @rhel-9-for-x86_64-appstream-rpms                                 12 k
  
 Transaction Summary Transaction Summary
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
-Remove 11 Packages+Remove  11 Packages
  
 Freed space: 6.0 M Freed space: 6.0 M
Ligne 1927: Ligne 1928:
  
 <code> <code>
-[root@redhat9 ~]# dnf groupremove System Tools+[root@redhat9 ~]# dnf groupremove 'System Tools'
 Updating Subscription Management repositories. Updating Subscription Management repositories.
 Dependencies resolved. Dependencies resolved.
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
- Package Architecture Version Repository Size+ Package                                                Architecture                         Version                                        Repository                                                       Size
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
 Removing: Removing:
- NetworkManager-libreswan x86_64 1.2.18-3.el9_4 @rhel-9-for-x86_64-appstream-rpms 457 k + NetworkManager-libreswan                               x86_64                               1.2.18-3.el9_4                                 @rhel-9-for-x86_64-appstream-rpms                               457 k 
- cifs-utils x86_64 7.0-1.el9 @rhel-9-for-x86_64-baseos-rpms 220 k + cifs-utils                                             x86_64                               7.0-1.el9                                      @rhel-9-for-x86_64-baseos-rpms                                  220 k 
- libreswan x86_64 4.12-2.el9_4.1 @rhel-9-for-x86_64-appstream-rpms 5.2 M + libreswan                                              x86_64                               4.12-2.el9_4.1                                 @rhel-9-for-x86_64-appstream-rpms                               5.2 M 
- nmap x86_64 3:7.92-1.el9 @rhel-9-for-x86_64-appstream-rpms 24 M + nmap                                                   x86_64                               3:7.92-1.el9                                   @rhel-9-for-x86_64-appstream-rpms                                24 M 
- openldap-clients x86_64 2.6.6-3.el9 @rhel-9-for-x86_64-baseos-rpms 658 k + openldap-clients                                       x86_64                               2.6.6-3.el9                                    @rhel-9-for-x86_64-baseos-rpms                                  658 k 
- samba-client x86_64 4.19.4-105.el9_4 @rhel-9-for-x86_64-appstream-rpms 2.5 M + samba-client                                           x86_64                               4.19.4-105.el9_4                               @rhel-9-for-x86_64-appstream-rpms                               2.5 M 
- setserial x86_64 2.17-54.el9 @rhel-9-for-x86_64-baseos-rpms 35 k + setserial                                              x86_64                               2.17-54.el9                                    @rhel-9-for-x86_64-baseos-rpms                                   35 k 
- tigervnc x86_64 1.13.1-8.el9_4.3 @rhel-9-for-x86_64-appstream-rpms 967 k + tigervnc                                               x86_64                               1.13.1-8.el9_4.3                               @rhel-9-for-x86_64-appstream-rpms                               967 k 
- tmux x86_64 3.2a-5.el9 @rhel-9-for-x86_64-baseos-rpms 1.1 M + tmux                                                   x86_64                               3.2a-5.el9                                     @rhel-9-for-x86_64-baseos-rpms                                  1.1 M 
- zsh x86_64 5.8-9.el9 @rhel-9-for-x86_64-baseos-rpms 7.6 M+ zsh                                                    x86_64                               5.8-9.el9                                      @rhel-9-for-x86_64-baseos-rpms                                  7.6 M
 Removing unused dependencies: Removing unused dependencies:
- fltk x86_64 1.3.8-1.el9 @rhel-9-for-x86_64-appstream-rpms 1.5 M + fltk                                                   x86_64                               1.3.8-1.el9                                    @rhel-9-for-x86_64-appstream-rpms                               1.5 M 
- keyutils x86_64 1.6.3-1.el9 @rhel-9-for-x86_64-baseos-rpms 158 k + keyutils                                               x86_64                               1.6.3-1.el9                                    @rhel-9-for-x86_64-baseos-rpms                                  158 k 
- ldns x86_64 1.7.1-11.el9 @rhel-9-for-x86_64-appstream-rpms 426 k + ldns                                                   x86_64                               1.7.1-11.el9                                   @rhel-9-for-x86_64-appstream-rpms                               426 k 
- nss-tools x86_64 3.101.0-7.el9_2 @rhel-9-for-x86_64-appstream-rpms 1.3 M + nss-tools                                              x86_64                               3.101.0-7.el9_2                                @rhel-9-for-x86_64-appstream-rpms                               1.3 M 
- tigervnc-icons noarch 1.13.1-8.el9_4.3 @rhel-9-for-x86_64-appstream-rpms 36 k + tigervnc-icons                                         noarch                               1.13.1-8.el9_4.3                               @rhel-9-for-x86_64-appstream-rpms                                36 k 
- tigervnc-license noarch 1.13.1-8.el9_4.3 @rhel-9-for-x86_64-appstream-rpms 18 k + tigervnc-license                                       noarch                               1.13.1-8.el9_4.3                               @rhel-9-for-x86_64-appstream-rpms                                18 k 
- unbound-libs x86_64 1.16.2-3.el9_3.5 @rhel-9-for-x86_64-appstream-rpms 1.5 M+ unbound-libs                                           x86_64                               1.16.2-3.el9_3.5                               @rhel-9-for-x86_64-appstream-rpms                               1.5 M
 Removing Groups: Removing Groups:
  System Tools                                                                                                                                                                                                      System Tools                                                                                                                                                                                                    
Ligne 1957: Ligne 1958:
 Transaction Summary Transaction Summary
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
-Remove 17 Packages+Remove  17 Packages
  
 Freed space: 47 M Freed space: 47 M
Ligne 1963: Ligne 1964:
 </code> </code>
  
-To override unused dependencies, use the **autoremove** command :+To delete unused dependencies, use the **autoremove** command :
  
 <code> <code>
 +[root@redhat9 ~]# dnf autoremove
 [root@redhat9 ~]# dnf autoremove [root@redhat9 ~]# dnf autoremove
 Updating Subscription Management repositories. Updating Subscription Management repositories.
Ligne 1971: Ligne 1973:
 Dependencies resolved. Dependencies resolved.
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
- Package Architecture Version Repository Size+ Package                                           Architecture                           Version                                            Repository                                                      Size
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
 Removing: Removing:
- efivar-libs x86_64 38-3.el9 @anaconda 367 k + efivar-libs                                       x86_64                                 38-3.el9                                           @anaconda                                                      367 k 
- grub2-tools-efi x86_64 1:2.06-82.el9_4 @rhel-9-for-x86_64-baseos-rpms 2.7 M + grub2-tools-efi                                   x86_64                                 1:2.06-82.el9_4                                    @rhel-9-for-x86_64-baseos-rpms                                 2.7 M 
- grub2-tools-extra x86_64 1:2.06-82.el9_4 @rhel-9-for-x86_64-baseos-rpms 5.3 M + grub2-tools-extra                                 x86_64                                 1:2.06-82.el9_4                                    @rhel-9-for-x86_64-baseos-rpms                                 5.3 M 
- libgcab1 x86_64 1.4-6.el9 @anaconda 207 k + libgcab1                                          x86_64                                 1.4-6.el9                                          @anaconda                                                      207 k 
- libglvnd-opengl x86_64 1:1.3.4-1.el9 @AppStream 173 k + libglvnd-opengl                                   x86_64                                 1:1.3.4-1.el9                                      @AppStream                                                     173 k 
- libsmbios x86_64 2.4.3-4.el9 @anaconda 388 k + libsmbios                                         x86_64                                 2.4.3-4.el9                                        @anaconda                                                      388 k 
- openldap-compat x86_64 2.6.6-3.el9 @rhel-9-for-x86_64-baseos-rpms 59 k + openldap-compat                                   x86_64                                 2.6.6-3.el9                                        @rhel-9-for-x86_64-baseos-rpms                                  59 k 
- pulseaudio-utils x86_64 15.0-2.el9 @AppStream 199 k + pulseaudio-utils                                  x86_64                                 15.0-2.el9                                         @AppStream                                                     199 k 
- python3-ethtool x86_64 0.15-2.el9 @anaconda 94 k+ python3-ethtool                                   x86_64                                 0.15-2.el9                                         @anaconda                                                       94 k
  
 Transaction Summary Transaction Summary
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
-Remove 9 Packages+Remove  9 Packages
  
 Freed space: 9.5 M Freed space: 9.5 M
Ligne 2023: Ligne 2025:
 [root@redhat9 ~]# dnf history [root@redhat9 ~]# dnf history
 Updating Subscription Management repositories. Updating Subscription Management repositories.
-Extra Packages for Enterprise Linux 9 - x86_64 8.7 MB/s | 23 MB 00:02     +Extra Packages for Enterprise Linux 9 - x86_64                                                                                                                                    8.7 MB/s |  23 MB     00:02     
-Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 3.0 kB/s | 2.5 kB 00:00     +Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64                                                                                                              3.0 kB/s | 2.5 kB     00:00     
-Extra Packages for Enterprise Linux 9 - Next - x86_64 585 kB/s | 277 kB 00:00     +Extra Packages for Enterprise Linux 9 - Next - x86_64                                                                                                                             585 kB/s | 277 kB     00:00     
-Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) 26 MB/s | 41 MB 00:01     +Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)                                                                                                                           26 MB/s |  41 MB     00:01     
-Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs) 13 MB/s | 32 MB 00:02     +Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)                                                                                                                              13 MB/s |  32 MB     00:02     
-Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs) 8.5 MB/s | 9.2 MB 00:01+Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs)                                                                                                                          8.5 MB/s | 9.2 MB     00:01
  
-ID | Command line | Date and time | Action(s) | Altered+ID     | Command line                                                                                                                                                | Date and time    | Action(s)      | Altered
 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-    17 | autoremove | 2024-09-30 11:46 | Removed | 9    +    17 | autoremove                                                                                                                                                  | 2024-09-30 11:46 | Removed           9    
-    16 | groupremove System Tools | 2024-09-30 11:45 | Removed | 18 EE +    16 | groupremove System Tools                                                                                                                                    | 2024-09-30 11:45 | Removed          18 EE 
-    15 | groupupdate System Tools | 2024-09-30 11:43 | Install | 1    +    15 | groupupdate System Tools                                                                                                                                    | 2024-09-30 11:43 | Install           1    
-    14 | update net-snmp-libs.x86_64 | 2024-09-30 11:42 | Upgrade | 1    +    14 | update net-snmp-libs.x86_64                                                                                                                                 | 2024-09-30 11:42 | Upgrade           1    
-    13 | groupinstall System Tools | 2024-09-30 11:40 | Install | 18 EE +    13 | groupinstall System Tools                                                                                                                                   | 2024-09-30 11:40 | Install          18 EE 
-    12 | reinstall httpd | 2024-09-30 11:39 | R | 2    +    12 | reinstall httpd                                                                                                                                             | 2024-09-30 11:39 | R                 2    
-    11 | install httpd -y | 2024-09-30 11:37 | Install | 11    +    11 | install httpd -y                                                                                                                                            | 2024-09-30 11:37 | Install          11    
-    10 | install telnet-server | 2024-09-29 14:19 | Install | 1    +    10 | install telnet-server                                                                                                                                       | 2024-09-29 14:19 | Install           1    
-     9 | 2024-09-29 13:58 | Install | 1    +     |                                                                                                                                                             | 2024-09-29 13:58 | Install           1    
-     8 | 2024-09-29 13:44 | Install | 1    +     |                                                                                                                                                             | 2024-09-29 13:44 | Install           1    
-     7 | 2024-09-29 13:21 | Install | 1    +     |                                                                                                                                                             | 2024-09-29 13:21 | Install           1    
-     6 | install patch -y | 2024-09-25 16:20 | Install | 1    +     6 | install patch -y                                                                                                                                            | 2024-09-25 16:20 | Install           1    
-     5 | install screen | 2024-09-25 15:43 | Install | 1    +     5 | install screen                                                                                                                                              | 2024-09-25 15:43 | Install           1    
-     4 | install epel-release epel-next-release | 2024-09-25 15:42 | Install | 1 < +     4 | install epel-release epel-next-release                                                                                                                      | 2024-09-25 15:42 | Install            
-     3 | install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm | 2024-09-25 15:39 | Install | 1 >E +     3 | install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm                                                                              | 2024-09-25 15:39 | Install           1 >E 
-     2 | update | 2024-09-25 11:50 | I, U | 584 E< +     2 | update                                                                                                                                                      | 2024-09-25 11:50 | I, U            584 E< 
-     1 | 2023-10-19 18:08 | Install | 1198 >E+     |                                                                                                                                                             | 2023-10-19 18:08 | Install        | 1198 >E
 </code> </code>
  
Ligne 2059: Ligne 2061:
 Dependencies resolved. Dependencies resolved.
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
- Package Architecture Version Repository Size+ Package                                       Architecture                           Version                                              Repository                                                        Size
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
 Downgrading: Downgrading:
- net-snmp-libs x86_64 1:5.9.1-13.el9_4.2 rhel-9-for-x86_64-appstream-rpms 760 k+ net-snmp-libs                                 x86_64                                 1:5.9.1-13.el9_4.2                                   rhel-9-for-x86_64-appstream-rpms                                 760 k
  
 Transaction Summary Transaction Summary
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
-Downgrade 1 Package+Downgrade  1 Package
  
 Total download size: 760 k Total download size: 760 k
 Is this ok [y/N]: y Is this ok [y/N]: y
 Downloading Packages: Downloading Packages:
-net-snmp-libs-5.9.1-13.el9_4.2.x86_64.rpm 1.2 MB/s | 760 kB 00:00    +net-snmp-libs-5.9.1-13.el9_4.2.x86_64.rpm                                                                                                                                         1.2 MB/s | 760 kB     00:00    
 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-Total 1.2 MB/s | 760 kB 00:00     +Total                                                                                                                                                                             1.2 MB/s | 760 kB     00:00     
 Running transaction check Running transaction check
 Transaction check succeeded. Transaction check succeeded.
Ligne 2079: Ligne 2081:
 Transaction test succeeded. Transaction test succeeded.
 Running transaction Running transaction
-  Preparing : 1/1  +  Preparing                                                                                                                                                                                                 1/1  
-  Downgrading : net-snmp-libs-1:5.9.1-13.el9_4.2.x86_64 1/2  +  Downgrading      : net-snmp-libs-1:5.9.1-13.el9_4.2.x86_64                                                                                                                                                  1/2  
-  Cleanup : net-snmp-libs-1:5.9.1-13.el9_4.3.x86_64 2/2  +  Cleanup          : net-snmp-libs-1:5.9.1-13.el9_4.3.x86_64                                                                                                                                                  2/2  
-  Running scriptlet: net-snmp-libs-1:5.9.1-13.el9_4.3.x86_64 2/2  +  Running scriptlet: net-snmp-libs-1:5.9.1-13.el9_4.3.x86_64                                                                                                                                                  2/2  
-  Verifying : net-snmp-libs-1:5.9.1-13.el9_4.2.x86_64 1/2  +  Verifying        : net-snmp-libs-1:5.9.1-13.el9_4.2.x86_64                                                                                                                                                  1/2  
-  Verifying : net-snmp-libs-1:5.9.1-13.el9_4.3.x86_64 2/2 +  Verifying        : net-snmp-libs-1:5.9.1-13.el9_4.3.x86_64                                                                                                                                                  2/2 
 Installed products updated. Installed products updated.
  
Ligne 2116: Ligne 2118:
 Last metadata expiration check: 0:22:40 ago on Mon 30 Sep 2024 12:48:56 PM CEST. Last metadata expiration check: 0:22:40 ago on Mon 30 Sep 2024 12:48:56 PM CEST.
 Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs) Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs)
-Name Stream Profiles Summary                                                                                  +Name                             Stream                       Profiles                                                    Summary                                                                                  
-swig 4.1 common [d], complete Connects C/C++/Objective C to some high-level programming languages                     +swig                             4.1                          common [d], complete                                        Connects C/C++/Objective C to some high-level programming languages                     
  
 Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)
-Name Stream Profiles Summary                                                                                  +Name                             Stream                       Profiles                                                    Summary                                                                                  
-mariadb 10.11 client, galera, server [d] MariaDB Module                                                                           +mariadb                          10.11                        client, galera, server [d]                                  MariaDB Module                                                                           
-maven 3.8 common [d] Java project management and project comprehension tool                                   +maven                            3.8                          common [d]                                                  Java project management and project comprehension tool                                   
-nginx 1.22 common [d] nginx webserver                                                                          +nginx                            1.22                         common [d]                                                  nginx webserver                                                                          
-nginx 1.24 common [d] nginx webserver                                                                          +nginx                            1.24                         common [d]                                                  nginx webserver                                                                          
-nodejs 18 common [d], development, minimal, s2i Javascript runtime                                                                       +nodejs                           18                           common [d], development, minimal, s2i                       Javascript runtime                                                                       
-nodejs 20 common [d], development, minimal, s2i Javascript runtime                                                                       +nodejs                           20                           common [d], development, minimal, s2i                       Javascript runtime                                                                       
-php 8.1 common [d], devel, minimal PHP scripting language                                                                   +php                              8.1                          common [d], devel, minimal                                  PHP scripting language                                                                   
-php 8.2 common [d], devel, minimal PHP scripting language                                                                   +php                              8.2                          common [d], devel, minimal                                  PHP scripting language                                                                   
-postgresql 15 client, server [d] PostgreSQL server and client module                                                      +postgresql                       15                           client, server [d]                                          PostgreSQL server and client module                                                      
-postgresql 16 client, server [d] PostgreSQL server and client module                                                      +postgresql                       16                           client, server [d]                                          PostgreSQL server and client module                                                      
-redis 7 common [d] Redis persistent key-value database                                                      +redis                                                       common [d]                                                  Redis persistent key-value database                                                      
-ruby 3.1 common [d] An interpreter of object-oriented scripting language                                     +ruby                             3.1                          common [d]                                                  An interpreter of object-oriented scripting language                                     
-ruby 3.3 common [d] An interpreter of object-oriented scripting language                                    +ruby                             3.3                          common [d]                                                  An interpreter of object-oriented scripting language                                    
  
 Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled
 </code> </code>
  
-To list the available Module streams and their statuses for a particular Module, use the following command:+To list the available Module streams and their statuses for a particular module, use the following command:
  
 <code> <code>
Ligne 2145: Ligne 2147:
 Last metadata expiration check: 0:38:17 ago on Mon 30 Sep 2024 12:48:56 PM CEST. Last metadata expiration check: 0:38:17 ago on Mon 30 Sep 2024 12:48:56 PM CEST.
 Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)
-Name Stream Profiles Summary                                                     +Name                                       Stream                                      Profiles                                                        Summary                                                     
-php 8.1 common [d], devel, minimal PHP scripting language                                      +php                                        8.1                                         common [d], devel, minimal                                      PHP scripting language                                      
-php 8.2 common [d], devel, minimal PHP scripting language                                     +php                                        8.2                                         common [d], devel, minimal                                      PHP scripting language                                     
  
 Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled
 </code> </code>
  
-To obtain information on the Module streams for a particular Module, use the following command:+To obtain information on the Module streams for a particular module, use the following command:
  
 <code> <code>
Ligne 2223: Ligne 2225:
 Dependencies resolved. Dependencies resolved.
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
- Package Architecture Version Repository Size+ Package                                    Architecture                     Version                                                             Repository                                                  Size
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
 Installing group/module packages: Installing group/module packages:
- php-cli x86_64 8.2.13-1.module+el9.4.0+20748+b46899d2 rhel-9-for-x86_64-appstream-rpms 3.6 M + php-cli                                    x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                              rhel-9-for-x86_64-appstream-rpms                           3.6 M 
- php-common x86_64 8.2.13-1.module+el9.4.0+20748+b46899d2 rhel-9-for-x86_64-appstream-rpms 703 k + php-common                                 x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                              rhel-9-for-x86_64-appstream-rpms                           703 k 
- php-fpm x86_64 8.2.13-1.module+el9.4.0+20748+b46899d2 rhel-9-for-x86_64-appstream-rpms 1.8 M + php-fpm                                    x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                              rhel-9-for-x86_64-appstream-rpms                           1.8 M 
- php-mbstring x86_64 8.2.13-1.module+el9.4.0+20748+b46899d2 rhel-9-for-x86_64-appstream-rpms 524 k + php-mbstring                               x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                              rhel-9-for-x86_64-appstream-rpms                           524 k 
- php-xml x86_64 8.2.13-1.module+el9.4.0+20748+b46899d2 rhel-9-for-x86_64-appstream-rpms 150 k+ php-xml                                    x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                              rhel-9-for-x86_64-appstream-rpms                           150 k
 Installing dependencies: Installing dependencies:
- nginx-filesystem noarch 1:1.20.1-16.el9_4.1 rhel-9-for-x86_64-appstream-rpms 11 k+ nginx-filesystem                           noarch                           1:1.20.1-16.el9_4.1                                                 rhel-9-for-x86_64-appstream-rpms                            11 k
 Installing module profiles: Installing module profiles:
  php/common                                                                                                                                                                                                        php/common                                                                                                                                                                                                      
 Enabling module streams: Enabling module streams:
- php 8.2                                                                                                                                 + php                                                                         8.2                                                                                                                                 
  
 Transaction Summary Transaction Summary
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
-Install 6 Packages+Install  6 Packages
  
 Total download size: 6.8 M Total download size: 6.8 M
 Installed size: 34 M Installed size: 34 M
 Downloading Packages: Downloading Packages:
-(1/6): php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64.rpm 1.4 MB/s | 703 kB 00:00     +(1/6): php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64.rpm                                                                                                               1.4 MB/s | 703 kB     00:00     
-(2/6): php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64.rpm 2.2 MB/s | 1.8 MB 00:00     +(2/6): php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64.rpm                                                                                                                  2.2 MB/s | 1.8 MB     00:00     
-(3/6): php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64.rpm 899 kB/s | 524 kB 00:00     +(3/6): php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64.rpm                                                                                                             899 kB/s | 524 kB     00:00     
-(4/6): php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64.rpm 566 kB/s | 150 kB 00:00     +(4/6): php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64.rpm                                                                                                                  566 kB/s | 150 kB     00:00     
-(5/6): php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64.rpm 2.4 MB/s | 3.6 MB 00:01     +(5/6): php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64.rpm                                                                                                                  2.4 MB/s | 3.6 MB     00:01     
-(6/6): nginx-filesystem-1.20.1-16.el9_4.1.noarch.rpm 23 kB/s | 11 kB 00:00    +(6/6): nginx-filesystem-1.20.1-16.el9_4.1.noarch.rpm                                                                                                                               23 kB/s |  11 kB     00:00    
 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-Total 4.4 MB/s | 6.8 MB 00:01     +Total                                                                                                                                                                             4.4 MB/s | 6.8 MB     00:01     
 Running transaction check Running transaction check
 Transaction check succeeded. Transaction check succeeded.
Ligne 2258: Ligne 2260:
 Transaction test succeeded. Transaction test succeeded.
 Running transaction Running transaction
-  Preparing : 1/1  +  Preparing                                                                                                                                                                                                 1/1  
-  Installing : php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 1/6  +  Installing       : php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                 1/6  
-  Running scriptlet: nginx-filesystem-1:1.20.1-16.el9_4.1.noarch 2/6  +  Running scriptlet: nginx-filesystem-1:1.20.1-16.el9_4.1.noarch                                                                                                                                              2/6  
-  Installing : nginx-filesystem-1:1.20.1-16.el9_4.1.noarch 2/6  +  Installing       : nginx-filesystem-1:1.20.1-16.el9_4.1.noarch                                                                                                                                              2/6  
-  Installing : php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 3/6  +  Installing       : php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    3/6  
-  Running scriptlet: php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 3/6  +  Running scriptlet: php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    3/6  
-  Installing : php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 4/6  +  Installing       : php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    4/6  
-  Installing : php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 5/6  +  Installing       : php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                               5/6  
-  Installing : php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 6/6  +  Installing       : php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    6/6  
-  Running scriptlet: php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 6/6  +  Running scriptlet: php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    6/6  
-  Verifying : php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 1/6  +  Verifying        : php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    1/6  
-  Verifying : php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 2/6  +  Verifying        : php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                 2/6  
-  Verifying : php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 3/6  +  Verifying        : php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    3/6  
-  Verifying : php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 4/6  +  Verifying        : php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                               4/6  
-  Verifying : php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 5/6  +  Verifying        : php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    5/6  
-  Verifying : nginx-filesystem-1:1.20.1-16.el9_4.1.noarch 6/6 +  Verifying        : nginx-filesystem-1:1.20.1-16.el9_4.1.noarch                                                                                                                                              6/6 
 Installed products updated. Installed products updated.
  
 Installed: Installed:
-  nginx-filesystem-1:1.20.1-16.el9_4.1.noarch php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64              +  nginx-filesystem-1:1.20.1-16.el9_4.1.noarch                        php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                   php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64              
-  php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                +  php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64              php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64              php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                
  
 Complete! Complete!
Ligne 2290: Ligne 2292:
 Last metadata expiration check: 0:54:59 ago on Mon 30 Sep 2024 12:48:56 PM CEST. Last metadata expiration check: 0:54:59 ago on Mon 30 Sep 2024 12:48:56 PM CEST.
 Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)
-Name Stream Profiles Summary                                                    +Name                                     Stream                                      Profiles                                                           Summary                                                    
-php 8.2 [e] common [d] [i], devel, minimal PHP scripting language                                    +php                                      8.2 [e]                                     common [d] [i], devel, minimal                                     PHP scripting language                                    
  
 Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled
 </code> </code>
- 
-<WRAP center round important 60%> 
-**Important**: Note the presence of the characters **[e]**, **[d]** and **[i]**. 
-</WRAP> 
  
 To remove the Module stream, use the **dnf module remove** command: To remove the Module stream, use the **dnf module remove** command:
Ligne 2308: Ligne 2306:
 Dependencies resolved. Dependencies resolved.
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
- Package Architecture Version Repository Size+ Package                                    Architecture                     Version                                                            Repository                                                   Size
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
 Removing: Removing:
- php-cli x86_64 8.2.13-1.module+el9.4.0+20748+b46899d2 @rhel-9-for-x86_64-appstream-rpms 16 M + php-cli                                    x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                             @rhel-9-for-x86_64-appstream-rpms                            16 M 
- php-common x86_64 8.2.13-1.module+el9.4.0+20748+b46899d2 @rhel-9-for-x86_64-appstream-rpms 8.1 M + php-common                                 x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                             @rhel-9-for-x86_64-appstream-rpms                           8.1 M 
- php-fpm x86_64 8.2.13-1.module+el9.4.0+20748+b46899d2 @rhel-9-for-x86_64-appstream-rpms 8.2 M + php-fpm                                    x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                             @rhel-9-for-x86_64-appstream-rpms                           8.2 M 
- php-mbstring x86_64 8.2.13-1.module+el9.4.0+20748+b46899d2 @rhel-9-for-x86_64-appstream-rpms 1.2 M + php-mbstring                               x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                             @rhel-9-for-x86_64-appstream-rpms                           1.2 M 
- php-xml x86_64 8.2.13-1.module+el9.4.0+20748+b46899d2 @rhel-9-for-x86_64-appstream-rpms 465 k+ php-xml                                    x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                             @rhel-9-for-x86_64-appstream-rpms                           465 k
 Removing unused dependencies: Removing unused dependencies:
- nginx-filesystem noarch 1:1.20.1-16.el9_4.1 @rhel-9-for-x86_64-appstream-rpms 0  + nginx-filesystem                           noarch                           1:1.20.1-16.el9_4.1                                                @rhel-9-for-x86_64-appstream-rpms                             0  
 Disabling module profiles: Disabling module profiles:
  php/common                                                                                                                                                                                                        php/common                                                                                                                                                                                                      
Ligne 2323: Ligne 2321:
 Transaction Summary Transaction Summary
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
-Remove 6 Packages+Remove  6 Packages
  
 Freed space: 34 M Freed space: 34 M
Ligne 2331: Ligne 2329:
 Transaction test succeeded. Transaction test succeeded.
 Running transaction Running transaction
-  Preparing : 1/1  +  Preparing                                                                                                                                                                                                 1/1  
-  Running scriptlet: php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 1/6  +  Running scriptlet: php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    1/6  
-  Erasing : php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 1/6  +  Erasing          : php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    1/6  
-  Erasing : php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 2/6  +  Erasing          : php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    2/6  
-  Erasing : php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 3/6  +  Erasing          : php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                               3/6  
-  Erasing : php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 4/6  +  Erasing          : php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    4/6  
-  Erasing : nginx-filesystem-1:1.20.1-16.el9_4.1.noarch 5/6  +  Erasing          : nginx-filesystem-1:1.20.1-16.el9_4.1.noarch                                                                                                                                              5/6  
-  Erasing : php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 6/6  +  Erasing          : php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                 6/6  
-  Running scriptlet: php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 6/6  +  Running scriptlet: php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                 6/6  
-  Verifying : nginx-filesystem-1:1.20.1-16.el9_4.1.noarch 1/6  +  Verifying        : nginx-filesystem-1:1.20.1-16.el9_4.1.noarch                                                                                                                                              1/6  
-  Verifying : php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 2/6  +  Verifying        : php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    2/6  
-  Verifying : php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 3/6  +  Verifying        : php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                 3/6  
-  Verifying : php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 4/6  +  Verifying        : php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    4/6  
-  Verifying : php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 5/6  +  Verifying        : php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                               5/6  
-  Verifying : php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 6/6 +  Verifying        : php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    6/6 
 Installed products updated. Installed products updated.
  
 Removed: Removed:
-  nginx-filesystem-1:1.20.1-16.el9_4.1.noarch php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64              +  nginx-filesystem-1:1.20.1-16.el9_4.1.noarch                        php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                   php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64              
-  php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                +  php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64              php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64              php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                
  
 Complete! Complete!
Ligne 2362: Ligne 2360:
 Last metadata expiration check: 0:57:06 ago on Mon 30 Sep 2024 12:48:56 PM CEST. Last metadata expiration check: 0:57:06 ago on Mon 30 Sep 2024 12:48:56 PM CEST.
 Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)
-Name Stream Profiles Summary                                                     +Name                                      Stream                                       Profiles                                                        Summary                                                     
-php 8.2 [e] common [d], devel, minimal PHP scripting language                                     +php                                       8.2 [e]                                      common [d], devel, minimal                                      PHP scripting language                                     
  
 Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled
Ligne 2378: Ligne 2376:
 Updating Subscription Management repositories. Updating Subscription Management repositories.
 Last metadata expiration check: 0:58:47 ago on Mon 30 Sep 2024 12:48:56 PM CEST. Last metadata expiration check: 0:58:47 ago on Mon 30 Sep 2024 12:48:56 PM CEST.
-Only module name is required. Ignoring unneeded information in argument: php:8.2+Only module name is required. Ignoring unneeded information in argument: 'php:8.2'
 Dependencies resolved. Dependencies resolved.
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
- Package Architecture Version Repository Size+ Package                                            Architecture                                      Version                                            Repository                                          Size
 ================================================================================================================================================================================================================== ==================================================================================================================================================================================================================
 Disabling modules: Disabling modules:
Menu