Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
elearning:workbooks:redhat:rh124en:l106 [2024/11/11 14:12] – admin | elearning: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===== | + | =====LAB #1 - The rpm Command===== |
- | In order to facilitate the installation, | + | In order to facilitate the installation, |
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 **/ | + | The main configuration file for the rpm command is **/ |
< | < | ||
Ligne 234: | Ligne 234: | ||
</ | </ | ||
- | 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: |
- | For example, the **buildarchtranslate: | + | |
+ | If, on the other hand, you want the **athlon** optimisations to be used, you should include the **buildarchtranslate: | ||
====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: |
< | < | ||
Ligne 347: | Ligne 348: | ||
</ | </ | ||
- | To list all the files installed by the relevant | + | To list all the files installed by the setup package, use the following command: |
< | < | ||
Ligne 500: | Ligne 501: | ||
</ | </ | ||
- | =====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 | + | alias List or create command aliases |
- | autoremove remove all unneeded packages that were originally installed as dependencies | + | autoremove |
- | check check for problems in the packagedb | + | check |
- | check-update check for available package upgrades | + | check-update |
- | clean remove cached data | + | clean |
- | deplist [deprecated, | + | deplist |
- | distro-sync synchronize installed packages to the latest available versions | + | distro-sync |
- | downgrade Downgrade a package | + | downgrade |
- | group display, or use, the groups information | + | group |
- | help display a helpful usage message | + | help display a helpful usage message |
- | history display, or use, the transaction history | + | 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 |
- | list list a package or groups of packages | + | list list a package or groups of packages |
- | makecache generate the metadata cache | + | makecache |
- | 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 |
- | provides find what package provides the given value | + | provides |
- | reinstall reinstall a package | + | reinstall |
- | remove remove a package or packages from your system | + | remove |
- | repolist display the configured software repositories | + | repolist |
- | repoquery search for packages matching keyword | + | repoquery |
- | repository-packages run commands on top of all packages in given repository | + | repository-packages |
- | search search package details for the given string | + | search |
- | shell run an interactive DNF shell | + | 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 |
- | upgrade upgrade a package or packages on your system | + | upgrade |
- | upgrade-minimal upgrade, but only ‘newest’ package match which fixes a problem that affects your system | + | upgrade-minimal |
List of Plugin Commands: | List of Plugin Commands: | ||
- | builddep Install build dependencies for package or spec file | + | builddep |
- | changelog Show changelog data of packages | + | changelog |
- | config-manager manage dnf configuration options and repositories | + | config-manager |
- | copr Interact with Copr repositories. | + | copr Interact with Copr repositories. |
- | debug-dump dump information about installed rpm packages to file | + | debug-dump |
- | debug-restore restore packages recorded in debug-dump file | + | debug-restore |
- | debuginfo-install install debuginfo packages | + | debuginfo-install |
- | download Download package to current directory | + | download |
- | groups-manager create and edit groups metadata file | + | groups-manager |
- | kpatch Toggles automatic installation of kpatch-patch packages | + | kpatch |
- | needs-restarting determine updated binaries that need restarting | + | needs-restarting |
- | offline-distrosync Prepare offline distrosync of the system | + | offline-distrosync |
- | offline-upgrade Prepare offline upgrade of the system | + | offline-upgrade |
- | playground Interact with Playground repository. | + | playground |
- | repoclosure Display a list of unresolved dependencies for repositories | + | repoclosure |
- | repodiff List differences between two sets of repositories | + | repodiff |
- | repograph Output a full package dependency graph in dot format | + | repograph |
- | repomanage Manage a directory of rpm packages | + | repomanage |
- | reposync download all packages from remote repo | + | reposync |
- | system-upgrade Prepare system for upgrade to a new release | + | system-upgrade |
- | uploadprofile Upload combined profile to Satellite server (list of installed RPMs, enabled repositories and modules) | + | uploadprofile |
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 |
- | -v, --verbose verbose operation | + | -v, --verbose |
- | --version show DNF version and exit | + | --version |
- | --installroot [path] set install root | + | --installroot [path] |
- | --nodocs do not install documentations | + | --nodocs |
- | --noplugins disable all plugins | + | --noplugins |
--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 |
- | --skip-broken resolve depsolve problems by skipping packages | + | --skip-broken |
-h, --help, --help-cmd | -h, --help, --help-cmd | ||
show command help | show command help | ||
- | --allowerasing allow erasing of installed packages to resolve dependencies | + | --allowerasing |
- | -b, --best try the best available package versions in transactions. | + | -b, --best |
- | --nobest do not limit the transaction to the best candidate | + | --nobest |
- | -C, --cacheonly run entirely from system cache, don't update cache | + | -C, --cacheonly |
-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 |
- | --showduplicates show duplicates, in repos, in list/search commands | + | --showduplicates |
-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 |
--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 |
- | --assumeno automatically answer no for all questions | + | --assumeno |
- | --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] |
- | --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] |
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 |
- | --disable disable repos with config-manager command (automatically saves) | + | --disable |
-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 |
- | --nogpgcheck disable gpg signature checking (if RPM policy allows) | + | --nogpgcheck |
- | --color COLOR control whether color is used | + | --color COLOR |
- | --refresh set metadata as expired before running the command | + | --refresh |
- | -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 |
- | --comment COMMENT add a comment to transaction | + | --comment COMMENT |
- | --bugfix Include bugfix relevant packages, in updates | + | --bugfix |
- | --enhancement Include enhancement relevant packages, in updates | + | --enhancement |
- | --newpackage Include newpackage relevant packages, in updates | + | --newpackage |
- | --security Include security relevant packages, in updates | + | --security |
--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, | --sec-severity {Critical, | ||
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 |
</ | </ | ||
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 |
- | 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 |
- | 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 |
- | 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 |
- | amq-interconnect-textonly-1-for-middleware-rpms Red Hat AMQ Interconnect Text-Only Advisories disabled | + | amq-interconnect-textonly-1-for-middleware-rpms |
- | amq-textonly-1-for-middleware-rpms Red Hat JBoss AMQ Text-Only Advisories disabled | + | amq-textonly-1-for-middleware-rpms |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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-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-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-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-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-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-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-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-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-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-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-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-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-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-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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | epel Extra Packages for Enterprise Linux 9 - x86_64 enabled | + | epel Extra Packages for Enterprise Linux 9 - x86_64 |
- | epel-cisco-openh264 Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 enabled | + | epel-cisco-openh264 |
- | epel-cisco-openh264-debuginfo Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 - Debug disabled | + | epel-cisco-openh264-debuginfo |
- | epel-cisco-openh264-source Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 - Source disabled | + | epel-cisco-openh264-source |
- | epel-debuginfo Extra Packages for Enterprise Linux 9 - x86_64 - Debug disabled | + | epel-debuginfo |
- | epel-next Extra Packages for Enterprise Linux 9 - Next - x86_64 enabled | + | epel-next |
- | epel-next-debuginfo Extra Packages for Enterprise Linux 9 - Next - x86_64 - Debug disabled | + | epel-next-debuginfo |
- | epel-next-source Extra Packages for Enterprise Linux 9 - Next - x86_64 - Source disabled | + | epel-next-source |
- | epel-next-testing Extra Packages for Enterprise Linux 9 - Next - Testing - x86_64 disabled | + | epel-next-testing |
- | epel-next-testing-debuginfo Extra Packages for Enterprise Linux 9 - Next - Testing - x86_64 - Debug disabled | + | epel-next-testing-debuginfo |
- | epel-next-testing-source Extra Packages for Enterprise Linux 9 - Next - Testing - x86_64 - Source disabled | + | epel-next-testing-source |
- | epel-source Extra Packages for Enterprise Linux 9 - x86_64 - Source disabled | + | epel-source |
- | epel-testing Extra Packages for Enterprise Linux 9 - Testing - x86_64 disabled | + | epel-testing |
- | epel-testing-debuginfo Extra Packages for Enterprise Linux 9 - Testing - x86_64 - Debug disabled | + | epel-testing-debuginfo |
- | epel-testing-source Extra Packages for Enterprise Linux 9 - Testing - x86_64 - Source disabled | + | epel-testing-source |
- | 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-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-source-rpms Fast Datapath for RHEL 9 x86_64 (Source RPMs) disabled | + | fast-datapath-for-rhel-9-x86_64-source-rpms |
- | fsw-textonly-1-for-middleware-rpms Red Hat JBoss Fuse Service Works Text-Only Advisories disabled | + | fsw-textonly-1-for-middleware-rpms |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | jb-coreservices-textonly-1-for-middleware-rpms Red Hat JBoss Core Services Text-Only Advisories disabled | + | jb-coreservices-textonly-1-for-middleware-rpms |
- | 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 |
- | 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 |
- | 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 |
- | jb-datagrid-textonly-1-for-middleware-rpms Red Hat JBoss Data Grid Text-Only Advisories disabled | + | jb-datagrid-textonly-1-for-middleware-rpms |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | jb-eap-textonly-1-for-middleware-rpms Red Hat JBoss Enterprise Application Platform Text-Only Advisories disabled | + | jb-eap-textonly-1-for-middleware-rpms |
- | jdv-textonly-1-for-middleware-rpms Red Hat JBoss Data Virtualization Text-Only Advisories disabled | + | jdv-textonly-1-for-middleware-rpms |
- | jon-textonly-1-for-middleware-rpms Red Hat JBoss Operations Network Text-Only Advisories disabled | + | jon-textonly-1-for-middleware-rpms |
- | jpp-textonly-1-for-middleware-rpms Red Hat JBoss Portal Text-Only Advisories disabled | + | jpp-textonly-1-for-middleware-rpms |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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-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-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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | openjdk-textonly-1-for-middleware-rpms OpenJDK Text-Only Advisories disabled | + | openjdk-textonly-1-for-middleware-rpms |
- | openliberty-textonly-1-for-middleware-rpms Open Liberty Text-Only Advisories disabled | + | openliberty-textonly-1-for-middleware-rpms |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | quarkus-textonly-1-for-middleware-rpms Red Hat build of Quarkus Text-Only Advisories disabled | + | quarkus-textonly-1-for-middleware-rpms |
- | rhbop-textonly-1-for-middleware-rpms Red Hat Build of OptaPlanner Text-Only Advisories disabled | + | rhbop-textonly-1-for-middleware-rpms |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | rhel-atomic-7-cdk-2.3-rpms Red Hat Container Development Kit 2.3 /(RPMs) disabled | + | rhel-atomic-7-cdk-2.3-rpms |
- | 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 |
- | rhel-atomic-7-cdk-3.10-rpms Red Hat Container Development Kit 3.10 /(RPMs) disabled | + | rhel-atomic-7-cdk-3.10-rpms |
- | rhel-atomic-7-cdk-3.11-rpms Red Hat Container Development Kit 3.11 /(RPMs) disabled | + | rhel-atomic-7-cdk-3.11-rpms |
- | rhel-atomic-7-cdk-3.12-rpms Red Hat Container Development Kit 3.12 /(RPMs) disabled | + | rhel-atomic-7-cdk-3.12-rpms |
- | rhel-atomic-7-cdk-3.13-rpms Red Hat Container Development Kit 3.13 /(RPMs) disabled | + | rhel-atomic-7-cdk-3.13-rpms |
- | rhel-atomic-7-cdk-3.14-rpms Red Hat Container Development Kit 3.14 /(RPMs) disabled | + | rhel-atomic-7-cdk-3.14-rpms |
- | rhel-atomic-7-cdk-3.15-rpms Red Hat Container Development Kit 3.15 /(RPMs) disabled | + | rhel-atomic-7-cdk-3.15-rpms |
- | rhel-atomic-7-cdk-3.16-rpms Red Hat Container Development Kit 3.16 /(RPMs) disabled | + | rhel-atomic-7-cdk-3.16-rpms |
- | rhel-atomic-7-cdk-3.17-rpms Red Hat Container Development Kit 3.17 /(RPMs) disabled | + | rhel-atomic-7-cdk-3.17-rpms |
- | 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 |
- | rhel-atomic-7-cdk-3.3-rpms Red Hat Container Development Kit 3.3 /(RPMs) disabled | + | rhel-atomic-7-cdk-3.3-rpms |
- | 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 |
- | 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 |
- | rhel-atomic-7-cdk-3.4-rpms Red Hat Container Development Kit 3.4 /(RPMs) disabled | + | rhel-atomic-7-cdk-3.4-rpms |
- | 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 |
- | 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 |
- | rhel-atomic-7-cdk-3.5-rpms Red Hat Container Development Kit 3.5 /(RPMs) disabled | + | rhel-atomic-7-cdk-3.5-rpms |
- | 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 |
- | 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 |
- | rhel-atomic-7-cdk-3.6-rpms Red Hat Container Development Kit 3.6 /(RPMs) disabled | + | rhel-atomic-7-cdk-3.6-rpms |
- | 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 |
- | rhel-atomic-7-cdk-3.7-rpms Red Hat Container Development Kit 3.7 /(RPMs) disabled | + | rhel-atomic-7-cdk-3.7-rpms |
- | rhel-atomic-7-cdk-3.8-rpms Red Hat Container Development Kit 3.8 /(RPMs) disabled | + | rhel-atomic-7-cdk-3.8-rpms |
- | rhel-atomic-7-cdk-3.9-rpms Red Hat Container Development Kit 3.9 /(RPMs) disabled | + | rhel-atomic-7-cdk-3.9-rpms |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | rhosds-textonly-3-for-middleware-rpms Red Hat OpenShift Dev Spaces 3 Container Advisories disabled | + | rhosds-textonly-3-for-middleware-rpms |
- | rhose-textonly-1-for-middleware-rpms Red Hat Middleware Container Advisories disabled | + | rhose-textonly-1-for-middleware-rpms |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | rhsi-textonly-1-for-middleware-rpms Red Hat Service Interconnect Text-Only Advisories disabled | + | rhsi-textonly-1-for-middleware-rpms |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | soa-textonly-1-for-middleware-rpms Red Hat JBoss SOA Text-Only Advisories disabled | + | soa-textonly-1-for-middleware-rpms |
- | wfk-textonly-1-for-middleware-rpms Red Hat JBoss Web Framework Kit Text-Only Advisories disabled | + | wfk-textonly-1-for-middleware-rpms |
</ | </ | ||
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 |
- | epel Extra Packages for Enterprise Linux 9 - x86_64 | + | epel |
- | epel-cisco-openh264 Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 | + | epel-cisco-openh264 |
- | epel-next Extra Packages for Enterprise Linux 9 - Next - x86_64 | + | epel-next |
- | rhel-9-for-x86_64-appstream-rpms Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) | + | rhel-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 |
</ | </ | ||
Ligne 1133: | Ligne 1134: | ||
[root@redhat9 ~]# yum-config-manager --disable epel | [root@redhat9 ~]# yum-config-manager --disable epel | ||
bash: yum-config-manager: | bash: yum-config-manager: | ||
- | Install package | + | Install package |
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: | ||
- | | + | |
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 |
- | epel-cisco-openh264 Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 | + | epel-cisco-openh264 |
- | epel-next Extra Packages for Enterprise Linux 9 - Next - x86_64 | + | epel-next |
- | rhel-9-for-x86_64-appstream-rpms Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) | + | rhel-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 |
</ | </ | ||
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 |
- | epel Extra Packages for Enterprise Linux 9 - x86_64 | + | epel |
- | epel-cisco-openh264 Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 | + | epel-cisco-openh264 |
- | epel-next Extra Packages for Enterprise Linux 9 - Next - x86_64 | + | epel-next |
- | rhel-9-for-x86_64-appstream-rpms Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) | + | rhel-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 |
</ | </ | ||
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 |
- | ModemManager-glib.x86_64 1.20.2-1.el9 @anaconda | + | ModemManager-glib.x86_64 |
- | NetworkManager.x86_64 1: | + | NetworkManager.x86_64 |
- | NetworkManager-adsl.x86_64 1: | + | NetworkManager-adsl.x86_64 |
- | NetworkManager-bluetooth.x86_64 1: | + | NetworkManager-bluetooth.x86_64 |
- | NetworkManager-config-server.noarch 1: | + | NetworkManager-config-server.noarch |
- | NetworkManager-libnm.x86_64 1: | + | NetworkManager-libnm.x86_64 |
- | NetworkManager-team.x86_64 1: | + | NetworkManager-team.x86_64 |
- | NetworkManager-tui.x86_64 1: | + | NetworkManager-tui.x86_64 |
- | NetworkManager-wifi.x86_64 1: | + | NetworkManager-wifi.x86_64 |
- | NetworkManager-wwan.x86_64 1: | + | NetworkManager-wwan.x86_64 |
- | PackageKit.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms | + | PackageKit.x86_64 |
- | PackageKit-command-not-found.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms | + | PackageKit-command-not-found.x86_64 |
- | PackageKit-glib.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms | + | PackageKit-glib.x86_64 |
- | PackageKit-gstreamer-plugin.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms | + | PackageKit-gstreamer-plugin.x86_64 |
- | PackageKit-gtk3-module.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms | + | PackageKit-gtk3-module.x86_64 |
- | aardvark-dns.x86_64 2: | + | aardvark-dns.x86_64 |
- | abattis-cantarell-fonts.noarch 0.301-4.el9 @AppStream | + | abattis-cantarell-fonts.noarch |
- | accountsservice.x86_64 0.6.55-10.el9 @AppStream | + | accountsservice.x86_64 |
- | accountsservice-libs.x86_64 0.6.55-10.el9 @AppStream | + | accountsservice-libs.x86_64 |
- | acl.x86_64 2.3.1-4.el9 @rhel-9-for-x86_64-baseos-rpms | + | acl.x86_64 |
- | adcli.x86_64 0.9.2-1.el9 @anaconda | + | adcli.x86_64 |
- | adobe-mappings-cmap.noarch 20171205-12.el9 @AppStream | + | adobe-mappings-cmap.noarch |
- | adobe-mappings-cmap-deprecated.noarch 20171205-12.el9 @AppStream | + | adobe-mappings-cmap-deprecated.noarch |
- | adobe-mappings-pdf.noarch 20180407-10.el9 @AppStream | + | adobe-mappings-pdf.noarch |
- | adobe-source-code-pro-fonts.noarch 2.030.1.050-12.el9.1 @anaconda | + | adobe-source-code-pro-fonts.noarch |
- | adwaita-cursor-theme.noarch 40.1.1-3.el9 @AppStream | + | adwaita-cursor-theme.noarch |
- | adwaita-icon-theme.noarch 40.1.1-3.el9 @AppStream | + | adwaita-icon-theme.noarch |
- | alsa-lib.x86_64 1.2.10-2.el9 @rhel-9-for-x86_64-appstream-rpms | + | alsa-lib.x86_64 |
- | alsa-ucm.noarch 1.2.10-2.el9 @rhel-9-for-x86_64-appstream-rpms | + | alsa-ucm.noarch |
- | alsa-utils.x86_64 1.2.10-1.el9 @rhel-9-for-x86_64-appstream-rpms | + | alsa-utils.x86_64 |
- | alternatives.x86_64 1.24-1.el9 @rhel-9-for-x86_64-baseos-rpms | + | alternatives.x86_64 |
- | appstream.x86_64 0.16.1-1.el9 @rhel-9-for-x86_64-appstream-rpms | + | appstream.x86_64 |
- | appstream-data.noarch 1: | + | appstream-data.noarch |
- | apr.x86_64 1.7.0-12.el9_3 @rhel-9-for-x86_64-appstream-rpms | + | apr.x86_64 |
- | apr-util.x86_64 1.6.1-23.el9 @rhel-9-for-x86_64-appstream-rpms | + | apr-util.x86_64 |
- | apr-util-bdb.x86_64 1.6.1-23.el9 @rhel-9-for-x86_64-appstream-rpms | + | apr-util-bdb.x86_64 |
- | apr-util-openssl.x86_64 1.6.1-23.el9 @rhel-9-for-x86_64-appstream-rpms | + | apr-util-openssl.x86_64 |
- | at.x86_64 3.1.23-11.el9 @anaconda | + | at.x86_64 |
- | at-spi2-atk.x86_64 2.38.0-4.el9 @AppStream | + | at-spi2-atk.x86_64 |
- | at-spi2-core.x86_64 2.40.3-1.el9 @AppStream | + | at-spi2-core.x86_64 |
- | atk.x86_64 2.36.0-5.el9 @AppStream | + | atk.x86_64 |
- | atkmm.x86_64 2.28.2-2.el9 @AppStream | + | atkmm.x86_64 |
- | attr.x86_64 2.5.1-3.el9 @anaconda | + | attr.x86_64 |
- | audit.x86_64 3.1.2-2.el9 @rhel-9-for-x86_64-baseos-rpms | + | audit.x86_64 |
- | audit-libs.x86_64 3.1.2-2.el9 @rhel-9-for-x86_64-baseos-rpms | + | audit-libs.x86_64 |
- | authselect.x86_64 1.2.6-2.el9 @rhel-9-for-x86_64-baseos-rpms | + | authselect.x86_64 |
- | authselect-libs.x86_64 1.2.6-2.el9 @rhel-9-for-x86_64-baseos-rpms | + | authselect-libs.x86_64 |
- | avahi.x86_64 0.8-20.el9 @rhel-9-for-x86_64-baseos-rpms | + | avahi.x86_64 |
- | avahi-glib.x86_64 0.8-20.el9 @rhel-9-for-x86_64-appstream-rpms | + | avahi-glib.x86_64 |
- | avahi-libs.x86_64 0.8-20.el9 @rhel-9-for-x86_64-baseos-rpms | + | avahi-libs.x86_64 |
- | baobab.x86_64 40.0-3.el9 @AppStream | + | baobab.x86_64 |
--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 |
- | ModemManager-glib.x86_64 1.20.2-1.el9 @anaconda | + | ModemManager-glib.x86_64 |
- | NetworkManager.x86_64 1: | + | NetworkManager.x86_64 |
- | NetworkManager-adsl.x86_64 1: | + | NetworkManager-adsl.x86_64 |
- | NetworkManager-bluetooth.x86_64 1: | + | NetworkManager-bluetooth.x86_64 |
- | NetworkManager-config-server.noarch 1: | + | NetworkManager-config-server.noarch |
- | NetworkManager-libnm.x86_64 1: | + | NetworkManager-libnm.x86_64 |
- | NetworkManager-team.x86_64 1: | + | NetworkManager-team.x86_64 |
- | NetworkManager-tui.x86_64 1: | + | NetworkManager-tui.x86_64 |
- | NetworkManager-wifi.x86_64 1: | + | NetworkManager-wifi.x86_64 |
- | NetworkManager-wwan.x86_64 1: | + | NetworkManager-wwan.x86_64 |
- | PackageKit.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms | + | PackageKit.x86_64 |
- | PackageKit-command-not-found.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms | + | PackageKit-command-not-found.x86_64 |
- | PackageKit-glib.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms | + | PackageKit-glib.x86_64 |
- | PackageKit-gstreamer-plugin.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms | + | PackageKit-gstreamer-plugin.x86_64 |
- | PackageKit-gtk3-module.x86_64 1.2.6-1.el9 @rhel-9-for-x86_64-appstream-rpms | + | PackageKit-gtk3-module.x86_64 |
- | aardvark-dns.x86_64 2: | + | aardvark-dns.x86_64 |
- | abattis-cantarell-fonts.noarch 0.301-4.el9 @AppStream | + | abattis-cantarell-fonts.noarch |
- | accountsservice.x86_64 0.6.55-10.el9 @AppStream | + | accountsservice.x86_64 |
- | accountsservice-libs.x86_64 0.6.55-10.el9 @AppStream | + | accountsservice-libs.x86_64 |
- | acl.x86_64 2.3.1-4.el9 @rhel-9-for-x86_64-baseos-rpms | + | acl.x86_64 |
- | adcli.x86_64 0.9.2-1.el9 @anaconda | + | adcli.x86_64 |
- | adobe-mappings-cmap.noarch 20171205-12.el9 @AppStream | + | adobe-mappings-cmap.noarch |
- | adobe-mappings-cmap-deprecated.noarch 20171205-12.el9 @AppStream | + | adobe-mappings-cmap-deprecated.noarch |
- | adobe-mappings-pdf.noarch 20180407-10.el9 @AppStream | + | adobe-mappings-pdf.noarch |
- | adobe-source-code-pro-fonts.noarch 2.030.1.050-12.el9.1 @anaconda | + | adobe-source-code-pro-fonts.noarch |
- | adwaita-cursor-theme.noarch 40.1.1-3.el9 @AppStream | + | adwaita-cursor-theme.noarch |
- | adwaita-icon-theme.noarch 40.1.1-3.el9 @AppStream | + | adwaita-icon-theme.noarch |
- | alsa-lib.x86_64 1.2.10-2.el9 @rhel-9-for-x86_64-appstream-rpms | + | alsa-lib.x86_64 |
- | alsa-ucm.noarch 1.2.10-2.el9 @rhel-9-for-x86_64-appstream-rpms | + | alsa-ucm.noarch |
- | alsa-utils.x86_64 1.2.10-1.el9 @rhel-9-for-x86_64-appstream-rpms | + | alsa-utils.x86_64 |
- | alternatives.x86_64 1.24-1.el9 @rhel-9-for-x86_64-baseos-rpms | + | alternatives.x86_64 |
- | appstream.x86_64 0.16.1-1.el9 @rhel-9-for-x86_64-appstream-rpms | + | appstream.x86_64 |
- | appstream-data.noarch 1: | + | appstream-data.noarch |
- | apr.x86_64 1.7.0-12.el9_3 @rhel-9-for-x86_64-appstream-rpms | + | apr.x86_64 |
- | apr-util.x86_64 1.6.1-23.el9 @rhel-9-for-x86_64-appstream-rpms | + | apr-util.x86_64 |
- | apr-util-bdb.x86_64 1.6.1-23.el9 @rhel-9-for-x86_64-appstream-rpms | + | apr-util-bdb.x86_64 |
- | apr-util-openssl.x86_64 1.6.1-23.el9 @rhel-9-for-x86_64-appstream-rpms | + | apr-util-openssl.x86_64 |
- | at.x86_64 3.1.23-11.el9 @anaconda | + | at.x86_64 |
- | at-spi2-atk.x86_64 2.38.0-4.el9 @AppStream | + | at-spi2-atk.x86_64 |
- | at-spi2-core.x86_64 2.40.3-1.el9 @AppStream | + | at-spi2-core.x86_64 |
- | atk.x86_64 2.36.0-5.el9 @AppStream | + | atk.x86_64 |
- | atkmm.x86_64 2.28.2-2.el9 @AppStream | + | atkmm.x86_64 |
- | attr.x86_64 2.5.1-3.el9 @anaconda | + | attr.x86_64 |
- | audit.x86_64 3.1.2-2.el9 @rhel-9-for-x86_64-baseos-rpms | + | audit.x86_64 |
- | audit-libs.x86_64 3.1.2-2.el9 @rhel-9-for-x86_64-baseos-rpms | + | audit-libs.x86_64 |
- | authselect.x86_64 1.2.6-2.el9 @rhel-9-for-x86_64-baseos-rpms | + | authselect.x86_64 |
- | authselect-libs.x86_64 1.2.6-2.el9 @rhel-9-for-x86_64-baseos-rpms | + | authselect-libs.x86_64 |
- | avahi.x86_64 0.8-20.el9 @rhel-9-for-x86_64-baseos-rpms | + | avahi.x86_64 |
- | avahi-glib.x86_64 0.8-20.el9 @rhel-9-for-x86_64-appstream-rpms | + | avahi-glib.x86_64 |
- | avahi-libs.x86_64 0.8-20.el9 @rhel-9-for-x86_64-baseos-rpms | + | avahi-libs.x86_64 |
- | baobab.x86_64 40.0-3.el9 @AppStream | + | baobab.x86_64 |
- | basesystem.noarch 11-13.el9 @anaconda | + | basesystem.noarch |
--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 |
- | 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 |
- | 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 |
- | 3proxy.x86_64 0.9.4-4.el9 epel | + | 3proxy.x86_64 |
- | 6tunnel.x86_64 0.13-1.el9 epel | + | 6tunnel.x86_64 |
- | AMF-devel.noarch 1.4.34-1.el9 epel | + | AMF-devel.noarch |
- | AMF-samples.noarch 1.4.34-1.el9 epel | + | AMF-samples.noarch |
- | Agda.x86_64 2.6.2.2-36.el9 epel | + | Agda.x86_64 |
- | Agda-common.noarch 2.6.2.2-36.el9 epel | + | Agda-common.noarch |
- | BackupPC.x86_64 4.4.0-9.el9 epel | + | BackupPC.x86_64 |
- | BackupPC-XS.x86_64 0.62-11.el9 epel | + | BackupPC-XS.x86_64 |
- | BibTool.x86_64 2.68-5.el9 epel | + | BibTool.x86_64 |
- | Box2D.i686 2.4.1-7.el9 rhel-9-for-x86_64-appstream-rpms | + | Box2D.i686 |
- | Box2D.x86_64 2.4.1-7.el9 rhel-9-for-x86_64-appstream-rpms | + | Box2D.x86_64 |
- | CCfits.x86_64 2.6-6.el9 epel | + | CCfits.x86_64 |
- | CCfits-devel.x86_64 2.6-6.el9 epel | + | CCfits-devel.x86_64 |
- | CCfits-doc.noarch 2.6-6.el9 epel | + | CCfits-doc.noarch |
- | CFR.noarch 0.151-9.el9 epel | + | CFR.noarch |
- | CFR-javadoc.noarch 0.151-9.el9 epel | + | CFR-javadoc.noarch |
- | CGAL-demos-source.noarch 5.6.1-1.el9 epel | + | CGAL-demos-source.noarch |
- | CGAL-devel.x86_64 5.6.1-1.el9 epel | + | CGAL-devel.x86_64 |
- | CGAL-qt5-devel.x86_64 5.6.1-1.el9 epel | + | CGAL-qt5-devel.x86_64 |
- | CGSI-gSOAP.x86_64 1.3.12-1.el9 epel | + | CGSI-gSOAP.x86_64 |
- | CGSI-gSOAP-devel.x86_64 1.3.12-1.el9 epel | + | CGSI-gSOAP-devel.x86_64 |
- | CUnit.i686 2.1.3-25.el9 rhel-9-for-x86_64-appstream-rpms | + | CUnit.i686 |
- | CUnit.x86_64 2.1.3-25.el9 rhel-9-for-x86_64-appstream-rpms | + | CUnit.x86_64 |
- | CUnit-devel.i686 2.1.3-25.el9 codeready-builder-for-rhel-9-x86_64-rpms | + | CUnit-devel.i686 |
- | CUnit-devel.x86_64 2.1.3-25.el9 codeready-builder-for-rhel-9-x86_64-rpms | + | CUnit-devel.x86_64 |
- | CharLS.x86_64 2.0.0-7.el9 epel | + | CharLS.x86_64 |
- | CharLS-devel.x86_64 2.0.0-7.el9 epel | + | CharLS-devel.x86_64 |
- | Coin4.x86_64 4.0.0-11.el9 epel | + | Coin4.x86_64 |
- | Coin4-devel.x86_64 4.0.0-11.el9 epel | + | Coin4-devel.x86_64 |
- | Coin4-doc.x86_64 4.0.0-11.el9 epel | + | Coin4-doc.x86_64 |
- | DNS-Compliance-Testing.x86_64 0^20230708git4aea40b-2.el9 epel | + | DNS-Compliance-Testing.x86_64 |
- | FoXlibf.x86_64 4.1.2-19.el9 epel | + | FoXlibf.x86_64 |
- | FoXlibf-devel.x86_64 4.1.2-19.el9 epel | + | FoXlibf-devel.x86_64 |
- | FoXlibf-static.x86_64 4.1.2-19.el9 epel | + | FoXlibf-static.x86_64 |
- | GConf2.x86_64 3.2.6-34.el9 epel | + | GConf2.x86_64 |
- | GConf2-devel.x86_64 3.2.6-34.el9 epel | + | GConf2-devel.x86_64 |
- | GMT.x86_64 6.4.0-4.el9 epel | + | GMT.x86_64 |
- | GMT-common.noarch 6.4.0-4.el9 epel | + | GMT-common.noarch |
- | GMT-devel.x86_64 6.4.0-4.el9 epel | + | GMT-devel.x86_64 |
- | GMT-doc.noarch 6.4.0-4.el9 epel | + | GMT-doc.noarch |
- | GeographicLib.x86_64 2.3-2.el9 epel | + | GeographicLib.x86_64 |
- | GeographicLib-devel.x86_64 2.3-2.el9 epel | + | GeographicLib-devel.x86_64 |
- | GeographicLib-doc.noarch 2.3-2.el9 epel | + | GeographicLib-doc.noarch |
- | GraphicsMagick.x86_64 1.3.38-1.el9 epel | + | GraphicsMagick.x86_64 |
- | GraphicsMagick-c++.x86_64 1.3.38-1.el9 epel | + | GraphicsMagick-c++.x86_64 |
- | GraphicsMagick-c++-devel.x86_64 1.3.38-1.el9 epel | + | GraphicsMagick-c++-devel.x86_64 |
- | GraphicsMagick-devel.x86_64 1.3.38-1.el9 epel | + | GraphicsMagick-devel.x86_64 |
- | GraphicsMagick-doc.noarch 1.3.38-1.el9 epel | + | GraphicsMagick-doc.noarch |
- | GraphicsMagick-perl.x86_64 1.3.38-1.el9 epel | + | GraphicsMagick-perl.x86_64 |
--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 |
</ | </ | ||
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.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_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.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-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.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.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-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-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.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.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 |
</ | </ | ||
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 |
- | kernel.x86_64 5.14.0-427.37.1.el9_4 @rhel-9-for-x86_64-baseos-rpms | + | kernel.x86_64 |
- | kernel-core.x86_64 5.14.0-284.11.1.el9_2 @anaconda | + | kernel-core.x86_64 |
- | kernel-core.x86_64 5.14.0-427.37.1.el9_4 @rhel-9-for-x86_64-baseos-rpms | + | kernel-core.x86_64 |
- | kernel-modules.x86_64 5.14.0-284.11.1.el9_2 @anaconda | + | kernel-modules.x86_64 |
- | kernel-modules.x86_64 5.14.0-427.37.1.el9_4 @rhel-9-for-x86_64-baseos-rpms | + | kernel-modules.x86_64 |
- | kernel-modules-core.x86_64 5.14.0-284.11.1.el9_2 @anaconda | + | kernel-modules-core.x86_64 |
- | 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 |
- | kernel-tools.x86_64 5.14.0-427.37.1.el9_4 @rhel-9-for-x86_64-baseos-rpms | + | kernel-tools.x86_64 |
- | 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 |
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 |
- | 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 |
- | kernel-debug.x86_64 5.14.0-427.37.1.el9_4 rhel-9-for-x86_64-baseos-rpms | + | kernel-debug.x86_64 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | 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 |
- | kernel-devel.x86_64 5.14.0-427.37.1.el9_4 rhel-9-for-x86_64-appstream-rpms | + | kernel-devel.x86_64 |
- | 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 |
- | kernel-doc.noarch 5.14.0-427.37.1.el9_4 rhel-9-for-x86_64-appstream-rpms | + | kernel-doc.noarch |
- | kernel-headers.x86_64 5.14.0-427.37.1.el9_4 rhel-9-for-x86_64-appstream-rpms | + | kernel-headers.x86_64 |
- | 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 |
- | kernel-rpm-macros.noarch 185-13.el9 rhel-9-for-x86_64-appstream-rpms | + | kernel-rpm-macros.noarch |
- | kernel-srpm-macros.noarch 1.0-13.el9 rhel-9-for-x86_64-appstream-rpms | + | kernel-srpm-macros.noarch |
- | 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 |
- | 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 |
- | kernelshark.x86_64 1: | + | kernelshark.x86_64 |
</ | </ | ||
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 |
- | Version : 2.4.57 | + | Version |
- | Release: 11.el9_4.1 | + | Release |
Architecture : x86_64 | Architecture : x86_64 | ||
- | Size : 59 k | + | Size |
- | Source : httpd-2.4.57-11.el9_4.1.src.rpm | + | Source |
- | Repository : @System | + | Repository |
- | From repo : rhel-9-for-x86_64-appstream-rpms | + | From repo : rhel-9-for-x86_64-appstream-rpms |
- | Summary : Apache HTTP Server | + | Summary |
- | URL : https:// | + | URL : https:// |
- | License : ASL 2.0 | + | License |
- | Description : The Apache HTTP Server is a powerful, efficient, and extensible | + | Description |
- | web server. | + | : web server. |
</ | </ | ||
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 | + | httpd-2.4.57-11.el9_4.1.x86_64.rpm |
</ | </ | ||
- | This package is uploaded | + | This package is downloaded |
< | < | ||
Ligne 1661: | Ligne 1662: | ||
Dependencies resolved. | Dependencies resolved. | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | | + | |
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
Installing: | Installing: | ||
- | 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 | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
Installing weak dependencies: | Installing weak dependencies: | ||
- | | + | |
- | | + | |
- | | + | |
Transaction Summary | Transaction Summary | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | Install 11 Packages | + | Install |
Total download size: 2.2 M | Total download size: 2.2 M | ||
Ligne 1696: | Ligne 1697: | ||
Dependencies resolved. | Dependencies resolved. | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | | + | |
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
Installing: | Installing: | ||
- | 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 | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
Installing weak dependencies: | Installing weak dependencies: | ||
- | | + | |
- | | + | |
- | | + | |
Transaction Summary | Transaction Summary | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | Install 11 Packages | + | Install |
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 |
- | (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 |
- | (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 |
- | (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 |
- | (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 |
- | (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 |
- | (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 |
- | (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 |
- | (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 |
- | (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 |
- | (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 |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ||
- | Total 2.4 MB/s | 2.2 MB 00:00 | + | Total |
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 |
- | Installing : apr-1.7.0-12.el9_3.x86_64 1/11 | + | Installing |
- | Installing : apr-util-bdb-1.6.1-23.el9.x86_64 2/11 | + | Installing |
- | Installing : apr-util-openssl-1.6.1-23.el9.x86_64 3/11 | + | Installing |
- | Installing : apr-util-1.6.1-23.el9.x86_64 4/11 | + | Installing |
- | Installing : httpd-tools-2.4.57-11.el9_4.1.x86_64 5/11 | + | Installing |
- | 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 |
- | Installing : httpd-filesystem-2.4.57-11.el9_4.1.noarch 6/11 | + | Installing |
- | Installing : httpd-core-2.4.57-11.el9_4.1.x86_64 7/11 | + | Installing |
- | Installing : mod_lua-2.4.57-11.el9_4.1.x86_64 8/11 | + | Installing |
- | Installing : redhat-logos-httpd-90.4-2.el9.noarch 9/11 | + | Installing |
- | Installing : mod_http2-2.0.26-2.el9_4.x86_64 10/11 | + | Installing |
- | Installing : httpd-2.4.57-11.el9_4.1.x86_64 11/11 | + | Installing |
- | 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 |
- | Verifying : apr-util-1.6.1-23.el9.x86_64 1/11 | + | Verifying |
- | Verifying: apr-util-bdb-1.6.1-23.el9.x86_64 2/11 | + | Verifying |
- | Verifying : apr-util-openssl-1.6.1-23.el9.x86_64 3/11 | + | Verifying |
- | Verifying: redhat-logos-httpd-90.4-2.el9.noarch 4/11 | + | Verifying |
- | Verifying : apr-1.7.0-12.el9_3.x86_64 5/11 | + | Verifying |
- | Verifying: mod_http2-2.0.26-2.el9_4.x86_64 6/11 | + | Verifying |
- | Verifying : httpd-2.4.57-11.el9_4.1.x86_64 7/11 | + | Verifying |
- | Verifying: httpd-core-2.4.57-11.el9_4.1.x86_64 8/11 | + | Verifying |
- | Verifying: httpd-filesystem-2.4.57-11.el9_4.1.noarch 9/11 | + | Verifying |
- | Verifying : httpd-tools-2.4.57-11.el9_4.1.x86_64 10/11 | + | Verifying |
- | Verifying : mod_lua-2.4.57-11.el9_4.1.x86_64 11/11 | + | Verifying |
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 |
- | 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 |
redhat-logos-httpd-90.4-2.el9.noarch | redhat-logos-httpd-90.4-2.el9.noarch | ||
Ligne 1781: | Ligne 1782: | ||
Dependencies resolved. | Dependencies resolved. | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | | + | |
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
Reinstalling: | Reinstalling: | ||
- | 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: | ||
< | < | ||
- | [root@redhat9 ~]# dnf groupinstall | + | [root@redhat9 ~]# dnf groupinstall |
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. | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | | + | |
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
Installing group/ | Installing group/ | ||
- | | + | |
- | | + | |
- | | + | |
- | nmap x86_64 3: | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | 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 | + | |
Installing dependencies: | Installing dependencies: | ||
- | fltk x86_64 1.3.8-1.el9 rhel-9-for-x86_64-appstream-rpms 620 k | + | |
- | | + | |
- | ldns x86_64 1.7.1-11.el9 rhel-9-for-x86_64-appstream-rpms 163 k | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
Installing Groups: | Installing Groups: | ||
| | ||
Ligne 1828: | Ligne 1829: | ||
Transaction Summary | Transaction Summary | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | Install 17 Packages | + | Install |
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 |
- | cups-filters-libs.x86_64 1.28.7-17.el9_4 rhel-9-for-x86_64-appstream-rpms | + | cups-filters-libs.x86_64 |
- | net-snmp-libs.x86_64 1: | + | net-snmp-libs.x86_64 |
</ | </ | ||
Ligne 1857: | Ligne 1858: | ||
Dependencies resolved. | Dependencies resolved. | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | | + | |
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
Upgrading: | Upgrading: | ||
- | | + | |
Transaction Summary | Transaction Summary | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | Upgrade 1 Package | + | Upgrade |
Total download size: 763 k | Total download size: 763 k | ||
Ligne 1873: | Ligne 1874: | ||
< | < | ||
- | [root@redhat9 ~]# dnf groupupdate | + | [root@redhat9 ~]# dnf groupupdate |
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. | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | | + | |
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
Installing Groups: | Installing Groups: | ||
Ligne 1899: | Ligne 1900: | ||
Dependencies resolved. | Dependencies resolved. | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | | + | |
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
Removing: | Removing: | ||
- | 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 | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
Transaction Summary | Transaction Summary | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | Remove 11 Packages | + | Remove |
Freed space: 6.0 M | Freed space: 6.0 M | ||
Ligne 1927: | Ligne 1928: | ||
< | < | ||
- | [root@redhat9 ~]# dnf groupremove | + | [root@redhat9 ~]# dnf groupremove |
Updating Subscription Management repositories. | Updating Subscription Management repositories. | ||
Dependencies resolved. | Dependencies resolved. | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | | + | |
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
Removing: | Removing: | ||
- | | + | |
- | | + | |
- | | + | |
- | nmap x86_64 3: | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | 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 | + | |
Removing unused dependencies: | Removing unused dependencies: | ||
- | fltk x86_64 1.3.8-1.el9 @rhel-9-for-x86_64-appstream-rpms 1.5 M | + | |
- | | + | |
- | ldns x86_64 1.7.1-11.el9 @rhel-9-for-x86_64-appstream-rpms 426 k | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
Removing Groups: | Removing Groups: | ||
| | ||
Ligne 1957: | Ligne 1958: | ||
Transaction Summary | Transaction Summary | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | Remove 17 Packages | + | Remove |
Freed space: 47 M | Freed space: 47 M | ||
Ligne 1963: | Ligne 1964: | ||
</ | </ | ||
- | To override | + | To delete |
< | < | ||
+ | [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. | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | | + | |
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
Removing: | Removing: | ||
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
Transaction Summary | Transaction Summary | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | Remove 9 Packages | + | Remove |
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 |
- | 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 |
- | 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 |
- | 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) |
- | 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) |
- | 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) |
- | ID | Command line | Date and time | Action(s) | Altered | + | ID |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ||
- | 17 | autoremove | 2024-09-30 11:46 | Removed | 9 | + | 17 | autoremove |
- | 16 | groupremove System Tools | 2024-09-30 11:45 | Removed | 18 EE | + | 16 | groupremove System Tools | 2024-09-30 11:45 | Removed |
- | 15 | groupupdate System Tools | 2024-09-30 11:43 | Install | 1 | + | 15 | groupupdate System Tools | 2024-09-30 11:43 | Install |
- | 14 | update net-snmp-libs.x86_64 | 2024-09-30 11:42 | Upgrade | 1 | + | 14 | update net-snmp-libs.x86_64 |
- | 13 | groupinstall System Tools | 2024-09-30 11:40 | Install | 18 EE | + | 13 | groupinstall System Tools |
- | 12 | reinstall httpd | 2024-09-30 11:39 | R | 2 | + | 12 | reinstall httpd |
- | 11 | install httpd -y | 2024-09-30 11:37 | Install | 11 | + | 11 | install httpd -y | 2024-09-30 11:37 | Install |
- | 10 | install telnet-server | 2024-09-29 14:19 | Install | 1 | + | 10 | install telnet-server |
- | 9 | 2024-09-29 13:58 | Install | 1 | + | |
- | 8 | 2024-09-29 13:44 | Install | 1 | + | |
- | 7 | 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 |
- | 5 | install screen | 2024-09-25 15:43 | Install | 1 | + | 5 | install screen |
- | 4 | install epel-release epel-next-release | 2024-09-25 15:42 | Install | 1 < | + | 4 | install epel-release epel-next-release |
- | 3 | install https:// | + | 3 | install https:// |
- | 2 | update | 2024-09-25 11:50 | I, U | 584 E< | + | 2 | update |
- | 1 | 2023-10-19 18:08 | Install | 1198 >E | + | |
</ | </ | ||
Ligne 2059: | Ligne 2061: | ||
Dependencies resolved. | Dependencies resolved. | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | | + | |
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
Downgrading: | Downgrading: | ||
- | | + | |
Transaction Summary | Transaction Summary | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | Downgrade 1 Package | + | Downgrade |
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 |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ||
- | Total 1.2 MB/s | 760 kB 00:00 | + | Total |
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 |
- | Downgrading : net-snmp-libs-1: | + | Downgrading |
- | Cleanup : net-snmp-libs-1: | + | Cleanup |
- | Running scriptlet: net-snmp-libs-1: | + | Running scriptlet: net-snmp-libs-1: |
- | Verifying : net-snmp-libs-1: | + | Verifying |
- | Verifying : net-snmp-libs-1: | + | Verifying |
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 |
- | swig 4.1 common [d], complete Connects C/ | + | swig |
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 |
- | mariadb 10.11 client, galera, server [d] MariaDB Module | + | mariadb |
- | 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 |
- | nginx 1.24 common [d] nginx webserver | + | nginx 1.24 |
- | nodejs 18 common [d], development, | + | nodejs |
- | nodejs 20 common [d], development, | + | nodejs |
- | php 8.1 common [d], devel, minimal PHP scripting language | + | php 8.1 common [d], devel, minimal |
- | php 8.2 common [d], devel, minimal PHP scripting language | + | php 8.2 common [d], devel, minimal |
- | postgresql 15 client, server [d] PostgreSQL server and client module | + | postgresql |
- | postgresql 16 client, server [d] PostgreSQL server and client module | + | postgresql |
- | redis 7 common [d] Redis persistent key-value database | + | redis 7 common [d] Redis persistent key-value database |
- | ruby 3.1 common [d] An interpreter of object-oriented scripting language | + | ruby |
- | ruby 3.3 common [d] An interpreter of object-oriented scripting language | + | ruby |
Hint: [d]efault, [e]nabled, [x]disabled, | Hint: [d]efault, [e]nabled, [x]disabled, | ||
</ | </ | ||
- | To list the available Module streams and their statuses for a particular | + | To list the available Module streams and their statuses for a particular |
< | < | ||
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 |
- | php 8.1 common [d], devel, minimal PHP scripting language | + | php 8.1 |
- | php 8.2 common [d], devel, minimal PHP scripting language | + | php 8.2 |
Hint: [d]efault, [e]nabled, [x]disabled, | Hint: [d]efault, [e]nabled, [x]disabled, | ||
</ | </ | ||
- | To obtain information on the Module | + | To obtain information on the Module |
< | < | ||
Ligne 2215: | Ligne 2217: | ||
</ | </ | ||
- | To installet **and** activate a particular Module | + | To installet **and** activate a particular Module |
< | < | ||
Ligne 2223: | Ligne 2225: | ||
Dependencies resolved. | Dependencies resolved. | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | | + | |
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
Installing group/ | Installing group/ | ||
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
Installing dependencies: | Installing dependencies: | ||
- | | + | |
Installing module profiles: | Installing module profiles: | ||
| | ||
Enabling module streams: | Enabling module streams: | ||
- | php 8.2 | + | |
Transaction Summary | Transaction Summary | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | Install 6 Packages | + | Install |
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 |
- | (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 |
- | (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 |
- | (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 |
- | (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 |
- | (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 |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ||
- | Total 4.4 MB/s | 6.8 MB 00:01 | + | Total |
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 |
- | Installing : php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 1/6 | + | Installing |
- | Running scriptlet: nginx-filesystem-1: | + | Running scriptlet: nginx-filesystem-1: |
- | Installing : nginx-filesystem-1: | + | Installing |
- | Installing : php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 3/6 | + | Installing |
- | 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 |
- | Installing : php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 4/6 | + | Installing |
- | Installing : php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 5/6 | + | Installing |
- | Installing : php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 6/6 | + | Installing |
- | 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 |
- | Verifying : php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 1/6 | + | Verifying |
- | Verifying : php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 2/6 | + | Verifying |
- | Verifying : php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 3/6 | + | Verifying |
- | Verifying : php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 4/6 | + | Verifying |
- | Verifying : php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 5/6 | + | Verifying |
- | Verifying : nginx-filesystem-1: | + | Verifying |
Installed products updated. | Installed products updated. | ||
Installed: | Installed: | ||
- | nginx-filesystem-1: | + | nginx-filesystem-1: |
- | 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 |
Complete! | Complete! | ||
</ | </ | ||
- | Note the status of the **php** Module | + | Note the status of the **php** Module |
< | < | ||
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 |
- | php 8.2 [e] common [d] [i], devel, minimal PHP scripting language | + | php 8.2 [e] |
Hint: [d]efault, [e]nabled, [x]disabled, | Hint: [d]efault, [e]nabled, [x]disabled, | ||
</ | </ | ||
- | |||
- | <WRAP center round important 60%> | ||
- | **Important**: | ||
- | </ | ||
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. | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | | + | |
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
Removing: | Removing: | ||
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
Removing unused dependencies: | Removing unused dependencies: | ||
- | | + | |
Disabling module profiles: | Disabling module profiles: | ||
| | ||
Ligne 2323: | Ligne 2321: | ||
Transaction Summary | Transaction Summary | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | Remove 6 Packages | + | Remove |
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 |
- | 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 |
- | Erasing : php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 1/6 | + | Erasing |
- | Erasing : php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 2/6 | + | Erasing |
- | Erasing : php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 3/6 | + | Erasing |
- | Erasing : php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 4/6 | + | Erasing |
- | Erasing : nginx-filesystem-1: | + | Erasing |
- | Erasing : php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 6/6 | + | Erasing |
- | 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 |
- | Verifying : nginx-filesystem-1: | + | Verifying |
- | Verifying : php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 2/6 | + | Verifying |
- | Verifying : php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 3/6 | + | Verifying |
- | Verifying : php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 4/6 | + | Verifying |
- | Verifying : php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 5/6 | + | Verifying |
- | Verifying : php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64 6/6 | + | Verifying |
Installed products updated. | Installed products updated. | ||
Removed: | Removed: | ||
- | nginx-filesystem-1: | + | nginx-filesystem-1: |
- | 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 |
Complete! | Complete! | ||
</ | </ | ||
- | Note again the status of the **php** Module | + | Note again the status of the **php** Module |
< | < | ||
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 |
- | php 8.2 [e] common [d], devel, minimal PHP scripting language | + | php |
Hint: [d]efault, [e]nabled, [x]disabled, | Hint: [d]efault, [e]nabled, [x]disabled, | ||
Ligne 2372: | Ligne 2370: | ||
</ | </ | ||
- | To disable the Module | + | To disable the Module |
< | < | ||
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: | + | Only module name is required. Ignoring unneeded information in argument: |
Dependencies resolved. | Dependencies resolved. | ||
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
- | | + | |
================================================================================================================================================================================================================== | ================================================================================================================================================================================================================== | ||
Disabling modules: | Disabling modules: | ||
Ligne 2433: | Ligne 2431: | ||
</ | </ | ||
- | ====3.2 - The ldd==== | + | ====3.2 - The ldd command |
To determine which libraries are linked to an application, | To determine which libraries are linked to an application, |