Différences

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

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
elearning:workbooks:redhat:rh124:l106 [2024/09/25 08:09] adminelearning:workbooks:redhat:rh124:l106 [2024/10/24 10:48] (Version actuelle) admin
Ligne 11: Ligne 11:
   * **RH12407 - Gestion des Paquets**   * **RH12407 - Gestion des Paquets**
     * Contenu du Module     * Contenu du Module
-    * LAB #1 - Compiler à partir des sources +    * LAB #1 - La commande rpm 
-      * 1.1 - ./configure +      * 1.1 - Configuration 
-      * 1.2 - make +      * 1.2 - Utilisation 
-      * 1.3 - make check +    * LAB #2 - La commande dnf 
-      * 1.4 - make install +      * 2.- Présentation 
-    LAB #2 - La commande rpm +      * 2.2 - Configuration 
-      * 2.Configuration +      * 2.3 - Dépôts 
-      * 2.2 - Utilisation +      * 2.4 - Rechercher des Paquets 
-    * LAB #3 - La commande dnf+      * 2.5 Obtenir de l'Information sur un Paquet et le Télécharger 
 +      * 2.Installer un Paquet 
 +      * 2.7 - Mettre à jour des Paquets 
 +      * 2.8 Supprimer des Paquets 
 +      * 2.9 - L'historique dnf 
 +      * 2.10 - Le Dépôt Application Stream 
 +    * LAB #3 - Les Bibliothèques Partagées
       * 3.1 - Présentation       * 3.1 - Présentation
-      * 3.2 - Configuration 
-      * 3.3 - Dépôts 
-      * 3.4 - Rechercher des Paquets 
-      * 3.5 - Obtenir de l'Information sur un Paquet et le Télécharger 
-      * 3.6 - Installer un Paquet 
-      * 3.7 - Mettre à jour des Paquets 
-      * 3.8 - Supprimer des Paquets 
-    * LAB #4 - Les Bibliothèques Partagées 
-      * 4.1 - Présentation 
         * Introduction         * Introduction
         * Stockage         * Stockage
         * ld-linux.so.2         * ld-linux.so.2
-      * 4.2 - La Commande ldd +      * 3.2 - La Commande ldd 
-      * 4.3 - Le fichier /etc/ld.so.conf +      * 3.3 - Le fichier /etc/ld.so.conf 
-      * 4.4 - La Commande ldconfig+      * 3.4 - La Commande ldconfig
  
-=====LAB #1 - Compiler à partir des sources===== +=====LAB #1 - La commande rpm=====
- +
-Historiquement il était nécessaire d'installer un logiciel à partir de ses fichiers sources.  +
- +
-Pour comprendre ce qui est la compilation d'un logiciel, commencez par télécharger le logiciel hello : +
- +
-<code> +
-[root@centos8 ~]# wget https://ftp.gnu.org/gnu/hello/hello-2.1.1.tar.gz +
---2021-04-20 16:56:18--  https://ftp.gnu.org/gnu/hello/hello-2.1.1.tar.gz +
-Resolving ftp.gnu.org (ftp.gnu.org)... 209.51.188.20, 2001:470:142:3::+
-Connecting to ftp.gnu.org (ftp.gnu.org)|209.51.188.20|:443... connected. +
-HTTP request sent, awaiting response... 200 OK +
-Length: 389363 (380K) [application/x-gzip] +
-Saving to: ‘hello-2.1.1.tar.gz’ +
- +
-hello-2.1.1.tar.gz                                          100%[=========================================================================================================================================>] 380.24K   941KB/   in 0.4s     +
- +
-2021-04-20 16:56:19 (941 KB/s) - ‘hello-2.1.1.tar.gz’ saved [389363/389363] +
-</code> +
- +
-Ensuite désarchivez le logiciel : +
- +
-<code> +
-[root@centos8 ~]# tar xvf hello-2.1.1.tar.gz +
-hello-2.1.1/ +
-hello-2.1.1/intl/ +
-hello-2.1.1/intl/ChangeLog +
-hello-2.1.1/intl/Makefile.in +
-hello-2.1.1/intl/config.charset +
-hello-2.1.1/intl/locale.alias +
-hello-2.1.1/intl/ref-add.sin +
-hello-2.1.1/intl/ref-del.sin +
-hello-2.1.1/intl/gmo.h +
-hello-2.1.1/intl/gettextP.h +
-hello-2.1.1/intl/hash-string.h +
-hello-2.1.1/intl/plural-exp.h +
-hello-2.1.1/intl/eval-plural.h +
-hello-2.1.1/intl/os2compat.h +
-hello-2.1.1/intl/libgnuintl.h +
-hello-2.1.1/intl/loadinfo.h +
-hello-2.1.1/intl/bindtextdom.c +
-hello-2.1.1/intl/dcgettext.c +
-hello-2.1.1/intl/dgettext.c +
-hello-2.1.1/intl/gettext.c +
-hello-2.1.1/intl/finddomain.c +
-hello-2.1.1/intl/loadmsgcat.c +
-hello-2.1.1/intl/localealias.c +
-hello-2.1.1/intl/textdomain.c +
-hello-2.1.1/intl/l10nflist.c +
-hello-2.1.1/intl/explodename.c +
-hello-2.1.1/intl/dcigettext.c +
-hello-2.1.1/intl/dcngettext.c +
-hello-2.1.1/intl/dngettext.c +
-hello-2.1.1/intl/ngettext.c +
-hello-2.1.1/intl/plural.y +
-hello-2.1.1/intl/plural-exp.c +
-hello-2.1.1/intl/localcharset.c +
-hello-2.1.1/intl/localename.c +
-hello-2.1.1/intl/osdep.c +
-hello-2.1.1/intl/os2compat.c +
-hello-2.1.1/intl/intl-compat.c +
-hello-2.1.1/intl/plural.c +
-hello-2.1.1/intl/VERSION +
-hello-2.1.1/po/ +
-hello-2.1.1/po/Makefile.in.in +
-hello-2.1.1/po/Makevars +
-hello-2.1.1/po/remove-potcdate.sin +
-hello-2.1.1/po/quot.sed +
-hello-2.1.1/po/boldquot.sed +
-hello-2.1.1/po/en@quot.header +
-hello-2.1.1/po/en@boldquot.header +
-hello-2.1.1/po/insert-header.sin +
-hello-2.1.1/po/Rules-quot +
-hello-2.1.1/po/POTFILES.in +
-hello-2.1.1/po/hello.pot +
-hello-2.1.1/po/ca.po +
-hello-2.1.1/po/da.po +
-hello-2.1.1/po/de.po +
-hello-2.1.1/po/de_DE.po +
-hello-2.1.1/po/el.po +
-hello-2.1.1/po/eo.po +
-hello-2.1.1/po/es.po +
-hello-2.1.1/po/et.po +
-hello-2.1.1/po/fi.po +
-hello-2.1.1/po/fr.po +
-hello-2.1.1/po/gl.po +
-hello-2.1.1/po/he.po +
-hello-2.1.1/po/hr.po +
-hello-2.1.1/po/hu.po +
-hello-2.1.1/po/id.po +
-hello-2.1.1/po/it.po +
-hello-2.1.1/po/ja.po +
-hello-2.1.1/po/ko.po +
-hello-2.1.1/po/lv.po +
-hello-2.1.1/po/nb.po +
-hello-2.1.1/po/nl.po +
-hello-2.1.1/po/nn.po +
-hello-2.1.1/po/pl.po +
-hello-2.1.1/po/pt.po +
-hello-2.1.1/po/pt_BR.po +
-hello-2.1.1/po/ru.po +
-hello-2.1.1/po/sk.po +
-hello-2.1.1/po/sl.po +
-hello-2.1.1/po/sv.po +
-hello-2.1.1/po/tr.po +
-hello-2.1.1/po/uk.po +
-hello-2.1.1/po/ca.gmo +
-hello-2.1.1/po/da.gmo +
-hello-2.1.1/po/de.gmo +
-hello-2.1.1/po/de_DE.gmo +
-hello-2.1.1/po/el.gmo +
-hello-2.1.1/po/eo.gmo +
-hello-2.1.1/po/es.gmo +
-hello-2.1.1/po/et.gmo +
-hello-2.1.1/po/fi.gmo +
-hello-2.1.1/po/fr.gmo +
-hello-2.1.1/po/gl.gmo +
-hello-2.1.1/po/he.gmo +
-hello-2.1.1/po/hr.gmo +
-hello-2.1.1/po/hu.gmo +
-hello-2.1.1/po/id.gmo +
-hello-2.1.1/po/it.gmo +
-hello-2.1.1/po/ja.gmo +
-hello-2.1.1/po/ko.gmo +
-hello-2.1.1/po/lv.gmo +
-hello-2.1.1/po/nb.gmo +
-hello-2.1.1/po/nl.gmo +
-hello-2.1.1/po/nn.gmo +
-hello-2.1.1/po/pl.gmo +
-hello-2.1.1/po/pt.gmo +
-hello-2.1.1/po/pt_BR.gmo +
-hello-2.1.1/po/ru.gmo +
-hello-2.1.1/po/sk.gmo +
-hello-2.1.1/po/sl.gmo +
-hello-2.1.1/po/sv.gmo +
-hello-2.1.1/po/tr.gmo +
-hello-2.1.1/po/uk.gmo +
-hello-2.1.1/po/ChangeLog +
-hello-2.1.1/po/LINGUAS +
-hello-2.1.1/README +
-hello-2.1.1/ABOUT-NLS +
-hello-2.1.1/AUTHORS +
-hello-2.1.1/COPYING +
-hello-2.1.1/ChangeLog +
-hello-2.1.1/INSTALL +
-hello-2.1.1/Makefile.am +
-hello-2.1.1/Makefile.in +
-hello-2.1.1/NEWS +
-hello-2.1.1/THANKS +
-hello-2.1.1/TODO +
-hello-2.1.1/aclocal.m4 +
-hello-2.1.1/config.guess +
-hello-2.1.1/config.h.in +
-hello-2.1.1/config.rpath +
-hello-2.1.1/config.sub +
-hello-2.1.1/configure +
-hello-2.1.1/configure.ac +
-hello-2.1.1/depcomp +
-hello-2.1.1/install-sh +
-hello-2.1.1/missing +
-hello-2.1.1/mkinstalldirs +
-hello-2.1.1/BUGS +
-hello-2.1.1/ChangeLog.O +
-hello-2.1.1/contrib/ +
-hello-2.1.1/contrib/ChangeLog +
-hello-2.1.1/contrib/Makefile.am +
-hello-2.1.1/contrib/Makefile.in +
-hello-2.1.1/contrib/de_franconian_po.txt +
-hello-2.1.1/contrib/evolution.txt +
-hello-2.1.1/contrib/hello.1 +
-hello-2.1.1/doc/ +
-hello-2.1.1/doc/gpl.texi +
-hello-2.1.1/doc/ChangeLog +
-hello-2.1.1/doc/Makefile.am +
-hello-2.1.1/doc/Makefile.in +
-hello-2.1.1/doc/mdate-sh +
-hello-2.1.1/doc/stamp-vti +
-hello-2.1.1/doc/texinfo.tex +
-hello-2.1.1/doc/version.texi +
-hello-2.1.1/doc/hello.texi +
-hello-2.1.1/doc/hello.info +
-hello-2.1.1/src/ +
-hello-2.1.1/src/ChangeLog +
-hello-2.1.1/src/Makefile.am +
-hello-2.1.1/src/Makefile.in +
-hello-2.1.1/src/alloca.c +
-hello-2.1.1/src/hello.c +
-hello-2.1.1/src/version.c +
-hello-2.1.1/src/getopt.c +
-hello-2.1.1/src/getopt1.c +
-hello-2.1.1/src/getopt.h +
-hello-2.1.1/src/system.h +
-hello-2.1.1/man/ +
-hello-2.1.1/man/ChangeLog +
-hello-2.1.1/man/Makefile.am +
-hello-2.1.1/man/Makefile.in +
-hello-2.1.1/man/hello.1 +
-hello-2.1.1/man/help2man +
-hello-2.1.1/m4/ +
-hello-2.1.1/m4/README +
-hello-2.1.1/m4/ChangeLog +
-hello-2.1.1/m4/Makefile.am +
-hello-2.1.1/m4/Makefile.in +
-hello-2.1.1/m4/codeset.m4 +
-hello-2.1.1/m4/gettext.m4 +
-hello-2.1.1/m4/glibc21.m4 +
-hello-2.1.1/m4/iconv.m4 +
-hello-2.1.1/m4/isc-posix.m4 +
-hello-2.1.1/m4/lcmessage.m4 +
-hello-2.1.1/m4/lib-ld.m4 +
-hello-2.1.1/m4/lib-link.m4 +
-hello-2.1.1/m4/lib-prefix.m4 +
-hello-2.1.1/m4/progtest.m4 +
-hello-2.1.1/tests/ +
-hello-2.1.1/tests/ChangeLog +
-hello-2.1.1/tests/Makefile.am +
-hello-2.1.1/tests/Makefile.in +
-hello-2.1.1/tests/hello-1 +
-hello-2.1.1/tests/world-1 +
-hello-2.1.1/tests/nothing-1 +
-</code> +
- +
-Changez de répertoire : +
- +
-<code> +
-[root@centos8 ~]# cd hello-2.1.1/ +
-</code> +
- +
-A l'étude du fichier README, celui-ci nous renvoie vers le fichier **INSTALL**. Visualisez donc ce dernier : +
- +
-<code> +
-[root@centos8 hello-2.1.1]# more INSTALL +
-Copyright 1994, 1995, 1996, 1999, 2000, 2001 Free Software Foundation, +
-Inc. +
- +
-   This file is free documentation; the Free Software Foundation gives +
-unlimited permission to copy, distribute and modify it. +
- +
-Basic Installation +
-================== +
- +
-   These are generic installation instructions. +
- +
-   The `configure' shell script attempts to guess correct values for +
-various system-dependent variables used during compilation.  It uses +
-those values to create a `Makefile' in each directory of the package. +
-It may also create one or more `.h' files containing system-dependent +
-definitions.  Finally, it creates a shell script `config.status' that +
-you can run in the future to recreate the current configuration, and a +
-file `config.log' containing compiler output (useful mainly for +
-debugging `configure'). +
- +
-   It can also use an optional file (typically called `config.cache' +
-and enabled with `--cache-file=config.cache' or simply `-C') that saves +
-the results of its tests to speed up reconfiguring.  (Caching is +
-disabled by default to prevent problems with accidental use of stale +
-cache files.) +
---Plus--(11%) +
-</code> +
- +
-La procédure expliquée est celle utilisée pour la plupart des installations manuelles, à savoir la saisie des quatre commandes suivantes. +
- +
-====1.1 - ./configure==== +
- +
-<WRAP center round important> +
-**Important** : **configure** est un script chargé de créer les **//makefiles//** pour une architecture donnée. Les **//makefiles//** sont lus par la commande **make**. +
-</WRAP> +
- +
-<code> +
-[root@centos8 hello-2.1.1]# ./configure +
-checking for a BSD-compatible install... /bin/install -c +
-checking whether build environment is sane... yes +
-checking for gawk... gawk +
-checking whether make sets ${MAKE}... yes +
-checking for gcc... gcc +
-checking for C compiler default output... a.out +
-checking whether the C compiler works... yes +
-checking whether we are cross compiling... no +
-checking for suffix of executables...  +
-checking for suffix of object files... o +
-checking whether we are using the GNU C compiler... yes +
-checking whether gcc accepts -g... yes +
-checking for style of include used by make... GNU +
-checking dependency style of gcc... gcc3 +
-checking for strerror in -lcposix... no +
-checking how to run the C preprocessor... gcc -E +
-checking for ANSI C header files... yes +
-checking for sys/types.h... yes +
-checking for sys/stat.h... yes +
-checking for stdlib.h... yes +
-checking for string.h... yes +
-checking for memory.h... yes +
-checking for strings.h... yes +
-checking for inttypes.h... yes +
-checking for stdint.h... yes +
-checking for unistd.h... yes +
-checking for string.h... (cached) yes +
-checking fcntl.h usability... yes +
-checking fcntl.h presence... yes +
-checking for fcntl.h... yes +
-checking sys/file.h usability... yes +
-checking sys/file.h presence... yes +
-checking for sys/file.h... yes +
-checking sys/param.h usability... yes +
-checking sys/param.h presence... yes +
-checking for sys/param.h... yes +
-checking for working alloca.h... yes +
-checking for alloca... yes +
-checking for struct stat.st_blksize... yes +
-checking for msgfmt... /bin/msgfmt +
-checking for gmsgfmt... /bin/msgfmt +
-checking for xgettext... /bin/xgettext +
-checking for msgmerge... /bin/msgmerge +
-checking build system type... x86_64-unknown-linux +
-checking host system type... x86_64-unknown-linux +
-checking for ranlib... ranlib +
-checking for gcc option to accept ANSI C... none needed +
-checking for an ANSI C-conforming const... yes +
-checking for inline... inline +
-checking for off_t... yes +
-checking for size_t... yes +
-checking for stdlib.h... (cached) yes +
-checking for unistd.h... (cached) yes +
-checking for getpagesize... yes +
-checking for working mmap... yes +
-checking whether we are using the GNU C Library 2.1 or newer... yes +
-checking for ld used by GCC... /bin/ld +
-checking if the linker (/bin/ld) is GNU ld... yes +
-checking for shared library run path origin... done +
-checking for iconv... yes +
-checking argz.h usability... yes +
-checking argz.h presence... yes +
-checking for argz.h... yes +
-checking limits.h usability... yes +
-checking limits.h presence... yes +
-checking for limits.h... yes +
-checking locale.h usability... yes +
-checking locale.h presence... yes +
-checking for locale.h... yes +
-checking nl_types.h usability... yes +
-checking nl_types.h presence... yes +
-checking for nl_types.h... yes +
-checking malloc.h usability... yes +
-checking malloc.h presence... yes +
-checking for malloc.h... yes +
-checking stddef.h usability... yes +
-checking stddef.h presence... yes +
-checking for stddef.h... yes +
-checking for stdlib.h... (cached) yes +
-checking for string.h... (cached) yes +
-checking for unistd.h... (cached) yes +
-checking for sys/param.h... (cached) yes +
-checking for feof_unlocked... yes +
-checking for fgets_unlocked... yes +
-checking for getc_unlocked... yes +
-checking for getcwd... yes +
-checking for getegid... yes +
-checking for geteuid... yes +
-checking for getgid... yes +
-checking for getuid... yes +
-checking for mempcpy... yes +
-checking for munmap... yes +
-checking for putenv... yes +
-checking for setenv... yes +
-checking for setlocale... yes +
-checking for stpcpy... yes +
-checking for strcasecmp... yes +
-checking for strdup... yes +
-checking for strtoul... yes +
-checking for tsearch... yes +
-checking for __argz_count... yes +
-checking for __argz_stringify... yes +
-checking for __argz_next... yes +
-checking for iconv declaration...  +
-         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); +
-checking for nl_langinfo and CODESET... yes +
-checking for LC_MESSAGES... yes +
-checking for bison... no +
-checking whether NLS is requested... yes +
-checking whether included gettext is requested... no +
-checking for GNU gettext in libc... yes +
-checking for perl... perl +
-configure: creating ./config.status +
-config.status: creating Makefile +
-config.status: creating contrib/Makefile +
-config.status: creating doc/Makefile +
-config.status: creating intl/Makefile +
-config.status: creating man/Makefile +
-config.status: creating po/Makefile.in +
-config.status: creating m4/Makefile +
-config.status: creating src/Makefile +
-config.status: creating tests/Makefile +
-config.status: creating config.h +
-config.status: executing depfiles commands +
-config.status: executing default-1 commands +
-config.status: creating po/POTFILES +
-config.status: creating po/Makefile +
-config.status: executing default commands +
-</code> +
- +
-====1.2 - make==== +
- +
-<WRAP center round important> +
-**Important** : **make** sert à appeler des commandes créant des fichiers nécessaires à l'installation du logiciel. +
-</WRAP> +
- +
-<code> +
-[root@centos8 hello-2.1.1]# make +
-make  all-recursive +
-make[1]: Entering directory `/root/hello-2.1.1' +
-Making all in contrib +
-make[2]: Entering directory `/root/hello-2.1.1/contrib' +
-make[2]: Nothing to be done for `all'+
-make[2]: Leaving directory `/root/hello-2.1.1/contrib' +
-Making all in doc +
-make[2]: Entering directory `/root/hello-2.1.1/doc' +
-make[2]: Nothing to be done for `all'+
-make[2]: Leaving directory `/root/hello-2.1.1/doc' +
-Making all in intl +
-make[2]: Entering directory `/root/hello-2.1.1/intl' +
-make[2]: Nothing to be done for `all'+
-make[2]: Leaving directory `/root/hello-2.1.1/intl' +
-Making all in po +
-make[2]: Entering directory `/root/hello-2.1.1/po' +
-make[2]: Nothing to be done for `all'+
-make[2]: Leaving directory `/root/hello-2.1.1/po' +
-Making all in src +
-make[2]: Entering directory `/root/hello-2.1.1/src' +
-source='hello.c' object='hello.o' libtool=no \ +
-depfile='.deps/hello.Po' tmpdepfile='.deps/hello.TPo'+
-depmode=gcc3 /bin/sh ../depcomp \ +
-gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl -I../intl    -g -O2 -c `test -f 'hello.c' || echo './'`hello.c +
-source='version.c' object='version.o' libtool=no \ +
-depfile='.deps/version.Po' tmpdepfile='.deps/version.TPo'+
-depmode=gcc3 /bin/sh ../depcomp \ +
-gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl -I../intl    -g -O2 -c `test -f 'version.c' || echo './'`version.c +
-source='getopt.c' object='getopt.o' libtool=no \ +
-depfile='.deps/getopt.Po' tmpdepfile='.deps/getopt.TPo'+
-depmode=gcc3 /bin/sh ../depcomp \ +
-gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl -I../intl    -g -O2 -c `test -f 'getopt.c' || echo './'`getopt.c +
-source='getopt1.c' object='getopt1.o' libtool=no \ +
-depfile='.deps/getopt1.Po' tmpdepfile='.deps/getopt1.TPo'+
-depmode=gcc3 /bin/sh ../depcomp \ +
-gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl -I../intl    -g -O2 -c `test -f 'getopt1.c' || echo './'`getopt1.c +
-gcc  -g -O2   -o hello  hello.o version.o getopt.o getopt1.o   +
-make[2]: Leaving directory `/root/hello-2.1.1/src' +
-Making all in man +
-make[2]: Entering directory `/root/hello-2.1.1/man' +
-perl help2man --name="Friendly Greeting Program" ../src/hello >hello.1 +
-make[2]: Leaving directory `/root/hello-2.1.1/man' +
-Making all in m4 +
-make[2]: Entering directory `/root/hello-2.1.1/m4' +
-make[2]: Nothing to be done for `all'+
-make[2]: Leaving directory `/root/hello-2.1.1/m4' +
-Making all in tests +
-make[2]: Entering directory `/root/hello-2.1.1/tests' +
-make[2]: Nothing to be done for `all'+
-make[2]: Leaving directory `/root/hello-2.1.1/tests' +
-make[2]: Entering directory `/root/hello-2.1.1' +
-make[2]: Leaving directory `/root/hello-2.1.1' +
-make[1]: Leaving directory `/root/hello-2.1.1' +
-</code> +
- +
-====1.3 - make check==== +
- +
-<WRAP center round important> +
-**Important** : **make check** permet de vérifier si la commande **make** a bien fonctionné. +
-</WRAP> +
- +
-<code> +
-[root@centos8 hello-2.1.1]# make check +
-Making check in contrib +
-make[1]: Entering directory `/root/hello-2.1.1/contrib' +
-make[1]: Nothing to be done for `check'+
-make[1]: Leaving directory `/root/hello-2.1.1/contrib' +
-Making check in doc +
-make[1]: Entering directory `/root/hello-2.1.1/doc' +
-make[1]: Nothing to be done for `check'+
-make[1]: Leaving directory `/root/hello-2.1.1/doc' +
-Making check in intl +
-make[1]: Entering directory `/root/hello-2.1.1/intl' +
-make[1]: Nothing to be done for `check'+
-make[1]: Leaving directory `/root/hello-2.1.1/intl' +
-Making check in po +
-make[1]: Entering directory `/root/hello-2.1.1/po' +
-make[1]: Nothing to be done for `check'+
-make[1]: Leaving directory `/root/hello-2.1.1/po' +
-Making check in src +
-make[1]: Entering directory `/root/hello-2.1.1/src' +
-make[1]: Nothing to be done for `check'+
-make[1]: Leaving directory `/root/hello-2.1.1/src' +
-Making check in man +
-make[1]: Entering directory `/root/hello-2.1.1/man' +
-make[1]: Nothing to be done for `check'+
-make[1]: Leaving directory `/root/hello-2.1.1/man' +
-Making check in m4 +
-make[1]: Entering directory `/root/hello-2.1.1/m4' +
-make[1]: Nothing to be done for `check'+
-make[1]: Leaving directory `/root/hello-2.1.1/m4' +
-Making check in tests +
-make[1]: Entering directory `/root/hello-2.1.1/tests' +
-make  check-TESTS +
-make[2]: Entering directory `/root/hello-2.1.1/tests' +
-PASS: hello-1 +
-PASS: world-1 +
-PASS: nothing-1 +
-================== +
-All 3 tests passed +
-================== +
-make[2]: Leaving directory `/root/hello-2.1.1/tests' +
-make[1]: Leaving directory `/root/hello-2.1.1/tests' +
-make[1]: Entering directory `/root/hello-2.1.1' +
-make[1]: Leaving directory `/root/hello-2.1.1' +
-</code> +
- +
-====1.4 - make install==== +
- +
-<WRAP center round important> +
-**Important** : **make install** sert à installer le logiciel. +
-</WRAP> +
- +
-<code> +
-[root@centos8 hello-2.1.1]# make install +
-Making install in contrib +
-make[1]: Entering directory `/root/hello-2.1.1/contrib' +
-make[2]: Entering directory `/root/hello-2.1.1/contrib' +
-make[2]: Nothing to be done for `install-exec-am'+
-make[2]: Nothing to be done for `install-data-am'+
-make[2]: Leaving directory `/root/hello-2.1.1/contrib' +
-make[1]: Leaving directory `/root/hello-2.1.1/contrib' +
-Making install in doc +
-make[1]: Entering directory `/root/hello-2.1.1/doc' +
-make[2]: Entering directory `/root/hello-2.1.1/doc' +
-make[2]: Nothing to be done for `install-exec-am'+
-/bin/sh ../mkinstalldirs /usr/local/info +
-mkdir -p -- /usr/local/info +
- /bin/install -c -m 644 ./hello.info /usr/local/info/hello.info +
- install-info --info-dir=/usr/local/info /usr/local/info/hello.info +
-make[2]: Leaving directory `/root/hello-2.1.1/doc' +
-make[1]: Leaving directory `/root/hello-2.1.1/doc' +
-Making install in intl +
-make[1]: Entering directory `/root/hello-2.1.1/intl' +
-if test "hello" = "gettext"+
-   && test '' = 'intl-compat.o'; then \ +
-  /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/lib /usr/local/include;+
-  /bin/install -c -m 644 libintl.h /usr/local/include/libintl.h;+
-  @LIBTOOL@ --mode=install \ +
-    /bin/install -c -m 644 libintl.a /usr/local/lib/libintl.a;+
-else \ +
-  : ; \ +
-fi +
-if test 'no' = yes; then \ +
-  test yes != no || /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/lib;+
-  temp=/usr/local/lib/t-charset.alias;+
-  dest=/usr/local/lib/charset.alias;+
-  if test -f /usr/local/lib/charset.alias; then \ +
-    orig=/usr/local/lib/charset.alias;+
-    sed -f ref-add.sed $orig > $temp; \ +
-    /bin/install -c -m 644 $temp $dest; \ +
-    rm -f $temp; \ +
-  else \ +
-    if test yes = no; then \ +
-      orig=charset.alias;+
-      sed -f ref-add.sed $orig > $temp; \ +
-      /bin/install -c -m 644 $temp $dest; \ +
-      rm -f $temp; \ +
-    fi; \ +
-  fi; \ +
-  /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share/locale;+
-  test -f /usr/local/share/locale/locale.alias \ +
-    && orig=/usr/local/share/locale/locale.alias \ +
-    || orig=./locale.alias;+
-  temp=/usr/local/share/locale/t-locale.alias;+
-  dest=/usr/local/share/locale/locale.alias;+
-  sed -f ref-add.sed $orig > $temp; \ +
-  /bin/install -c -m 644 $temp $dest; \ +
-  rm -f $temp; \ +
-else \ +
-  : ; \ +
-fi +
-if test "hello" = "gettext"; then \ +
-  /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share/gettext/intl;+
-  /bin/install -c -m 644 VERSION /usr/local/share/gettext/intl/VERSION;+
-  /bin/install -c -m 644 ChangeLog.inst /usr/local/share/gettext/intl/ChangeLog;+
-  dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin gmo.h gettextP.h hash-string.h plural-exp.h eval-plural.h os2compat.h libgnuintl.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c localename.c osdep.c os2compat.c intl-compat.c";+
-  for file in $dists; do \ +
-    /bin/install -c -m 644 ./$file \ +
-     /usr/local/share/gettext/intl/$file;+
-  done; \ +
-  chmod a+x /usr/local/share/gettext/intl/config.charset;+
-  dists="plural.c";+
-  for file in $dists; do \ +
-    if test -f $file; then dir=.; else dir=.; fi; \ +
-    /bin/install -c -m 644 $dir/$file \ +
-     /usr/local/share/gettext/intl/$file;+
-  done; \ +
-  dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c";+
-  for file in $dists; do \ +
-    rm -f /usr/local/share/gettext/intl/$file;+
-  done; \ +
-else \ +
-  : ; \ +
-fi +
-make[1]: Leaving directory `/root/hello-2.1.1/intl' +
-Making install in po +
-make[1]: Entering directory `/root/hello-2.1.1/po' +
-/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share +
-mkdir -p -- /usr/local/share/locale/ca/LC_MESSAGES +
-installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/da/LC_MESSAGES +
-installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/de/LC_MESSAGES +
-installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/de_DE/LC_MESSAGES +
-installing de_DE.gmo as /usr/local/share/locale/de_DE/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/el/LC_MESSAGES +
-installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/eo/LC_MESSAGES +
-installing eo.gmo as /usr/local/share/locale/eo/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/es/LC_MESSAGES +
-installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/et/LC_MESSAGES +
-installing et.gmo as /usr/local/share/locale/et/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/fi/LC_MESSAGES +
-installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/fr/LC_MESSAGES +
-installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/gl/LC_MESSAGES +
-installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/he/LC_MESSAGES +
-installing he.gmo as /usr/local/share/locale/he/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/hr/LC_MESSAGES +
-installing hr.gmo as /usr/local/share/locale/hr/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/hu/LC_MESSAGES +
-installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/id/LC_MESSAGES +
-installing id.gmo as /usr/local/share/locale/id/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/it/LC_MESSAGES +
-installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/ja/LC_MESSAGES +
-installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/ko/LC_MESSAGES +
-installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/lv/LC_MESSAGES +
-installing lv.gmo as /usr/local/share/locale/lv/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/nb/LC_MESSAGES +
-installing nb.gmo as /usr/local/share/locale/nb/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/nl/LC_MESSAGES +
-installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/nn/LC_MESSAGES +
-installing nn.gmo as /usr/local/share/locale/nn/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/pl/LC_MESSAGES +
-installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/pt/LC_MESSAGES +
-installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/pt_BR/LC_MESSAGES +
-installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/ru/LC_MESSAGES +
-installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/sk/LC_MESSAGES +
-installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/sl/LC_MESSAGES +
-installing sl.gmo as /usr/local/share/locale/sl/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/sv/LC_MESSAGES +
-installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/tr/LC_MESSAGES +
-installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/hello.mo +
-mkdir -p -- /usr/local/share/locale/uk/LC_MESSAGES +
-installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/hello.mo +
-if test "hello" = "gettext"; then \ +
-  /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share/gettext/po;+
-  for file in Makefile.in.in Makevars remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot  ; do \ +
-    /bin/install -c -m 644 ./$file \ +
-     /usr/local/share/gettext/po/$file;+
-  done; \ +
-else \ +
-  : ; \ +
-fi +
-make[1]: Leaving directory `/root/hello-2.1.1/po' +
-Making install in src +
-make[1]: Entering directory `/root/hello-2.1.1/src' +
-make[2]: Entering directory `/root/hello-2.1.1/src' +
-/bin/sh ../mkinstalldirs /usr/local/bin +
-  /bin/install -c hello /usr/local/bin/hello +
-make[2]: Nothing to be done for `install-data-am'+
-make[2]: Leaving directory `/root/hello-2.1.1/src' +
-make[1]: Leaving directory `/root/hello-2.1.1/src' +
-Making install in man +
-make[1]: Entering directory `/root/hello-2.1.1/man' +
-make[2]: Entering directory `/root/hello-2.1.1/man' +
-make[2]: Nothing to be done for `install-exec-am'+
-/bin/sh ../mkinstalldirs /usr/local/man/man1 +
-mkdir -p -- /usr/local/man/man1 +
- /bin/install -c -m 644 ./hello.1 /usr/local/man/man1/hello.1 +
-make[2]: Leaving directory `/root/hello-2.1.1/man' +
-make[1]: Leaving directory `/root/hello-2.1.1/man' +
-Making install in m4 +
-make[1]: Entering directory `/root/hello-2.1.1/m4' +
-make[2]: Entering directory `/root/hello-2.1.1/m4' +
-make[2]: Nothing to be done for `install-exec-am'+
-make[2]: Nothing to be done for `install-data-am'+
-make[2]: Leaving directory `/root/hello-2.1.1/m4' +
-make[1]: Leaving directory `/root/hello-2.1.1/m4' +
-Making install in tests +
-make[1]: Entering directory `/root/hello-2.1.1/tests' +
-make[2]: Entering directory `/root/hello-2.1.1/tests' +
-make[2]: Nothing to be done for `install-exec-am'+
-make[2]: Nothing to be done for `install-data-am'+
-make[2]: Leaving directory `/root/hello-2.1.1/tests' +
-make[1]: Leaving directory `/root/hello-2.1.1/tests' +
-make[1]: Entering directory `/root/hello-2.1.1' +
-make[2]: Entering directory `/root/hello-2.1.1' +
-make[2]: Nothing to be done for `install-exec-am'+
-make[2]: Nothing to be done for `install-data-am'+
-make[2]: Leaving directory `/root/hello-2.1.1' +
-make[1]: Leaving directory `/root/hello-2.1.1' +
-</code> +
- +
-Il convient maintenant de tester le nouveau logiciel : +
- +
-<code> +
-[root@centos8 hello-2.1.1]# hello +
-Hello, world! +
-</code> +
- +
-Le logiciel hello a été correctement installé. +
- +
-=====LAB #2 - La commande rpm=====+
  
 Afin de faciliter l'installation, la désinstallation et la gestion des logiciels (appelés paquets), CentOS et Red Hat utilisent un format de fichier de logiciels installables spécifique. Celui-ci s'appelle **RPM** pour Red Hat Package Manager. La commande utilisée pour manipuler ses paquets s'appelle aussi **rpm**. Afin de faciliter l'installation, la désinstallation et la gestion des logiciels (appelés paquets), CentOS et Red Hat utilisent un format de fichier de logiciels installables spécifique. Celui-ci s'appelle **RPM** pour Red Hat Package Manager. La commande utilisée pour manipuler ses paquets s'appelle aussi **rpm**.
Ligne 771: Ligne 41:
  
 <code> <code>
-[root@centos8 hello-2.1.1]# cd ~ +[root@redhat9 ~]# rpm --help
-[root@centos8 ~]# rpm --help+
 Usage: rpm [OPTION...] Usage: rpm [OPTION...]
  
 Query/Verify package selection options: Query/Verify package selection options:
   -a, --all                          query/verify all packages   -a, --all                          query/verify all packages
-  -f, --file                         query/verify package(s) owning file+  -f, --file                         query/verify package(s) owning installed file 
 +      --path                         query/verify package(s) owning path, installed or not
   -g, --group                        query/verify package(s) in group   -g, --group                        query/verify package(s) in group
   -p, --package                      query/verify a package file   -p, --package                      query/verify a package file
Ligne 783: Ligne 53:
       --hdrid                        query/verify package(s) with header identifier       --hdrid                        query/verify package(s) with header identifier
       --triggeredby                  query the package(s) triggered by the package       --triggeredby                  query the package(s) triggered by the package
-      --whatconflicts                query/verify the package(s) which require a dependency+      --whatconflicts                query/verify the package(s) which conflict with a dependency
       --whatrequires                 query/verify the package(s) which require a dependency       --whatrequires                 query/verify the package(s) which require a dependency
       --whatobsoletes                query/verify the package(s) which obsolete a dependency       --whatobsoletes                query/verify the package(s) which obsolete a dependency
Ligne 792: Ligne 62:
       --whatenhances                 query/verify the package(s) which enhances a dependency       --whatenhances                 query/verify the package(s) which enhances a dependency
       --nomanifest                   do not process non-package files as manifests       --nomanifest                   do not process non-package files as manifests
 +
 +Query/Verify file selection options:
 +  -c, --configfiles                  only include configuration files
 +  -d, --docfiles                     only include documentation files
 +  -L, --licensefiles                 only include license files
 +  -A, --artifactfiles                only include artifact files
 +      --noghost                      exclude %%ghost files
 +      --noconfig                     exclude %%config files
 +      --noartifact                   exclude %%artifact files
  
 Query options (with -q or --query): Query options (with -q or --query):
-  -c, --configfiles                  list all configuration files 
-  -d, --docfiles                     list all documentation files 
-  -L, --licensefiles                 list all license files 
-  -A, --artifactfiles                list all artifact files 
       --dump                         dump basic file information       --dump                         dump basic file information
   -l, --list                         list files in package   -l, --list                         list files in package
Ligne 848: Ligne 123:
       --target=CPU-VENDOR-OS         Specify target platform       --target=CPU-VENDOR-OS         Specify target platform
       --macros=<FILE:...>            read <FILE:...> instead of default file(s)       --macros=<FILE:...>            read <FILE:...> instead of default file(s)
 +      --load=<FILE>                  load a single macro file
       --noplugins                    don't enable any plugins       --noplugins                    don't enable any plugins
       --nodigest                     don't verify package digest(s)       --nodigest                     don't verify package digest(s)
Ligne 894: Ligne 170:
 </code> </code>
  
-====2.1 - Configuration====+====1.1 - Configuration====
  
 Le fichier de configuration principal de la commande rpm est **/usr/lib/rpm/rpmrc** : Le fichier de configuration principal de la commande rpm est **/usr/lib/rpm/rpmrc** :
  
 <code> <code>
-[root@centos8 ~]# more /usr/lib/rpm/rpmrc+[root@redhat9 ~]# more /usr/lib/rpm/rpmrc
 #/*! \page config_rpmrc Default configuration: /usr/lib/rpm/rpmrc #/*! \page config_rpmrc Default configuration: /usr/lib/rpm/rpmrc
 # \verbatim # \verbatim
Ligne 955: Ligne 231:
 optflags: parisc -O2 -g -mpa-risc-1-0 optflags: parisc -O2 -g -mpa-risc-1-0
 optflags: hppa1.0 -O2 -g -mpa-risc-1-0 optflags: hppa1.0 -O2 -g -mpa-risc-1-0
-optflags: hppa1.1 -O2 -g -mpa-risc-1-0 +--More--(10%) 
-optflags: hppa1.2 -O2 -g -mpa-risc-1-0 +[q]
---More--(11%)+
 </code> </code>
  
Ligne 963: Ligne 238:
 Par exemple, la directive **buildarchtranslate: athlon: i386** indique que le processus doit utiliser les optimisations **i386** lors de la construction d'un src.rpm sur une architecture **athlon**. Si au contraire il est souhaité que les optimisations **athlon** soient utilisées, il convient d'inclure la ligne **buildarchtranslate: athlon: athlon** dans le fichier **/etc/rpmrc**. En effet lors de la mise à jour du paquet rpm, le fichier /usr/lib/rpm/rpmrc est écrasé. Toute modification des directives de ce fichier doivent être inscrites dans **/etc/rpmrc** ou dans un fichier **~/.rpmrc** spécifique à un utilisateur. Par exemple, la directive **buildarchtranslate: athlon: i386** indique que le processus doit utiliser les optimisations **i386** lors de la construction d'un src.rpm sur une architecture **athlon**. Si au contraire il est souhaité que les optimisations **athlon** soient utilisées, il convient d'inclure la ligne **buildarchtranslate: athlon: athlon** dans le fichier **/etc/rpmrc**. En effet lors de la mise à jour du paquet rpm, le fichier /usr/lib/rpm/rpmrc est écrasé. Toute modification des directives de ce fichier doivent être inscrites dans **/etc/rpmrc** ou dans un fichier **~/.rpmrc** spécifique à un utilisateur.
  
-====2.2 - Utilisation====+====1.2 - Utilisation====
  
 Afin de connaître la liste des paquets installés sur la machine, il convient de saisir la commande suivante dans une console en tant que root : Afin de connaître la liste des paquets installés sur la machine, il convient de saisir la commande suivante dans une console en tant que root :
  
 <code> <code>
-[root@centos8 ~]# rpm -qa | more +[root@redhat9 ~]# rpm -qa | more 
-dracut-squash-049-95.git20200804.el8_3.4.x86_64 +fonts-filesystem-2.0.5-7.el9.1.noarch 
-gnutls-dane-3.6.14-8.el8_3.x86_64 +xkeyboard-config-2.33-2.el9.noarch 
-mtr-0.92-3.el8.x86_64 +abattis-cantarell-fonts-0.301-4.el9.noarch 
-fontpackages-filesystem-1.44-22.el8.noarch +yelp-xsl-40.2-1.el9.noarch 
-dhcp-libs-4.3.6-41.el8.x86_64 +mozilla-filesystem-1.9-30.el9.x86_64 
-alsa-lib-1.2.3.2-1.el8.x86_64 +google-noto-fonts-common-20201206-4.el9.noarch 
-geolite2-city-20180605-1.el8.noarch +foomatic-db-filesystem-4.0-72.20210209.el9.noarch 
-cockpit-ws-224.2-1.el8.x86_64 +adobe-mappings-cmap-20171205-12.el9.noarch 
-python3-dbus-1.2.4-15.el8.x86_64 +subscription-manager-rhsm-certificates-20220623-1.el9.noarch 
-libvirt-daemon-config-network-6.0.0-28.1.module_el8.3.0+755+88436ea4.x86_64 +libreport-filesystem-2.15.2-6.el9.noarch 
-samba-client-libs-4.12.3-12.el8.3.x86_64 +adobe-mappings-cmap-deprecated-20171205-12.el9.noarch 
-libICE-1.0.9-15.el8.x86_64 +adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch 
-bind-license-9.11.20-5.el8_3.1.noarch +dejavu-sans-mono-fonts-2.37-18.el9.noarch 
-dnf-4.2.23-4.el8.noarch +dejavu-sans-fonts-2.37-18.el9.noarch 
-at-spi2-core-2.28.0-1.el8.x86_64 +langpacks-core-font-en-3.0-16.el9.noarch 
-libssh-config-0.9.4-2.el8.noarch +google-droid-sans-fonts-20200215-11.el9.2.noarch 
-bzip2-libs-1.0.6-26.el8.x86_64 +thai-scalable-fonts-common-0.7.2-5.el9.noarch 
-python3-syspurpose-1.27.16-1.el8.x86_64 +redhat-indexhtml-9-4.el9_2.noarch 
-perl-Unicode-Normalize-1.25-396.el8.x86_64 +poppler-data-0.4.9-9.el9.noarch 
-centos-linux-release-8.3-1.2011.el8.noarch +mobile-broadband-provider-info-20210805-2.el9.noarch 
-sssd-krb5-2.3.0-9.el8.x86_64 +man-pages-overrides-9.0.0.0-1.el9.noarch 
-perl-MIME-Base64-3.15-396.el8.x86_64 +hunspell-filesystem-1.7.0-11.el9.x86_64 
-glibc-langpack-en-2.28-127.el8.x86_64 +hplip-common-3.21.2-6.el9.x86_64 
-libcollection-0.7.0-39.el8.x86_64 +gawk-all-langpacks-5.1.0-6.el9.x86_64 
-vim-filesystem-8.0.1763-15.el8.noarch +adwaita-cursor-theme-40.1.1-3.el9.noarch 
-perl-Sys-Virt-6.0.0-1.module_el8.3.0+555+a55c8938.x86_64 +adobe-mappings-pdf-20180407-10.el9.noarch 
-elfutils-libelf-0.180-1.el8.x86_64 +vim-filesystem-8.2.2637-20.el9_1.noarch 
-vim-enhanced-8.0.1763-15.el8.x86_64 +rhsm-icons-6-1.el9.noarch 
-kernel-modules-4.18.0-147.8.1.el8_1.x86_64 +filesystem-3.16-2.el9.x86_64 
-perl-Encode-2.97-3.el8.x86_64 +urw-base35-fonts-common-20200910-6.el9.noarch 
-audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64 +basesystem-11-13.el9.noarch 
-grub2-pc-2.02-90.el8_3.1.x86_64 +quota-nls-4.06-6.el9.noarch 
-perl-libnet-3.11-3.el8.noarch+publicsuffix-list-dafsa-20210518-3.el9.noarch 
 +pkgconf-m4-1.7.3-10.el9.noarch 
 +popt-1.18-8.el9.x86_64 
 +xz-libs-5.2.5-8.el9_0.x86_64 
 +libxcrypt-4.4.18-3.el9.x86_64 
 +bzip2-libs-1.0.8-8.el9.x86_64 
 +libzstd-1.5.1-2.el9.x86_64 
 +libpng-1.6.37-12.el9.x86_64 
 +libcap-ng-0.8.2-7.el9.x86_64 
 +libicu-67.1-9.el9.x86_64 
 +libunistring-0.9.10-15.el9.x86_64 
 +libgpg-error-1.42-5.el9.x86_64 
 +libseccomp-2.5.2-2.el9.x86_64 
 +lcms2-2.12-3.el9.x86_64 
 +readline-8.1-4.el9.x86_64 
 +libwayland-client-1.21.0-1.el9.x86_64 
 +libwayland-server-1.21.0-1.el9.x86_64 
 +jansson-2.14-1.el9.x86_64 
 +libxkbcommon-1.0.3-4.el9.x86_64 
 +libwayland-egl-1.21.0-1.el9.x86_64 
 +keyutils-libs-1.6.3-1.el9.x86_64 
 +libdhash-0.5.0-53.el9.x86_64 
 +libXau-1.0.9-8.el9.x86_64
 --More-- --More--
 +[q]
 </code> </code>
  
Ligne 1008: Ligne 306:
  
 <code> <code>
-[root@centos8 ~]# rpm -qa | wc -l +[root@redhat9 ~]# rpm -qa | wc -l 
-802+1218
 </code> </code>
  
Ligne 1015: Ligne 313:
  
 <code> <code>
-[root@centos8 ~]# rpm -qa | grep setup +[root@redhat9 ~]# rpm -qa | grep setup 
-platform-python-setuptools-39.2.0-6.el8.noarch +gnome-initial-setup-40.4-3.el9.x86_64 
-python3-setuptools-wheel-39.2.0-6.el8.noarch +setup-2.13.7-10.el9.noarch 
-setup-2.12.2-6.el8.noarch +python3-setuptools-wheel-53.0.0-12.el9_4.1.noarch 
-cryptsetup-libs-2.3.3-2.el8.x86_64 +python3-setuptools-53.0.0-12.el9_4.1.noarch 
-cryptsetup-2.3.3-2.el8.x86_64+cryptsetup-libs-2.6.0-3.el9.x86_64 
 +cryptsetup-2.6.0-3.el9.x86_64 
 +ibus-setup-1.5.25-5.el9.noarch
 </code> </code>
  
-Afin de connaître les détails du paquet **setup-2.8.71-4.el7.noarch**, il convient de saisir la commande suivante :+Afin de connaître les détails du paquet **setup-2.13.7-10.el9.noarch**, il convient de saisir la commande suivante :
  
 <code> <code>
-[root@centos8 ~]# rpm -qi setup+[root@redhat9 ~]# rpm -qi setup
 Name        : setup Name        : setup
-Version     : 2.12.2 +Version     : 2.13.7 
-Release     : 6.el8+Release     : 10.el9
 Architecture: noarch Architecture: noarch
-Install Date: Mon 19 Apr 2021 11:50:02 AM EDT+Install Date: Wed 25 Sep 2024 11:52:00 AM CEST
 Group       : System Environment/Base Group       : System Environment/Base
-Size        : 724837+Size        : 725932
 License     : Public Domain License     : Public Domain
-Signature   : RSA/SHA256, Fri 15 May 2020 01:23:16 AM EDT, Key ID 05b555b38483c65d +Signature   : RSA/SHA256, Wed 14 Feb 2024 11:15:37 AM CET, Key ID 199e2f91fd431d51 
-Source RPM  : setup-2.12.2-6.el8.src.rpm +Source RPM  : setup-2.13.7-10.el9.src.rpm 
-Build Date  : Fri 15 May 2020 01:20:15 AM EDT +Build Date  : Wed 07 Feb 2024 09:44:23 AM CET 
-Build Host  : aarch64-02.mbox.centos.org +Build Host  : x86-64-01.build.eng.rdu2.redhat.com 
-Relocations : (not relocatable) +Packager    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla
-Packager    : CentOS Buildsys <bugs@centos.org+Vendor      : Red Hat, Inc.
-Vendor      : CentOS+
 URL         : https://pagure.io/setup/ URL         : https://pagure.io/setup/
 Summary     : A set of system configuration and setup files Summary     : A set of system configuration and setup files
Ligne 1052: Ligne 351:
  
 <code> <code>
-[root@centos8 ~]# rpm -ql setup+[root@redhat9 ~]# rpm -ql setup
 /etc/aliases /etc/aliases
 /etc/bashrc /etc/bashrc
Ligne 1069: Ligne 368:
 /etc/inputrc /etc/inputrc
 /etc/motd /etc/motd
 +/etc/motd.d
 /etc/networks /etc/networks
 /etc/passwd /etc/passwd
Ligne 1084: Ligne 384:
 /etc/subgid /etc/subgid
 /etc/subuid /etc/subuid
 +/run/motd
 +/run/motd.d
 +/usr/lib/motd
 +/usr/lib/motd.d
 +/usr/lib/tmpfiles.d/setup.conf
 /usr/share/doc/setup /usr/share/doc/setup
 /usr/share/doc/setup/uidgid /usr/share/doc/setup/uidgid
 /usr/share/licenses/setup /usr/share/licenses/setup
 /usr/share/licenses/setup/COPYING /usr/share/licenses/setup/COPYING
-/var/log/lastlog 
 </code> </code>
  
Ligne 1094: Ligne 398:
  
 <code> <code>
-[root@centos8 ~]# rpm -qf /etc/exports +[root@redhat9 ~]# rpm -qf /etc/exports 
-setup-2.12.2-6.el8.noarch+setup-2.13.7-10.el9.noarch
 </code> </code>
  
-Pour connaître les fichiers modifiés depuis l'installation d'un paquet, utilisez la commande suivante :+Pour n'afficher que les fichiers de configuration installés par le paquet, utilisez les options **-qc** :
  
 <code> <code>
-[root@centos8 ~]# rpm -qV setup+[root@redhat9 ~]# rpm -qc setup 
 +/etc/aliases 
 +/etc/bashrc 
 +/etc/csh.cshrc 
 +/etc/csh.login 
 +/etc/environment 
 +/etc/ethertypes 
 +/etc/exports 
 +/etc/filesystems 
 +/etc/fstab 
 +/etc/group 
 +/etc/gshadow 
 +/etc/host.conf 
 +/etc/hosts 
 +/etc/inputrc 
 +/etc/motd 
 +/etc/networks 
 +/etc/passwd 
 +/etc/printcap 
 +/etc/profile 
 +/etc/profile.d/csh.local 
 +/etc/profile.d/sh.local 
 +/etc/protocols 
 +/etc/services 
 +/etc/shadow 
 +/etc/shells 
 +/etc/subgid 
 +/etc/subuid 
 +/run/motd 
 +/usr/lib/motd 
 +</code> 
 + 
 +Pour n'afficher que les fichiers de documentation installés par le paquet, utilisez les options **-qd** : 
 + 
 +<code> 
 +[root@redhat9 ~]# rpm -qd setup 
 +/usr/share/doc/setup/uidgid 
 +</code> 
 + 
 +Pour n'afficher que les scripts installés qui s'exécutent avant ou après l'installation du paquet, utilisez les options **-q** et **--scripts** : 
 + 
 +<code> 
 +[root@redhat9 ~]# rpm -q --scripts setup 
 +postinstall scriptlet (using <lua>): 
 +for i, name in ipairs({"passwd", "shadow", "group", "gshadow"}) do 
 +     os.remove("/etc/"..name..".rpmnew"
 +end 
 +if posix.access("/usr/bin/newaliases", "x") then 
 +  os.execute("/usr/bin/newaliases >/dev/null"
 +end 
 +</code> 
 + 
 +Pour visualiser le journal des modifications du paquet, utilisez les options **-q** et **--changelog** : 
 + 
 +<code> 
 +[root@redhat9 ~]# rpm -q --changelog setup 
 +* Wed Feb 07 2024 Martin Osvald <mosvald@redhat.com> - 2.13.7-10 
 +- csh.login: Add csh.local into foreach loop (RHEL-17226) 
 + 
 +* Wed Dec 21 2022 Martin Osvald <mosvald@redhat.com> - 2.13.7-9 
 +- make setup protected package (#2155529) 
 + 
 +* Thu Nov 24 2022 Martin Osvald <mosvald@redhat.com> - 2.13.7-8 
 +- Set default umask for non-login shell only if it is set to 0 (#2062601) 
 + 
 +* Mon May 09 2022 Martin Osvald <mosvald@redhat.com> - 2.13.7-7 
 +- Move /var/log/lastlog ownership to systemd (#2066753) 
 +- tcsh sets variable p to /usr/sbin from /etc/csh.login (#2066767) 
 +- bashrc: Don't set up VTE-specific PROMPT_COMMAND (#2026892) 
 +</code> 
 + 
 +Pour connaître les fichiers modifiés depuis l'installation d'un paquet, utilisez les options **-qV**, par exemple : 
 + 
 +<code> 
 +# rpm -qV setup
 .M....G..  g /var/log/lastlog .M....G..  g /var/log/lastlog
 </code> </code>
Ligne 1119: Ligne 497:
 | Manquant | Fichier manquant | | Manquant | Fichier manquant |
  
-<WRAP center round important>+<WRAP center round important 60%>
 **Important** : Un paquet rpm est un fichier cpio modifié. Pour pouvoir extraire le contenu d'un src.rpm et explorer l'arborescence utilisé pour construire le paquet, utilisez la commande **rpm2cpio paquet.src.rpm | cpio -i --make-directories** **Important** : Un paquet rpm est un fichier cpio modifié. Pour pouvoir extraire le contenu d'un src.rpm et explorer l'arborescence utilisé pour construire le paquet, utilisez la commande **rpm2cpio paquet.src.rpm | cpio -i --make-directories**
 </WRAP> </WRAP>
  
-=====LAB #- La commande dnf=====+=====LAB #- La commande dnf=====
  
-====3.1 - Présentation====+====2.1 - Présentation====
  
-**dnf** est une abréviation de **Dandified YUM**. Historiquement, RHEL et CentOS ont utilisé **Y**ellow dog **U**pdater, **M**odified (Yum) en tant qu'utilitaire de gestion de paquets. Sous RHEL/CentOS 8, la commande yum a été remplacée par la commande **dnf-3** :+**dnf** est une abréviation de **Dandified YUM**. Historiquement, RHEL utilisé **Y**ellow dog **U**pdater, **M**odified (Yum) en tant qu'utilitaire de gestion de paquets. Sous RHEL 9, la commande yum a été remplacée par la commande **dnf-3** :
  
 <code> <code>
-[root@centos8 ~]# ls -l /usr/bin/dnf-3  +[root@redhat9 ~]# ls -l /usr/bin/yum 
--rwxr-xr-x. 1 root root 1954 Aug  4  2020 /usr/bin/dnf-3 +lrwxrwxrwx. 1 root root 5 Oct 26  2023 /usr/bin/yum -> dnf-3 
-[root@centos8 ~]# ls -l /usr/bin/yum +[root@redhat9 ~]# ls -l /usr/bin/dnf 
-lrwxrwxrwx. 1 root root 5 Aug  4  2020 /usr/bin/yum -> dnf-3 +lrwxrwxrwx. 1 root root 5 Oct 26  2023 /usr/bin/dnf -> dnf-3 
-[root@centos8 ~]# ls -l /usr/bin/dnf +[root@redhat9 ~]# ls -l /usr/bin/dnf-3 
-lrwxrwxrwx. 1 root root 5 Aug  4  2020 /usr/bin/dnf -> dnf-3+-rwxr-xr-x. 1 root root 2094 Oct 26  2023 /usr/bin/dnf-3
 </code> </code>
  
Ligne 1155: Ligne 533:
  
 <code> <code>
-[root@centos8 ~]# dnf --help+[root@redhat9 ~]# dnf --help 
 +Updating Subscription Management repositories.
 usage: dnf [options] COMMAND usage: dnf [options] COMMAND
  
Ligne 1165: Ligne 544:
 check-update              check for available package upgrades check-update              check for available package upgrades
 clean                     remove cached data clean                     remove cached data
-deplist                   List package's dependencies and what packages provide them+deplist                   [deprecated, use repoquery --deplist] List package's dependencies and what packages provide them
 distro-sync               synchronize installed packages to the latest available versions distro-sync               synchronize installed packages to the latest available versions
 downgrade                 Downgrade a package downgrade                 Downgrade a package
Ligne 1200: Ligne 579:
 debuginfo-install         install debuginfo packages debuginfo-install         install debuginfo packages
 download                  Download package to current directory download                  Download package to current directory
 +groups-manager            create and edit groups metadata file
 +kpatch                    Toggles automatic installation of kpatch-patch packages
 needs-restarting          determine updated binaries that need restarting needs-restarting          determine updated binaries that need restarting
 +offline-distrosync        Prepare offline distrosync of the system
 +offline-upgrade           Prepare offline upgrade of the system
 playground                Interact with Playground repository. playground                Interact with Playground repository.
 repoclosure               Display a list of unresolved dependencies for repositories repoclosure               Display a list of unresolved dependencies for repositories
Ligne 1207: Ligne 590:
 repomanage                Manage a directory of rpm packages repomanage                Manage a directory of rpm packages
 reposync                  download all packages from remote repo reposync                  download all packages from remote repo
 +system-upgrade            Prepare system for upgrade to a new release
 +uploadprofile             Upload combined profile to Satellite server (list of installed RPMs, enabled repositories and modules)
  
 General DNF options: General DNF options:
Ligne 1222: Ligne 607:
                         disable plugins by name                         disable plugins by name
   --releasever RELEASEVER   --releasever RELEASEVER
-                        override the value of $releasever in config and repo +                        override the value of $releasever in config and repo files
-                        files+
   --setopt SETOPTS      set arbitrary config and repo options   --setopt SETOPTS      set arbitrary config and repo options
   --skip-broken         resolve depsolve problems by skipping packages   --skip-broken         resolve depsolve problems by skipping packages
   -h, --help, --help-cmd   -h, --help, --help-cmd
                         show command help                         show command help
-  --allowerasing        allow erasing of installed packages to resolve +  --allowerasing        allow erasing of installed packages to resolve dependencies 
-                        dependencies +  -b, --best            try the best available package versions in transactions.
-  -b, --best            try the best available package versions in +
-                        transactions.+
   --nobest              do not limit the transaction to the best candidate   --nobest              do not limit the transaction to the best candidate
   -C, --cacheonly       run entirely from system cache, don't update cache   -C, --cacheonly       run entirely from system cache, don't update cache
Ligne 1242: Ligne 624:
   -e ERRORLEVEL, --errorlevel ERRORLEVEL   -e ERRORLEVEL, --errorlevel ERRORLEVEL
                         error output level                         error output level
-  --obsoletes           enables dnf's obsoletes processing logic for upgrade +  --obsoletes           enables dnf's obsoletes processing logic for upgrade or display capabilities that the package obsoletes for info, list and repoquery
-                        or display capabilities that the package obsoletes for +
-                        info, list and repoquery+
   --rpmverbosity [debug level name]   --rpmverbosity [debug level name]
                         debugging output level for rpm                         debugging output level for rpm
   -y, --assumeyes       automatically answer yes for all questions   -y, --assumeyes       automatically answer yes for all questions
   --assumeno            automatically answer no for all questions   --assumeno            automatically answer no for all questions
-  --enablerepo [repo]   Enable additional repositories. List option. Supports +  --enablerepo [repo]   Temporarily enable repositories for the purpose of the current dnf commandAccepts an ida comma-separated list of ids, or a glob of ids. This option can be specified multiple times. 
-                        globs, can be specified multiple times. +  --disablerepo [repo]  Temporarily disable active repositories for the purpose of the current dnf commandAccepts an ida comma-separated list of ids, or a glob of ids. This option can be specified 
-  --disablerepo [repo]  Disable repositories. List option. Supports globs, can +                        multiple times, but is mutually exclusive with `--repo`.
-                        be specified multiple times.+
   --repo [repo], --repoid [repo]   --repo [repo], --repoid [repo]
-                        enable just specific repositories by an id or a glob, +                        enable just specific repositories by an id or a glob, can be specified multiple times 
-                        can be specified multiple times +  --enable              enable repos with config-manager command (automatically saves) 
-  --enable              enable repos with config-manager command +  --disable             disable repos with config-manager command (automatically saves)
-                        (automatically saves) +
-  --disable             disable repos with config-manager command +
-                        (automatically saves)+
   -x [package], --exclude [package], --excludepkgs [package]   -x [package], --exclude [package], --excludepkgs [package]
                         exclude packages by name or glob                         exclude packages by name or glob
Ligne 1265: Ligne 641:
                         disable excludepkgs                         disable excludepkgs
   --repofrompath [repo,path]   --repofrompath [repo,path]
-                        label and path to an additional repository to use +                        label and path to an additional repository to use (same path as in a baseurl), can be specified multiple times. 
-                        (same path as in a baseurl), can be specified multiple +  --noautoremove        disable removal of dependencies that are no longer used
-                        times. +
-  --noautoremove        disable removal of dependencies that are no longer +
-                        used+
   --nogpgcheck          disable gpg signature checking (if RPM policy allows)   --nogpgcheck          disable gpg signature checking (if RPM policy allows)
   --color COLOR         control whether color is used   --color COLOR         control whether color is used
Ligne 1284: Ligne 657:
   --security            Include security relevant packages, in updates   --security            Include security relevant packages, in updates
   --advisory ADVISORY, --advisories ADVISORY   --advisory ADVISORY, --advisories ADVISORY
-                        Include packages needed to fix the given advisory, in +                        Include packages needed to fix the given advisory, in updates
-                        updates+
   --bz BUGZILLA, --bzs BUGZILLA   --bz BUGZILLA, --bzs BUGZILLA
-                        Include packages needed to fix the given BZ, in +                        Include packages needed to fix the given BZ, in updates
-                        updates+
   --cve CVES, --cves CVES   --cve CVES, --cves CVES
-                        Include packages needed to fix the given CVE, in +                        Include packages needed to fix the given CVE, in updates
-                        updates+
   --sec-severity {Critical,Important,Moderate,Low}, --secseverity {Critical,Important,Moderate,Low}   --sec-severity {Critical,Important,Moderate,Low}, --secseverity {Critical,Important,Moderate,Low}
-                        Include security relevant packages matching the +                        Include security relevant packages matching the severity, in updates
-                        severity, in updates+
   --forcearch ARCH      Force the use of an architecture   --forcearch ARCH      Force the use of an architecture
 </code> </code>
  
-Avant de poursuivre, exécutez les deux commandes suivantes pour réparer les dépôts cassés : +====2.2 - Configuration====
- +
-<code> +
-[root@centos8 ~]# sed -i 's/^mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* +
-[root@centos8 ~]# sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* +
-</code> +
- +
-====3.2 - Configuration====+
  
 La configuration principale de dnf est effectuée en éditant le fichier **/etc/dnf/dnf.conf** : La configuration principale de dnf est effectuée en éditant le fichier **/etc/dnf/dnf.conf** :
  
 <code> <code>
-[root@centos8 ~]# cat /etc/dnf/dnf.conf +[root@redhat9 ~]# cat /etc/dnf/dnf.conf
 [main] [main]
 gpgcheck=1 gpgcheck=1
Ligne 1322: Ligne 684:
  
 <code> <code>
-[root@centos8 ~]# ls -l  /etc/dnf+[root@redhat9 ~]# ls -l  /etc/dnf
 total 4 total 4
-drwxr-xr-x. 2 root root   Aug  4  2020 aliases.d +drwxr-xr-x. 2 root root   Oct 26  2023 aliases.d 
--rw-r--r--. 1 root root 108 Jun   2020 dnf.conf +-rw-r--r--. 1 root root 108 Sep   2022 dnf.conf 
-drwxr-xr-x. 2 root root 168 Apr 19 12:13 modules.d +drwxr-xr-x. 2 root root   6 Oct 26  2023 modules.d 
-drwxr-xr-x. 2 root root   Aug  4  2020 modules.defaults.d +drwxr-xr-x. 2 root root   Oct 26  2023 modules.defaults.d 
-drwxr-xr-x. 3 root root  89 Aug  4  2020 plugins +drwxr-xr-x. 3 root root 142 Sep 25 12:00 plugins 
-drwxr-xr-x. 2 root root  93 Apr 19 11:52 protected.d +drwxr-xr-x. 2 root root 173 Sep 25 12:05 protected.d 
-drwxr-xr-x. 2 root root  37 Aug  4  2020 vars+drwxr-xr-x. 2 root root   6 Oct 26  2023 vars
 </code> </code>
  
-====3.3 - Dépôts====+====2.3 - Dépôts====
  
-<WRAP center round important>+<WRAP center round important 60%>
 **Important** : Un dépôt est un lieu de stockage de paquets binaires prêts à installer. Un dépôt peut être le DVD d'installation de la distribution, un dossier sur disque dur ou bien des serveurs distants accessibles par Internet. **Important** : Un dépôt est un lieu de stockage de paquets binaires prêts à installer. Un dépôt peut être le DVD d'installation de la distribution, un dossier sur disque dur ou bien des serveurs distants accessibles par Internet.
 </WRAP> </WRAP>
Ligne 1342: Ligne 704:
  
 <code> <code>
-[root@centos8 ~]# ls /etc/yum.repos.d/ +[root@redhat9 ~]# ls /etc/yum.repos.d/ 
-CentOS-Linux-AppStream.repo          CentOS-Linux-Plus.repo +epel-cisco-openh264.repo  epel-next.repo  epel-next-testing.repo  epel.repo  epel-testing.repo  redhat.repo
-CentOS-Linux-BaseOS.repo             CentOS-Linux-PowerTools.repo +
-CentOS-Linux-ContinuousRelease.repo  CentOS-Linux-Sources.repo +
-CentOS-Linux-Debuginfo.repo          epel-modular.repo +
-CentOS-Linux-Devel.repo              epel-playground.repo +
-CentOS-Linux-Extras.repo             epel.repo +
-CentOS-Linux-FastTrack.repo          epel-testing-modular.repo +
-CentOS-Linux-HighAvailability.repo   epel-testing.repo +
-CentOS-Linux-Media.repo+
 </code> </code>
  
Ligne 1357: Ligne 711:
  
 <code> <code>
-[root@centos8 ~]# cat /etc/yum.repos.d/CentOS-Linux-BaseOS.repo  +[root@redhat9 ~]# more /etc/yum.repos.d/redhat.repo 
-# CentOS-Linux-BaseOS.repo+
 # #
-The mirrorlist system uses the connecting IP address of the client and the +Certificate-Based Repositories 
-update status of each mirror to pick current mirrors that are geographically +Managed by (rhsm) subscription-manager 
-close to the client.  You should use this for CentOS updates unless you are +# 
-manually picking other mirrors.+# *** This file is auto-generated.  Changes made here will be over-written. *** 
 +*** Use "subscription-manager repo-override --help" if you wish to make changes*** 
 +
 +# If this file is empty and this system is subscribed consider 
 +# a "yum repolist" to refresh available repos
 # #
-# If the mirrorlist does not work for you, you can try the commented out 
-# baseurl line instead. 
  
-[baseos+[rhel-9-for-x86_64-highavailability-eus-rpms
-name=CentOS Linux $releasever BaseOS +name = Red Hat Enterprise Linux 9 for x86_64 High Availability - Extended Update Support (RPMs) 
-mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=BaseOS&infra=$infra +baseurl https://cdn.redhat.com/content/eus/rhel9/$releasever/x86_64/highavailability/os 
-#baseurl=http://mirror.centos.org/$contentdir/$releasever/BaseOS/$basearch/os/ +enabled 
-gpgcheck=1 +gpgcheck 
-enabled=1 +gpgkey file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release 
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial+sslverify = 1 
 +sslcacert = /etc/rhsm/ca/redhat-uep.pem 
 +sslclientkey = /etc/pki/entitlement/9005910890346536267-key.pem 
 +sslclientcert = /etc/pki/entitlement/9005910890346536267.pem 
 +sslverifystatus = 1 
 +metadata_expire = 86400 
 +enabled_metadata = 0 
 + 
 +[rhel-9-for-x86_64-resilientstorage-eus-rpms] 
 +name = Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage - Extended Update Support (RPMs) 
 +baseurl = https://cdn.redhat.com/content/eus/rhel9/$releasever/x86_64/resilientstorage/os 
 +enabled = 0 
 +gpgcheck = 1 
 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release 
 +sslverify = 1 
 +sslcacert = /etc/rhsm/ca/redhat-uep.pem 
 +sslclientkey = /etc/pki/entitlement/9005910890346536267-key.pem 
 +sslclientcert = /etc/pki/entitlement/9005910890346536267.pem 
 +sslverifystatus = 1 
 +metadata_expire = 86400 
 +enabled_metadata = 0 
 + 
 +[rhel-atomic-7-cdk-3.6-source-rpms] 
 +name = Red Hat Container Development Kit 3.6 /(Source RPMs) 
 +baseurl = https://cdn.redhat.com/content/dist/rhel/atomic/7/7Server/$basearch/cdk/3.6/source/SRPMS 
 +enabled = 0 
 +gpgcheck = 1 
 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release 
 +sslverify = 1 
 +sslcacert = /etc/rhsm/ca/redhat-uep.pem 
 +sslclientkey = /etc/pki/entitlement/9005910890346536267-key.pem 
 +sslclientcert = /etc/pki/entitlement/9005910890346536267.pem 
 +sslverifystatus = 1 
 +metadata_expire = 86400 
 +enabled_metadata = 0 
 + 
 +[gitops-1.12-for-rhel-9-x86_64-rpms] 
 +name = Red Hat OpenShift GitOps 1.12 for RHEL 9 x86_64 (RPMs) 
 +--More--(1%)
 </code> </code>
  
Ligne 1380: Ligne 773:
  
 <code> <code>
-[root@centos8 ~]# dnf repolist all +[root@redhat9 ~]# dnf repolist all 
-repo id                        repo name                                                             status +Updating Subscription Management repositories. 
-appstream                      CentOS Linux 8 AppStream                                            enabled +repo id                                                                       repo name                                                                                                                   status 
-appstream-source               CentOS Linux 8 AppStream - Source                                   disabled +amq-clients-3-for-rhel-9-x86_64-debug-rpms                                    Red Hat AMQ Clients 3 for RHEL 9 x86_64 (Debug RPMs)                                                                        disabled 
-baseos                         CentOS Linux 8 BaseOS                                               enabled +amq-clients-3-for-rhel-9-x86_64-rpms                                          Red Hat AMQ Clients 3 for RHEL 9 x86_64 (RPMs)                                                                              disabled 
-baseos-source                  CentOS Linux 8 BaseOS - Source                                      disabled +amq-clients-3-for-rhel-9-x86_64-source-rpms                                   Red Hat AMQ Clients 3 for RHEL 9 x86_64 (Source RPMs)                                                                       disabled 
-cr                             CentOS Linux ContinuousRelease                                    disabled +amq-interconnect-textonly-1-for-middleware-rpms                               Red Hat AMQ Interconnect Text-Only Advisories                                                                               disabled 
-debuginfo                      CentOS Linux Debuginfo                                            disabled +amq-textonly-1-for-middleware-rpms                                            Red Hat JBoss AMQ Text-Only Advisories                                                                                      disabled 
-devel                          CentOS Linux Devel WARNING! FOR BUILDROOT USE ONLY!               disabled +ansible-automation-platform-2.2-for-rhel-9-x86_64-debug-rpms                  Red Hat Ansible Automation Platform 2.2 for RHEL 9 x86_64 (Debug RPMs)                                                      disabled 
-epel                           Extra Packages for Enterprise Linux - x86_64                        enabled +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 
-epel-debuginfo                 Extra Packages for Enterprise Linux - x86_64 - Debug                disabled +ansible-automation-platform-2.2-for-rhel-9-x86_64-source-rpms                 Red Hat Ansible Automation Platform 2.2 for RHEL 9 x86_64 (Source RPMs)                                                     disabled 
-epel-modular                   Extra Packages for Enterprise Linux Modular 8 - x86_64                enabled +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 
-epel-modular-debuginfo         Extra Packages for Enterprise Linux Modular 8 - x86_64 - Debug        disabled +ansible-automation-platform-2.3-for-rhel-9-x86_64-rpms                        Red Hat Ansible Automation Platform 2.3 for RHEL 9 x86_64 (RPMs)                                                            disabled 
-epel-modular-source            Extra Packages for Enterprise Linux Modular 8 - x86_64 - Source       disabled +ansible-automation-platform-2.3-for-rhel-9-x86_64-source-rpms                 Red Hat Ansible Automation Platform 2.3 for RHEL 9 x86_64 (Source RPMs)                                                     disabled 
-epel-playground                Extra Packages for Enterprise Linux Playground - x86_64           disabled +ansible-automation-platform-2.4-for-rhel-9-x86_64-debug-rpms                  Red Hat Ansible Automation Platform 2.4 for RHEL 9 x86_64 (Debug RPMs)                                                      disabled 
-epel-playground-debuginfo      Extra Packages for Enterprise Linux Playground - x86_64 - Debug   disabled +ansible-automation-platform-2.4-for-rhel-9-x86_64-rpms                        Red Hat Ansible Automation Platform 2.4 for RHEL 9 x86_64 (RPMs)                                                            disabled 
-epel-playground-source         Extra Packages for Enterprise Linux Playground - x86_64 - Source  disabled +ansible-automation-platform-2.4-for-rhel-9-x86_64-source-rpms                 Red Hat Ansible Automation Platform 2.4 for RHEL 9 x86_64 (Source RPMs)                                                     disabled 
-epel-source                    Extra Packages for Enterprise Linux - x86_64 - Source               disabled +ansible-automation-platform-2.5-for-rhel-9-x86_64-debug-rpms                  Red Hat Ansible Automation Platform 2.5 for RHEL 9 x86_64 (Debug RPMs)                                                      disabled 
-epel-testing                   Extra Packages for Enterprise Linux - Testing - x86_64              disabled +ansible-automation-platform-2.5-for-rhel-9-x86_64-rpms                        Red Hat Ansible Automation Platform 2.5 for RHEL 9 x86_64 (RPMs)                                                            disabled 
-epel-testing-debuginfo         Extra Packages for Enterprise Linux - Testing - x86_64 - Debug      disabled +ansible-automation-platform-2.5-for-rhel-9-x86_64-source-rpms                 Red Hat Ansible Automation Platform 2.5 for RHEL 9 x86_64 (Source RPMs)                                                     disabled 
-epel-testing-modular           Extra Packages for Enterprise Linux Modular 8 - Testing - x86_64      disabled +application-interconnect-1-for-rhel-9-x86_64-debug-rpms                       Red Hat Application Interconnect for RHEL 9 x86_64 (Debug RPMs)                                                             disabled 
-epel-testing-modular-debuginfo Extra Packages for Enterprise Linux Modular 8 - Testing - x86_64 - De disabled +application-interconnect-1-for-rhel-9-x86_64-rpms                             Red Hat Application Interconnect for RHEL 9 x86_64 (RPMs)                                                                   disabled 
-epel-testing-modular-source    Extra Packages for Enterprise Linux Modular 8 - Testing - x86_64 - So disabled +application-interconnect-1-for-rhel-9-x86_64-source-rpms                      Red Hat Application Interconnect for RHEL 9 x86_64 (Source RPMs)                                                            disabled 
-epel-testing-source            Extra Packages for Enterprise Linux 8 - Testing - x86_64 - Source     disabled +cert-manager-1.10-for-rhel-9-x86_64-debug-rpms                                Cert Manager support for Red Hat OpenShift 1.10 for RHEL 9 x86_64 (Debug RPMs)                                              disabled 
-extras                         CentOS Linux 8 Extras                                               enabled +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 
-extras-source                  CentOS Linux 8 - Extras - Source                                      disabled +cert-manager-1.10-for-rhel-9-x86_64-source-rpms                               Cert Manager support for Red Hat OpenShift 1.10 for RHEL 9 x86_64 (Source RPMs)                                             disabled 
-fasttrack                      CentOS Linux FastTrack                                            disabled +cert-manager-1.11-for-rhel-9-x86_64-debug-rpms                                Cert Manager support for Red Hat OpenShift 1.11 for RHEL 9 x86_64 (Debug RPMs)                                              disabled 
-ha                             CentOS Linux HighAvailability                                     disabled +cert-manager-1.11-for-rhel-9-x86_64-rpms                                      Cert Manager support for Red Hat OpenShift 1.11 for RHEL 9 x86_64 (RPMs)                                                    disabled 
-media-appstream                CentOS Linux Media - AppStream                                    disabled +cert-manager-1.11-for-rhel-9-x86_64-source-rpms                               Cert Manager support for Red Hat OpenShift 1.11 for RHEL 9 x86_64 (Source RPMs)                                             disabled 
-media-baseos                   CentOS Linux Media - BaseOS                                       disabled +cert-manager-1.12-for-rhel-9-x86_64-debug-rpms                                Cert Manager support for Red Hat OpenShift 1.12 for RHEL 9 x86_64 (Debug RPMs)                                              disabled 
-plus                           CentOS Linux Plus                                                 disabled +cert-manager-1.12-for-rhel-9-x86_64-rpms                                      Cert Manager support for Red Hat OpenShift 1.12 for RHEL 9 x86_64 (RPMs)                                                    disabled 
-plus-source                    CentOS Linux Plus - Source                                        disabled +cert-manager-1.12-for-rhel-9-x86_64-source-rpms                               Cert Manager support for Red Hat OpenShift 1.12 for RHEL 9 x86_64 (Source RPMs)                                             disabled 
-powertools                     CentOS Linux 8 - PowerTools  +cert-manager-1.13-for-rhel-9-x86_64-debug-rpms                                Cert Manager support for Red Hat OpenShift 1.13 for RHEL 9 x86_64 (Debug RPMs)                                              disabled 
 +cert-manager-1.13-for-rhel-9-x86_64-rpms                                      Cert Manager support for Red Hat OpenShift 1.13 for RHEL 9 x86_64 (RPMs)                                                    disabled 
 +cert-manager-1.13-for-rhel-9-x86_64-source-rpms                               Cert Manager support for Red Hat OpenShift 1.13 for RHEL 9 x86_64 (Source RPMs)                                             disabled 
 +cert-manager-1.14-for-rhel-9-x86_64-debug-rpms                                Cert Manager support for Red Hat OpenShift 1.14 for RHEL 9 x86_64 (Debug RPMs)                                              disabled 
 +cert-manager-1.14-for-rhel-9-x86_64-rpms                                      Cert Manager support for Red Hat OpenShift 1.14 for RHEL 9 x86_64 (RPMs)                                                    disabled 
 +cert-manager-1.14-for-rhel-9-x86_64-source-rpms                               Cert Manager support for Red Hat OpenShift 1.14 for RHEL 9 x86_64 (Source RPMs)                                             disabled 
 +cnv-4.13-for-rhel-9-x86_64-debug-rpms                                         Red Hat Container Native Virtualization 4.13 for RHEL 9 x86_64 (Debug RPMs)                                                 disabled 
 +cnv-4.13-for-rhel-9-x86_64-rpms                                               Red Hat Container Native Virtualization 4.13 for RHEL 9 x86_64 (RPMs)                                                       disabled 
 +cnv-4.13-for-rhel-9-x86_64-source-rpms                                        Red Hat Container Native Virtualization 4.13 for RHEL 9 x86_64 (Source RPMs)                                                disabled 
 +cnv-4.14-for-rhel-9-x86_64-debug-rpms                                         Red Hat Container Native Virtualization 4.14 for RHEL 9 x86_64 (Debug RPMs)                                                 disabled 
 +cnv-4.14-for-rhel-9-x86_64-rpms                                               Red Hat Container Native Virtualization 4.14 for RHEL 9 x86_64 (RPMs)                                                       disabled 
 +cnv-4.14-for-rhel-9-x86_64-source-rpms                                        Red Hat Container Native Virtualization 4.14 for RHEL 9 x86_64 (Source RPMs)                                                disabled 
 +cnv-4.15-for-rhel-9-x86_64-debug-rpms                                         Red Hat Container Native Virtualization 4.15 for RHEL 9 x86_64 (Debug RPMs)                                                 disabled 
 +cnv-4.15-for-rhel-9-x86_64-rpms                                               Red Hat Container Native Virtualization 4.15 for RHEL 9 x86_64 (RPMs)                                                       disabled 
 +cnv-4.15-for-rhel-9-x86_64-source-rpms                                        Red Hat Container Native Virtualization 4.15 for RHEL 9 x86_64 (Source RPMs)                                                disabled 
 +cnv-4.16-for-rhel-9-x86_64-debug-rpms                                         Red Hat Container Native Virtualization 4.16 for RHEL 9 x86_64 (Debug RPMs)                                                 disabled 
 +cnv-4.16-for-rhel-9-x86_64-rpms                                               Red Hat Container Native Virtualization 4.16 for RHEL 9 x86_64 (RPMs)                                                       disabled 
 +cnv-4.16-for-rhel-9-x86_64-source-rpms                                        Red Hat Container Native Virtualization 4.16 for RHEL 9 x86_64 (Source RPMs)                                                disabled 
 +cnv-4.17-for-rhel-9-x86_64-debug-rpms                                         Red Hat Container Native Virtualization 4.17 for RHEL 9 x86_64 (Debug RPMs)                                                 disabled 
 +cnv-4.17-for-rhel-9-x86_64-rpms                                               Red Hat Container Native Virtualization 4.17 for RHEL 9 x86_64 (RPMs)                                                       disabled 
 +cnv-4.17-for-rhel-9-x86_64-source-rpms                                        Red Hat Container Native Virtualization 4.17 for RHEL 9 x86_64 (Source RPMs)                                                disabled 
 +codeready-builder-for-rhel-9-x86_64-debug-rpms                                Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (Debug RPMs)                                                              disabled 
 +codeready-builder-for-rhel-9-x86_64-eus-debug-rpms                            Red Hat CodeReady Linux Builder for RHEL 9 x86_64 - Extended Update Support (Debug RPMs)                                    disabled 
 +codeready-builder-for-rhel-9-x86_64-eus-rpms                                  Red Hat CodeReady Linux Builder for RHEL 9 x86_64 Extended Update Support (RPMs)                                          disabled 
 +codeready-builder-for-rhel-9-x86_64-eus-source-rpms                           Red Hat CodeReady Linux Builder for RHEL 9 x86_64 Extended Update Support (Source RPMs)                                   disabled 
 +codeready-builder-for-rhel-9-x86_64-rpms                                      Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs)                                                                    enabled 
 +codeready-builder-for-rhel-9-x86_64-source-rpms                               Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (Source RPMs)                                                             disabled 
 +discovery-1-for-rhel-9-x86_64-debug-rpms                                      Red Hat Discovery 1 for RHEL 9 x86_64 (Debug RPMs)                                                                          disabled 
 +discovery-1-for-rhel-9-x86_64-rpms                                            Red Hat Discovery 1 for RHEL 9 x86_64 (RPMs)                                                                                disabled 
 +discovery-1-for-rhel-9-x86_64-source-rpms                                     Red Hat Discovery 1 for RHEL 9 x86_64 (Source RPMs)                                                                         disabled 
 +epel                                                                          Extra Packages for Enterprise Linux - x86_64                                                                              enabled 
 +epel-cisco-openh264                                                           Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64                                                        enabled 
 +epel-cisco-openh264-debuginfo                                                 Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 - Debug                                                disabled 
 +epel-cisco-openh264-source                                                    Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 - Source                                               disabled 
 +epel-debuginfo                                                                Extra Packages for Enterprise Linux 9 - x86_64 - Debug                                                                      disabled 
 +epel-next                                                                     Extra Packages for Enterprise Linux 9 - Next - x86_64                                                                       enabled 
 +epel-next-debuginfo                                                           Extra Packages for Enterprise Linux 9 - Next - x86_64 - Debug                                                               disabled 
 +epel-next-source                                                              Extra Packages for Enterprise Linux 9 - Next - x86_64 - Source                                                              disabled 
 +epel-next-testing                                                             Extra Packages for Enterprise Linux Next - Testing - x86_64                                                             disabled 
 +epel-next-testing-debuginfo                                                   Extra Packages for Enterprise Linux Next - Testing - x86_64 - Debug                                                     disabled 
 +epel-next-testing-source                                                      Extra Packages for Enterprise Linux Next - Testing - x86_64 - Source                                                    disabled 
 +epel-source                                                                   Extra Packages for Enterprise Linux - x86_64 - Source                                                                     disabled 
 +epel-testing                                                                  Extra Packages for Enterprise Linux - Testing - x86_64                                                                    disabled 
 +epel-testing-debuginfo                                                        Extra Packages for Enterprise Linux - Testing - x86_64 - Debug                                                            disabled 
 +epel-testing-source                                                           Extra Packages for Enterprise Linux - Testing - x86_64 - Source                                                           disabled 
 +fast-datapath-for-rhel-9-x86_64-debug-rpms                                    Fast Datapath for RHEL 9 x86_64 (Debug RPMs)                                                                                disabled 
 +fast-datapath-for-rhel-9-x86_64-rpms                                          Fast Datapath for RHEL 9 x86_64 (RPMs)                                                                                      disabled 
 +fast-datapath-for-rhel-9-x86_64-source-rpms                                   Fast Datapath for RHEL 9 x86_64 (Source RPMs)                                                                               disabled 
 +fsw-textonly-1-for-middleware-rpms                                            Red Hat JBoss Fuse Service Works Text-Only Advisories                                                                       disabled 
 +gitops-1.12-for-rhel-9-x86_64-debug-rpms                                      Red Hat OpenShift GitOps 1.12 for RHEL 9 x86_64 (Debug RPMs)                                                                disabled 
 +gitops-1.12-for-rhel-9-x86_64-rpms                                            Red Hat OpenShift GitOps 1.12 for RHEL 9 x86_64 (RPMs)                                                                      disabled 
 +gitops-1.12-for-rhel-9-x86_64-source-rpms                                     Red Hat OpenShift GitOps 1.12 for RHEL 9 x86_64 (Source RPMs)                                                               disabled 
 +gitops-1.13-for-rhel-9-x86_64-debug-rpms                                      Red Hat OpenShift GitOps 1.13 for RHEL 9 x86_64 (Debug RPMs)                                                                disabled 
 +gitops-1.13-for-rhel-9-x86_64-rpms                                            Red Hat OpenShift GitOps 1.13 for RHEL 9 x86_64 (RPMs)                                                                      disabled 
 +gitops-1.13-for-rhel-9-x86_64-source-rpms                                     Red Hat OpenShift GitOps 1.13 for RHEL 9 x86_64 (Source RPMs)                                                               disabled 
 +gitops-1.14-for-rhel-9-x86_64-debug-rpms                                      Red Hat OpenShift GitOps 1.14 for RHEL 9 x86_64 (Debug RPMs)                                                                disabled 
 +gitops-1.14-for-rhel-9-x86_64-rpms                                            Red Hat OpenShift GitOps 1.14 for RHEL 9 x86_64 (RPMs)                                                                      disabled 
 +gitops-1.14-for-rhel-9-x86_64-source-rpms                                     Red Hat OpenShift GitOps 1.14 for RHEL 9 x86_64 (Source RPMs)                                                               disabled 
 +jb-coreservices-textonly-1-for-middleware-rhui-rpms                           Red Hat JBoss Core Services Text-Only Advisories from RHUI                                                                  disabled 
 +jb-coreservices-textonly-1-for-middleware-rpms                                Red Hat JBoss Core Services Text-Only Advisories                                                                            disabled 
 +jb-datagrid-8.4-for-rhel-9-x86_64-debug-rpms                                  Red Hat JBoss Data Grid 8.4 (RHEL 9) (Debug RPMs)                                                                           disabled 
 +jb-datagrid-8.4-for-rhel-9-x86_64-rpms                                        Red Hat JBoss Data Grid 8.4 (RHEL 9) (RPMs)                                                                                 disabled 
 +jb-datagrid-8.4-for-rhel-9-x86_64-source-rpms                                 Red Hat JBoss Data Grid 8.4 (RHEL 9) (Source RPMs)                                                                          disabled 
 +jb-datagrid-textonly-1-for-middleware-rpms                                    Red Hat JBoss Data Grid Text-Only Advisories                                                                                disabled 
 +jb-eap-7.4-for-rhel-9-x86_64-debug-rpms                                       JBoss Enterprise Application Platform 7.4 (RHEL 9) (Debug RPMs)                                                             disabled 
 +jb-eap-7.4-for-rhel-9-x86_64-rpms                                             JBoss Enterprise Application Platform 7.4 (RHEL 9) (RPMs)                                                                   disabled 
 +jb-eap-7.4-for-rhel-9-x86_64-source-rpms                                      JBoss Enterprise Application Platform 7.4 (RHEL 9) (Source RPMs)                                                            disabled 
 +jb-eap-8.0-for-rhel-9-x86_64-debug-rpms                                       JBoss Enterprise Application Platform 8.0 (RHEL 9 x86_64) (Debug RPMs)                                                      disabled 
 +jb-eap-8.0-for-rhel-9-x86_64-rhui-debug-rpms                                  JBoss Enterprise Application Platform 8.0 (RHEL 9) (Debug RPMs) from RHUI                                                   disabled 
 +jb-eap-8.0-for-rhel-9-x86_64-rhui-rpms                                        JBoss Enterprise Application Platform 8.0 (RHEL 9) (RPMs) from RHUI                                                         disabled 
 +jb-eap-8.0-for-rhel-9-x86_64-rhui-source-rpms                                 JBoss Enterprise Application Platform 8.0 (RHEL 9) (Source RPMs) from RHUI                                                  disabled 
 +jb-eap-8.0-for-rhel-9-x86_64-rpms                                             JBoss Enterprise Application Platform 8.0 (RHEL 9 x86_64) (RPMs)                                                            disabled 
 +jb-eap-8.0-for-rhel-9-x86_64-source-rpms                                      JBoss Enterprise Application Platform 8.0 (RHEL 9 x86_64) (Source RPMs)                                                     disabled 
 +jb-eap-textonly-1-for-middleware-rpms                                         Red Hat JBoss Enterprise Application Platform Text-Only Advisories                                                          disabled 
 +jdv-textonly-1-for-middleware-rpms                                            Red Hat JBoss Data Virtualization Text-Only Advisories                                                                      disabled 
 +jon-textonly-1-for-middleware-rpms                                            Red Hat JBoss Operations Network Text-Only Advisories                                                                       disabled 
 +jpp-textonly-1-for-middleware-rpms                                            Red Hat JBoss Portal Text-Only Advisories                                                                                   disabled 
 +kmm-1-for-rhel-9-x86_64-debug-rpms                                            Kernel Module Management 1 for RHEL 9 x86_64 (Debug RPMs)                                                                   disabled 
 +kmm-1-for-rhel-9-x86_64-rpms                                                  Kernel Module Management 1 for RHEL 9 x86_64 (RPMs)                                                                         disabled 
 +kmm-1-for-rhel-9-x86_64-source-rpms                                           Kernel Module Management 1 for RHEL 9 x86_64 (Source RPMs)                                                                  disabled 
 +kmm-2-for-rhel-9-x86_64-debug-rpms                                            Kernel Module Management 2 for RHEL 9 x86_64 (Debug RPMs)                                                                   disabled 
 +kmm-2-for-rhel-9-x86_64-rpms                                                  Kernel Module Management 2 for RHEL 9 x86_64 (RPMs)                                                                         disabled 
 +kmm-2-for-rhel-9-x86_64-source-rpms                                           Kernel Module Management 2 for RHEL 9 x86_64 (Source RPMs)                                                                  disabled 
 +lvms-4.14-for-rhel-9-x86_64-debug-rpms                                        Logical Volume Manager Storage 4.14 for RHEL 9 x86_64 (Debug RPMs)                                                          disabled 
 +lvms-4.14-for-rhel-9-x86_64-rpms                                              Logical Volume Manager Storage 4.14 for RHEL 9 x86_64 (RPMs)                                                                disabled 
 +lvms-4.14-for-rhel-9-x86_64-source-rpms                                       Logical Volume Manager Storage 4.14 for RHEL 9 x86_64 (Source RPMs)                                                         disabled 
 +lvms-4.15-for-rhel-9-x86_64-debug-rpms                                        Logical Volume Manager Storage 4.15 for RHEL 9 x86_64 (Debug RPMs)                                                          disabled 
 +lvms-4.15-for-rhel-9-x86_64-rpms                                              Logical Volume Manager Storage 4.15 for RHEL 9 x86_64 (RPMs)                                                                disabled 
 +lvms-4.15-for-rhel-9-x86_64-source-rpms                                       Logical Volume Manager Storage 4.15 for RHEL 9 x86_64 (Source RPMs)                                                         disabled 
 +lvms-4.16-for-rhel-9-x86_64-debug-rpms                                        Logical Volume Manager Storage 4.16 for RHEL 9 x86_64 (Debug RPMs)                                                          disabled 
 +lvms-4.16-for-rhel-9-x86_64-rpms                                              Logical Volume Manager Storage 4.16 for RHEL 9 x86_64 (RPMs)                                                                disabled 
 +lvms-4.16-for-rhel-9-x86_64-source-rpms                                       Logical Volume Manager Storage 4.16 for RHEL 9 x86_64 (Source RPMs)                                                         disabled 
 +lvms-4.17-for-rhel-9-x86_64-debug-rpms                                        Logical Volume Manager Storage 4.17 for RHEL 9 x86_64 (Debug RPMs)                                                          disabled 
 +lvms-4.17-for-rhel-9-x86_64-rpms                                              Logical Volume Manager Storage 4.17 for RHEL 9 x86_64 (RPMs)                                                                disabled 
 +lvms-4.17-for-rhel-9-x86_64-source-rpms                                       Logical Volume Manager Storage 4.17 for RHEL 9 x86_64 (Source RPMs)                                                         disabled 
 +network-observability-1-for-rhel-9-x86_64-debug-rpms                          Network Observability (NETOBSERV) 1 for RHEL 9 x86_64 (Debug RPMs)                                                          disabled 
 +network-observability-1-for-rhel-9-x86_64-rpms                                Network Observability (NETOBSERV) 1 for RHEL 9 x86_64 (RPMs)                                                                disabled 
 +network-observability-1-for-rhel-9-x86_64-source-rpms                         Network Observability (NETOBSERV) 1 for RHEL 9 x86_64 (Source RPMs)                                                         disabled 
 +ocp-tools-4.15-for-rhel-9-x86_64-debug-rpms                                   OpenShift Developer Tools and Services 4.15 (RHEL 9) (x86_64 Debug RPMs)                                                    disabled 
 +ocp-tools-4.15-for-rhel-9-x86_64-rpms                                         OpenShift Developer Tools and Services 4.15 (RHEL 9) (x86_64 RPMs)                                                          disabled 
 +ocp-tools-4.15-for-rhel-9-x86_64-source-rpms                                  OpenShift Developer Tools and Services 4.15 (RHEL 9) (x86_64 Source RPMs)                                                   disabled 
 +ocp-tools-4.16-for-rhel-9-x86_64-debug-rpms                                   OpenShift Developer Tools and Services 4.16 (RHEL 9) (x86_64 Debug RPMs)                                                    disabled 
 +ocp-tools-4.16-for-rhel-9-x86_64-rpms                                         OpenShift Developer Tools and Services 4.16 (RHEL 9) (x86_64 RPMs)                                                          disabled 
 +ocp-tools-4.16-for-rhel-9-x86_64-source-rpms                                  OpenShift Developer Tools and Services 4.16 (RHEL 9) (x86_64 Source RPMs)                                                   disabled 
 +openjdk-textonly-1-for-middleware-rpms                                        OpenJDK Text-Only Advisories                                                                                                disabled 
 +openliberty-textonly-1-for-middleware-rpms                                    Open Liberty Text-Only Advisories                                                                                           disabled 
 +openstack-17-tools-for-rhel-9-x86_64-debug-rpms                               Red Hat OpenStack Platform 17 Tools for RHEL 9 x86_64 (Debug RPMs)                                                          disabled 
 +openstack-17-tools-for-rhel-9-x86_64-rpms                                     Red Hat OpenStack Platform 17 Tools for RHEL 9 x86_64 (RPMs)                                                                disabled 
 +openstack-17-tools-for-rhel-9-x86_64-source-rpms                              Red Hat OpenStack Platform 17 Tools for RHEL 9 x86_64 (Source RPMs)                                                         disabled 
 +openstack-17.1-tools-for-rhel-9-x86_64-debug-rpms                             Red Hat OpenStack Platform 17.1 Tools for RHEL 9 x86_64 (Debug RPMs)                                                        disabled 
 +openstack-17.1-tools-for-rhel-9-x86_64-rpms                                   Red Hat OpenStack Platform 17.1 Tools for RHEL 9 x86_64 (RPMs)                                                              disabled 
 +openstack-17.1-tools-for-rhel-9-x86_64-source-rpms                            Red Hat OpenStack Platform 17.1 Tools for RHEL 9 x86_64 (Source RPMs)                                                       disabled 
 +osso-1-for-rhel-9-x86_64-debug-rpms                                           Secondary Scheduler Operator 1 for RHEL 9 for Red Hat OpenShift (Debug RPMs)                                                disabled 
 +osso-1-for-rhel-9-x86_64-files                                                Secondary Scheduler Operator 1 for RHEL 9 for Red Hat OpenShift (Files)                                                     disabled 
 +osso-1-for-rhel-9-x86_64-rpms                                                 Secondary Scheduler Operator 1 for RHEL 9 for Red Hat OpenShift (RPMs)                                                      disabled 
 +osso-1-for-rhel-9-x86_64-source-rpms                                          Secondary Scheduler Operator 1 for RHEL 9 for Red Hat OpenShift (Source RPMs)                                               disabled 
 +quarkus-textonly-1-for-middleware-rpms                                        Red Hat build of Quarkus Text-Only Advisories                                                                               disabled 
 +rhbop-textonly-1-for-middleware-rpms                                          Red Hat Build of OptaPlanner Text-Only Advisories                                                                           disabled 
 +rhceph-5-tools-for-rhel-9-x86_64-debug-rpms                                   Red Hat Ceph Storage Tools 5 for RHEL 9 x86_64 (Debug RPMs)                                                                 disabled 
 +rhceph-5-tools-for-rhel-9-x86_64-rpms                                         Red Hat Ceph Storage Tools 5 for RHEL 9 x86_64 (RPMs)                                                                       disabled 
 +rhceph-5-tools-for-rhel-9-x86_64-source-rpms                                  Red Hat Ceph Storage Tools 5 for RHEL 9 x86_64 (Source RPMs)                                                                disabled 
 +rhceph-6-tools-for-rhel-9-x86_64-debug-rpms                                   Red Hat Ceph Storage Tools 6 for RHEL 9 x86_64 (Debug RPMs)                                                                 disabled 
 +rhceph-6-tools-for-rhel-9-x86_64-rpms                                         Red Hat Ceph Storage Tools 6 for RHEL 9 x86_64 (RPMs)                                                                       disabled 
 +rhceph-6-tools-for-rhel-9-x86_64-source-rpms                                  Red Hat Ceph Storage Tools 6 for RHEL 9 x86_64 (Source RPMs)                                                                disabled 
 +rhceph-7-tools-for-rhel-9-x86_64-debug-rpms                                   Red Hat Ceph Storage Tools 7 for RHEL 9 x86_64 (Debug RPMs)                                                                 disabled 
 +rhceph-7-tools-for-rhel-9-x86_64-rpms                                         Red Hat Ceph Storage Tools 7 for RHEL 9 x86_64 (RPMs)                                                                       disabled 
 +rhceph-7-tools-for-rhel-9-x86_64-source-rpms                                  Red Hat Ceph Storage Tools 7 for RHEL 9 x86_64 (Source RPMs)                                                                disabled 
 +rhceph-8-tools-for-rhel-9-x86_64-debug-rpms                                   Red Hat Ceph Storage Tools 8 for RHEL 9 x86_64 (Debug RPMs)                                                                 disabled 
 +rhceph-8-tools-for-rhel-9-x86_64-rpms                                         Red Hat Ceph Storage Tools 8 for RHEL 9 x86_64 (RPMs)                                                                       disabled 
 +rhceph-8-tools-for-rhel-9-x86_64-source-rpms                                  Red Hat Ceph Storage Tools 8 for RHEL 9 x86_64 (Source RPMs)                                                                disabled 
 +rhdh-1-for-rhel-9-x86_64-debug-rpms                                           Red Hat Developer Hub 1 (RHEL 9) (Debug RPMs)                                                                               disabled 
 +rhdh-1-for-rhel-9-x86_64-rpms                                                 Red Hat Developer Hub 1 (RHEL 9) (RPMs)                                                                                     disabled 
 +rhdh-1-for-rhel-9-x86_64-source-rpms                                          Red Hat Developer Hub 1 (RHEL 9) (Source RPMs)                                                                              disabled 
 +rhel-9-for-x86_64-appstream-debug-rpms                                        Red Hat Enterprise Linux 9 for x86_64 AppStream (Debug RPMs)                                                              disabled 
 +rhel-9-for-x86_64-appstream-e4s-debug-rpms                                    Red Hat Enterprise Linux 9 for x86_64 AppStream - Update Services for SAP Solutions (Debug RPMs)                          disabled 
 +rhel-9-for-x86_64-appstream-e4s-rpms                                          Red Hat Enterprise Linux 9 for x86_64 AppStream - Update Services for SAP Solutions (RPMs)                                disabled 
 +rhel-9-for-x86_64-appstream-e4s-source-rpms                                   Red Hat Enterprise Linux 9 for x86_64 - AppStream - Update Services for SAP Solutions (Source RPMs)                         disabled 
 +rhel-9-for-x86_64-appstream-eus-debug-rpms                                    Red Hat Enterprise Linux 9 for x86_64 - AppStream - Extended Update Support (Debug RPMs)                                    disabled 
 +rhel-9-for-x86_64-appstream-eus-rpms                                          Red Hat Enterprise Linux 9 for x86_64 - AppStream - Extended Update Support (RPMs)                                          disabled 
 +rhel-9-for-x86_64-appstream-eus-source-rpms                                   Red Hat Enterprise Linux 9 for x86_64 - AppStream - Extended Update Support (Source RPMs)                                   disabled 
 +rhel-9-for-x86_64-appstream-rpms                                              Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)                                                                    enabled 
 +rhel-9-for-x86_64-appstream-source-rpms                                       Red Hat Enterprise Linux 9 for x86_64 - AppStream (Source RPMs)                                                             disabled 
 +rhel-9-for-x86_64-baseos-debug-rpms                                           Red Hat Enterprise Linux 9 for x86_64 BaseOS (Debug RPMs)                                                                 disabled 
 +rhel-9-for-x86_64-baseos-e4s-debug-rpms                                       Red Hat Enterprise Linux 9 for x86_64 - BaseOS - Update Services for SAP Solutions (Debug RPMs)                             disabled 
 +rhel-9-for-x86_64-baseos-e4s-rpms                                             Red Hat Enterprise Linux 9 for x86_64 - BaseOS - Update Services for SAP Solutions (RPMs)                                   disabled 
 +rhel-9-for-x86_64-baseos-e4s-source-rpms                                      Red Hat Enterprise Linux 9 for x86_64 - BaseOS - Update Services for SAP Solutions (Source RPMs)                            disabled 
 +rhel-9-for-x86_64-baseos-eus-debug-rpms                                       Red Hat Enterprise Linux 9 for x86_64 - BaseOS - Extended Update Support (Debug RPMs)                                       disabled 
 +rhel-9-for-x86_64-baseos-eus-rpms                                             Red Hat Enterprise Linux 9 for x86_64 BaseOS - Extended Update Support (RPMs)                                             disabled 
 +rhel-9-for-x86_64-baseos-eus-source-rpms                                      Red Hat Enterprise Linux 9 for x86_64 - BaseOS - Extended Update Support (Source RPMs)                                      disabled 
 +rhel-9-for-x86_64-baseos-rpms                                                 Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)                                                                       enabled 
 +rhel-9-for-x86_64-baseos-source-rpms                                          Red Hat Enterprise Linux 9 for x86_64 - BaseOS (Source RPMs)                                                                disabled 
 +rhel-9-for-x86_64-highavailability-debug-rpms                                 Red Hat Enterprise Linux 9 for x86_64 - High Availability (Debug RPMs)                                                      disabled 
 +rhel-9-for-x86_64-highavailability-e4s-debug-rpms                             Red Hat Enterprise Linux 9 for x86_64 - High Availability - Update Services for SAP Solutions (Debug RPMs)                  disabled 
 +rhel-9-for-x86_64-highavailability-e4s-rpms                                   Red Hat Enterprise Linux 9 for x86_64 - High Availability - Update Services for SAP Solutions (RPMs)                        disabled 
 +rhel-9-for-x86_64-highavailability-e4s-source-rpms                            Red Hat Enterprise Linux 9 for x86_64 High Availability Update Services for SAP Solutions (Source RPMs)                 disabled 
 +rhel-9-for-x86_64-highavailability-eus-debug-rpms                             Red Hat Enterprise Linux 9 for x86_64 - High Availability - Extended Update Support (Debug RPMs)                            disabled 
 +rhel-9-for-x86_64-highavailability-eus-rpms                                   Red Hat Enterprise Linux 9 for x86_64 - High Availability - Extended Update Support (RPMs)                                  disabled 
 +rhel-9-for-x86_64-highavailability-eus-source-rpms                            Red Hat Enterprise Linux 9 for x86_64 - High Availability - Extended Update Support (Source RPMs)                           disabled 
 +rhel-9-for-x86_64-highavailability-rpms                                       Red Hat Enterprise Linux 9 for x86_64 - High Availability (RPMs)                                                            disabled 
 +rhel-9-for-x86_64-highavailability-source-rpms                                Red Hat Enterprise Linux 9 for x86_64 - High Availability (Source RPMs)                                                     disabled 
 +rhel-9-for-x86_64-resilientstorage-debug-rpms                                 Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage (Debug RPMs)                                                      disabled 
 +rhel-9-for-x86_64-resilientstorage-eus-debug-rpms                             Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage - Extended Update Support (Debug RPMs)                            disabled 
 +rhel-9-for-x86_64-resilientstorage-eus-rpms                                   Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage - Extended Update Support (RPMs)                                  disabled 
 +rhel-9-for-x86_64-resilientstorage-eus-source-rpms                            Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage - Extended Update Support (Source RPMs)                           disabled 
 +rhel-9-for-x86_64-resilientstorage-rpms                                       Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage (RPMs)                                                            disabled 
 +rhel-9-for-x86_64-resilientstorage-source-rpms                                Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage (Source RPMs)                                                     disabled 
 +rhel-9-for-x86_64-rt-debug-rpms                                               Red Hat Enterprise Linux 9 for x86_64 - Real Time (Debug RPMs)                                                              disabled 
 +rhel-9-for-x86_64-rt-rpms                                                     Red Hat Enterprise Linux 9 for x86_64 - Real Time (RPMs)                                                                    disabled 
 +rhel-9-for-x86_64-rt-source-rpms                                              Red Hat Enterprise Linux 9 for x86_64 - Real Time (Source RPMs)                                                             disabled 
 +rhel-9-for-x86_64-sap-netweaver-debug-rpms                                    Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver (Debug RPMs)                                                          disabled 
 +rhel-9-for-x86_64-sap-netweaver-e4s-debug-rpms                                Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver - Update Services for SAP Solutions (Debug RPMs)                      disabled 
 +rhel-9-for-x86_64-sap-netweaver-e4s-rpms                                      Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver - Update Services for SAP Solutions (RPMs)                            disabled 
 +rhel-9-for-x86_64-sap-netweaver-e4s-source-rpms                               Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver - Update Services for SAP Solutions (Source RPMs)                     disabled 
 +rhel-9-for-x86_64-sap-netweaver-eus-debug-rpms                                Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver - Extended Update Support (Debug RPMs)                                disabled 
 +rhel-9-for-x86_64-sap-netweaver-eus-rpms                                      Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver - Extended Update Support (RPMs)                                      disabled 
 +rhel-9-for-x86_64-sap-netweaver-eus-source-rpms                               Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver - Extended Update Support (Source RPMs)                               disabled 
 +rhel-9-for-x86_64-sap-netweaver-rpms                                          Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver (RPMs)                                                                disabled 
 +rhel-9-for-x86_64-sap-netweaver-source-rpms                                   Red Hat Enterprise Linux 9 for x86_64 - SAP NetWeaver (Source RPMs)                                                         disabled 
 +rhel-9-for-x86_64-sap-solutions-debug-rpms                                    Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions (Debug RPMs)                                                          disabled 
 +rhel-9-for-x86_64-sap-solutions-e4s-debug-rpms                                Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions - Update Services for SAP Solutions (Debug RPMs)                      disabled 
 +rhel-9-for-x86_64-sap-solutions-e4s-rpms                                      Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions - Update Services for SAP Solutions (RPMs)                            disabled 
 +rhel-9-for-x86_64-sap-solutions-e4s-source-rpms                               Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions - Update Services for SAP Solutions (Source RPMs)                     disabled 
 +rhel-9-for-x86_64-sap-solutions-eus-debug-rpms                                Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions - Extended Update Support (Debug RPMs)                                disabled 
 +rhel-9-for-x86_64-sap-solutions-eus-rpms                                      Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions - Extended Update Support (RPMs)                                      disabled 
 +rhel-9-for-x86_64-sap-solutions-eus-source-rpms                               Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions - Extended Update Support (Source RPMs)                               disabled 
 +rhel-9-for-x86_64-sap-solutions-rpms                                          Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions (RPMs)                                                                disabled 
 +rhel-9-for-x86_64-sap-solutions-source-rpms                                   Red Hat Enterprise Linux 9 for x86_64 - SAP Solutions (Source RPMs)                                                         disabled 
 +rhel-9-for-x86_64-supplementary-debug-rpms                                    Red Hat Enterprise Linux 9 for x86_64 - Supplementary (Debug RPMs)                                                          disabled 
 +rhel-9-for-x86_64-supplementary-eus-debug-rpms                                Red Hat Enterprise Linux 9 for x86_64 - Supplementary - Extended Update Support (Debug RPMs)                                disabled 
 +rhel-9-for-x86_64-supplementary-eus-rpms                                      Red Hat Enterprise Linux 9 for x86_64 - Supplementary - Extended Update Support (RPMs)                                      disabled 
 +rhel-9-for-x86_64-supplementary-eus-source-rpms                               Red Hat Enterprise Linux 9 for x86_64 - Supplementary - Extended Update Support (Source RPMs)                               disabled 
 +rhel-9-for-x86_64-supplementary-rpms                                          Red Hat Enterprise Linux 9 for x86_64 - Supplementary (RPMs)                                                                disabled 
 +rhel-9-for-x86_64-supplementary-source-rpms                                   Red Hat Enterprise Linux 9 for x86_64 - Supplementary (Source RPMs)                                                         disabled 
 +rhel-atomic-7-cdk-2.3-debug-rpms                                              Red Hat Container Development Kit 2.3 /(Debug RPMs)                                                                         disabled 
 +rhel-atomic-7-cdk-2.3-rpms                                                    Red Hat Container Development Kit 2.3 /(RPMs)                                                                               disabled 
 +rhel-atomic-7-cdk-2.3-source-rpms                                             Red Hat Container Development Kit 2.3 /(Source RPMs)                                                                        disabled 
 +rhel-atomic-7-cdk-3.10-rpms                                                   Red Hat Container Development Kit 3.10 /(RPMs)                                                                              disabled 
 +rhel-atomic-7-cdk-3.11-rpms                                                   Red Hat Container Development Kit 3.11 /(RPMs)                                                                              disabled 
 +rhel-atomic-7-cdk-3.12-rpms                                                   Red Hat Container Development Kit 3.12 /(RPMs)                                                                              disabled 
 +rhel-atomic-7-cdk-3.13-rpms                                                   Red Hat Container Development Kit 3.13 /(RPMs)                                                                              disabled 
 +rhel-atomic-7-cdk-3.14-rpms                                                   Red Hat Container Development Kit 3.14 /(RPMs)                                                                              disabled 
 +rhel-atomic-7-cdk-3.15-rpms                                                   Red Hat Container Development Kit 3.15 /(RPMs)                                                                              disabled 
 +rhel-atomic-7-cdk-3.16-rpms                                                   Red Hat Container Development Kit 3.16 /(RPMs)                                                                              disabled 
 +rhel-atomic-7-cdk-3.17-rpms                                                   Red Hat Container Development Kit 3.17 /(RPMs)                                                                              disabled 
 +rhel-atomic-7-cdk-3.3-debug-rpms                                              Red Hat Container Development Kit 3.3 /(Debug RPMs)                                                                         disabled 
 +rhel-atomic-7-cdk-3.3-rpms                                                    Red Hat Container Development Kit 3.3 /(RPMs)                                                                               disabled 
 +rhel-atomic-7-cdk-3.3-source-rpms                                             Red Hat Container Development Kit 3.3 /(Source RPMs)                                                                        disabled 
 +rhel-atomic-7-cdk-3.4-debug-rpms                                              Red Hat Container Development Kit 3.4 /(Debug RPMs)                                                                         disabled 
 +rhel-atomic-7-cdk-3.4-rpms                                                    Red Hat Container Development Kit 3.4 /(RPMs)                                                                               disabled 
 +rhel-atomic-7-cdk-3.4-source-rpms                                             Red Hat Container Development Kit 3.4 /(Source RPMs)                                                                        disabled 
 +rhel-atomic-7-cdk-3.5-debug-rpms                                              Red Hat Container Development Kit 3.5 /(Debug RPMs)                                                                         disabled 
 +rhel-atomic-7-cdk-3.5-rpms                                                    Red Hat Container Development Kit 3.5 /(RPMs)                                                                               disabled 
 +rhel-atomic-7-cdk-3.5-source-rpms                                             Red Hat Container Development Kit 3.5 /(Source RPMs)                                                                        disabled 
 +rhel-atomic-7-cdk-3.6-debug-rpms                                              Red Hat Container Development Kit 3.6 /(Debug RPMs)                                                                         disabled 
 +rhel-atomic-7-cdk-3.6-rpms                                                    Red Hat Container Development Kit 3.6 /(RPMs)                                                                               disabled 
 +rhel-atomic-7-cdk-3.6-source-rpms                                             Red Hat Container Development Kit 3.6 /(Source RPMs)                                                                        disabled 
 +rhel-atomic-7-cdk-3.7-rpms                                                    Red Hat Container Development Kit 3.7 /(RPMs)                                                                               disabled 
 +rhel-atomic-7-cdk-3.8-rpms                                                    Red Hat Container Development Kit 3.8 /(RPMs)                                                                               disabled 
 +rhel-atomic-7-cdk-3.9-rpms                                                    Red Hat Container Development Kit 3.9 /(RPMs)                                                                               disabled 
 +rhelai-1.1-for-rhel-9-x86_64-debug-rpms                                       Red Hat Enterprise Linux AI (1.1) for RHEL 9 x86_64 (Debug RPMs)                                                            disabled 
 +rhelai-1.1-for-rhel-9-x86_64-rpms                                             Red Hat Enterprise Linux AI (1.1) for RHEL 9 x86_64 (RPMs)                                                                  disabled 
 +rhelai-1.1-for-rhel-9-x86_64-source-rpms                                      Red Hat Enterprise Linux AI (1.1) for RHEL 9 x86_64 (Source RPMs)                                                           disabled 
 +rhelai-1.2-for-rhel-9-x86_64-debug-rpms                                       Red Hat Enterprise Linux AI (1.2) for RHEL 9 x86_64 (Debug RPMs)                                                            disabled 
 +rhelai-1.2-for-rhel-9-x86_64-rpms                                             Red Hat Enterprise Linux AI (1.2) for RHEL 9 x86_64 (RPMs)                                                                  disabled 
 +rhelai-1.2-for-rhel-9-x86_64-source-rpms                                      Red Hat Enterprise Linux AI (1.2) for RHEL 9 x86_64 (Source RPMs)                                                           disabled 
 +rhelai-1.2-gaudi-for-rhel-9-x86_64-debug-rpms                                 Red Hat Enterprise Linux AI (1.2) for RHEL 9 x86_64 - Gaudi (Debug RPMs)                                                    disabled 
 +rhelai-1.2-gaudi-for-rhel-9-x86_64-rpms                                       Red Hat Enterprise Linux AI (1.2) for RHEL 9 x86_64 - Gaudi (RPMs)                                                          disabled 
 +rhelai-1.2-gaudi-for-rhel-9-x86_64-source-rpms                                Red Hat Enterprise Linux AI (1.2) for RHEL 9 x86_64 - Gaudi (Source RPMs)                                                   disabled 
 +rhocp-4.12-for-rhel-9-x86_64-debug-rpms                                       Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64 (Debug RPMs)                                                    disabled 
 +rhocp-4.12-for-rhel-9-x86_64-rpms                                             Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64 (RPMs)                                                          disabled 
 +rhocp-4.12-for-rhel-9-x86_64-source-rpms                                      Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64 (Source RPMs)                                                   disabled 
 +rhocp-4.13-for-rhel-9-x86_64-debug-rpms                                       Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64 (Debug RPMs)                                                    disabled 
 +rhocp-4.13-for-rhel-9-x86_64-rpms                                             Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64 (RPMs)                                                          disabled 
 +rhocp-4.13-for-rhel-9-x86_64-source-rpms                                      Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64 (Source RPMs)                                                   disabled 
 +rhocp-4.14-for-rhel-9-x86_64-debug-rpms                                       Red Hat OpenShift Container Platform 4.14 for RHEL 9 x86_64 (Debug RPMs)                                                    disabled 
 +rhocp-4.14-for-rhel-9-x86_64-rpms                                             Red Hat OpenShift Container Platform 4.14 for RHEL 9 x86_64 (RPMs)                                                          disabled 
 +rhocp-4.14-for-rhel-9-x86_64-source-rpms                                      Red Hat OpenShift Container Platform 4.14 for RHEL 9 x86_64 (Source RPMs)                                                   disabled 
 +rhocp-4.15-for-rhel-9-x86_64-debug-rpms                                       Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64 (Debug RPMs)                                                    disabled 
 +rhocp-4.15-for-rhel-9-x86_64-rpms                                             Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64 (RPMs)                                                          disabled 
 +rhocp-4.15-for-rhel-9-x86_64-source-rpms                                      Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64 (Source RPMs)                                                   disabled 
 +rhocp-4.16-for-rhel-9-x86_64-debug-rpms                                       Red Hat OpenShift Container Platform 4.16 for RHEL 9 x86_64 (Debug RPMs)                                                    disabled 
 +rhocp-4.16-for-rhel-9-x86_64-rpms                                             Red Hat OpenShift Container Platform 4.16 for RHEL 9 x86_64 (RPMs)                                                          disabled 
 +rhocp-4.16-for-rhel-9-x86_64-source-rpms                                      Red Hat OpenShift Container Platform 4.16 for RHEL 9 x86_64 (Source RPMs)                                                   disabled 
 +rhocp-4.17-for-rhel-9-x86_64-debug-rpms                                       Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64 (Debug RPMs)                                                    disabled 
 +rhocp-4.17-for-rhel-9-x86_64-rpms                                             Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64 (RPMs)                                                          disabled 
 +rhocp-4.17-for-rhel-9-x86_64-source-rpms                                      Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64 (Source RPMs)                                                   disabled 
 +rhocp-ironic-4.12-for-rhel-9-x86_64-debug-rpms                                Ironic content for Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64 (Debug RPMs)                                 disabled 
 +rhocp-ironic-4.12-for-rhel-9-x86_64-rpms                                      Ironic content for Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64 (RPMs)                                       disabled 
 +rhocp-ironic-4.12-for-rhel-9-x86_64-source-rpms                               Ironic content for Red Hat OpenShift Container Platform 4.12 for RHEL 9 x86_64 (Source RPMs)                                disabled 
 +rhocp-ironic-4.13-for-rhel-9-x86_64-debug-rpms                                Ironic content for Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64 (Debug RPMs)                                 disabled 
 +rhocp-ironic-4.13-for-rhel-9-x86_64-rpms                                      Ironic content for Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64 (RPMs)                                       disabled 
 +rhocp-ironic-4.13-for-rhel-9-x86_64-source-rpms                               Ironic content for Red Hat OpenShift Container Platform 4.13 for RHEL 9 x86_64 (Source RPMs)                                disabled 
 +rhocp-ironic-4.14-for-rhel-9-x86_64-debug-rpms                                Ironic content for Red Hat OpenShift Container Platform 4.14 for RHEL 9 x86_64 (Debug RPMs)                                 disabled 
 +rhocp-ironic-4.14-for-rhel-9-x86_64-rpms                                      Ironic content for Red Hat OpenShift Container Platform 4.14 for RHEL 9 x86_64 (RPMs)                                       disabled 
 +rhocp-ironic-4.14-for-rhel-9-x86_64-source-rpms                               Ironic content for Red Hat OpenShift Container Platform 4.14 for RHEL 9 x86_64 (Source RPMs)                                disabled 
 +rhocp-ironic-4.15-for-rhel-9-x86_64-debug-rpms                                Ironic content for Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64 (Debug RPMs)                                 disabled 
 +rhocp-ironic-4.15-for-rhel-9-x86_64-rpms                                      Ironic content for Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64 (RPMs)                                       disabled 
 +rhocp-ironic-4.15-for-rhel-9-x86_64-source-rpms                               Ironic content for Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64 (Source RPMs)                                disabled 
 +rhocp-ironic-4.16-for-rhel-9-x86_64-debug-rpms                                Ironic content for Red Hat OpenShift Container Platform 4.16 for RHEL 9 x86_64 (Debug RPMs)                                 disabled 
 +rhocp-ironic-4.16-for-rhel-9-x86_64-rpms                                      Ironic content for Red Hat OpenShift Container Platform 4.16 for RHEL 9 x86_64 (RPMs)                                       disabled 
 +rhocp-ironic-4.16-for-rhel-9-x86_64-source-rpms                               Ironic content for Red Hat OpenShift Container Platform 4.16 for RHEL 9 x86_64 (Source RPMs)                                disabled 
 +rhocp-ironic-4.17-for-rhel-9-x86_64-debug-rpms                                Ironic content for Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64 (Debug RPMs)                                 disabled 
 +rhocp-ironic-4.17-for-rhel-9-x86_64-rpms                                      Ironic content for Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64 (RPMs)                                       disabled 
 +rhocp-ironic-4.17-for-rhel-9-x86_64-source-rpms                               Ironic content for Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64 (Source RPMs)                                disabled 
 +rhosds-textonly-3-for-middleware-rpms                                         Red Hat OpenShift Dev Spaces 3 Container Advisories                                                                         disabled 
 +rhose-textonly-1-for-middleware-rpms                                          Red Hat Middleware Container Advisories                                                                                     disabled 
 +rhoso-tools-18-beta-for-rhel-9-x86_64-debug-rpms                              Red Hat OpenStack Services on OpenShift 18 Tools Beta for RHEL 9 x86_64 (Debug RPMs)                                        disabled 
 +rhoso-tools-18-beta-for-rhel-9-x86_64-rpms                                    Red Hat OpenStack Services on OpenShift 18 Tools Beta for RHEL 9 x86_64 (RPMs)                                              disabled 
 +rhoso-tools-18-beta-for-rhel-9-x86_64-source-rpms                             Red Hat OpenStack Services on OpenShift 18 Tools Beta for RHEL 9 x86_64 (Source RPMs)                                       disabled 
 +rhoso-tools-18-for-rhel-9-x86_64-debug-rpms                                   Red Hat OpenStack Services on OpenShift 18 Tools for RHEL 9 x86_64 (Debug RPMs)                                             disabled 
 +rhoso-tools-18-for-rhel-9-x86_64-rpms                                         Red Hat OpenStack Services on OpenShift 18 Tools for RHEL 9 x86_64 (RPMs)                                                   disabled 
 +rhoso-tools-18-for-rhel-9-x86_64-source-rpms                                  Red Hat OpenStack Services on OpenShift 18 Tools for RHEL 9 x86_64 (Source RPMs)                                            disabled 
 +rhpm-1-for-rhel-9-x86_64-textonly-debug-rpms                                  Power monitoring for Red Hat OpenShift (for RHEL 9 x86_64) (Debug RPMs)                                                     disabled 
 +rhpm-1-for-rhel-9-x86_64-textonly-rpms                                        Power monitoring for Red Hat OpenShift (for RHEL 9 x86_64) (RPMs)                                                           disabled 
 +rhpm-1-for-rhel-9-x86_64-textonly-source-rpms                                 Power monitoring for Red Hat OpenShift (for RHEL 9 x86_64) (Source RPMs)                                                    disabled 
 +rhsi-textonly-1-for-middleware-rpms                                           Red Hat Service Interconnect Text-Only Advisories                                                                           disabled 
 +rhv-4-tools-for-rhel-9-x86_64-debug-rpms                                      Red Hat Virtualization 4 Tools for RHEL 9 x86_64 (Debug RPMs)                                                               disabled 
 +rhv-4-tools-for-rhel-9-x86_64-rpms                                            Red Hat Virtualization 4 Tools for RHEL 9 x86_64 (RPMs)                                                                     disabled 
 +rhv-4-tools-for-rhel-9-x86_64-source-rpms                                     Red Hat Virtualization 4 Tools for RHEL 9 x86_64 (Source RPMs)                                                              disabled 
 +rodoo-1-for-rhel-9-x86_64-debug-rpms                                          Run Once Duration Override Operator (RODOO) 1 for RHEL 9 x86_64 (Debug RPMs)                                                disabled 
 +rodoo-1-for-rhel-9-x86_64-rpms                                                Run Once Duration Override Operator (RODOO) 1 for RHEL 9 x86_64 (RPMs)                                                      disabled 
 +rodoo-1-for-rhel-9-x86_64-source-rpms                                         Run Once Duration Override Operator (RODOO) 1 for RHEL 9 x86_64 (Source RPMs)                                               disabled 
 +satellite-client-6-for-rhel-9-x86_64-debug-rpms                               Red Hat Satellite Client 6 for RHEL 9 x86_64 (Debug RPMs)                                                                   disabled 
 +satellite-client-6-for-rhel-9-x86_64-e4s-debug-rpms                           Red Hat Satellite Client 6 for RHEL 9 x86_64 - Update Services for SAP Solutions (Debug RPMs)                               disabled 
 +satellite-client-6-for-rhel-9-x86_64-e4s-rpms                                 Red Hat Satellite Client 6 for RHEL 9 x86_64 - Update Services for SAP Solutions (RPMs)                                     disabled 
 +satellite-client-6-for-rhel-9-x86_64-e4s-source-rpms                          Red Hat Satellite Client 6 for RHEL 9 x86_64 - Update Services for SAP Solutions (Source RPMs)                              disabled 
 +satellite-client-6-for-rhel-9-x86_64-eus-debug-rpms                           Red Hat Satellite Client 6 for RHEL 9 x86_64 - Extended Update Support (Debug RPMs)                                         disabled 
 +satellite-client-6-for-rhel-9-x86_64-eus-rpms                                 Red Hat Satellite Client 6 for RHEL 9 x86_64 - Extended Update Support (RPMs)                                               disabled 
 +satellite-client-6-for-rhel-9-x86_64-eus-source-rpms                          Red Hat Satellite Client 6 for RHEL 9 x86_64 - Extended Update Support (Source RPMs)                                        disabled 
 +satellite-client-6-for-rhel-9-x86_64-rpms                                     Red Hat Satellite Client 6 for RHEL 9 x86_64 (RPMs)                                                                         disabled 
 +satellite-client-6-for-rhel-9-x86_64-source-rpms                              Red Hat Satellite Client 6 for RHEL 9 x86_64 (Source RPMs)                                                                  disabled 
 +satellite-maintenance-6.16-for-rhel-9-x86_64-debug-rpms                       Red Hat Satellite Maintenance 6.16 for RHEL 9 x86_64 (Debug RPMs)                                                           disabled 
 +satellite-maintenance-6.16-for-rhel-9-x86_64-rpms                             Red Hat Satellite Maintenance 6.16 for RHEL 9 x86_64 (RPMs)                                                                 disabled 
 +satellite-maintenance-6.16-for-rhel-9-x86_64-source-rpms                      Red Hat Satellite Maintenance 6.16 for RHEL 9 x86_64 (Source RPMs)                                                          disabled 
 +satellite-utils-6.16-for-rhel-9-x86_64-debug-rpms                             Red Hat Satellite Utils 6.16 for RHEL 9 x86_64 (Debug RPMs)                                                                 disabled 
 +satellite-utils-6.16-for-rhel-9-x86_64-rpms                                   Red Hat Satellite Utils 6.16 for RHEL 9 x86_64 (RPMs)                                                                       disabled 
 +satellite-utils-6.16-for-rhel-9-x86_64-source-rpms                            Red Hat Satellite Utils 6.16 for RHEL 9 x86_64 (Source RPMs)                                                                disabled 
 +service-interconnect-1-for-rhel-9-x86_64-debug-rpms                           Red Hat Service Interconnect for RHEL 9 x86_64 (Debug RPMs)                                                                 disabled 
 +service-interconnect-1-for-rhel-9-x86_64-rpms                                 Red Hat Service Interconnect for RHEL 9 x86_64 (RPMs)                                                                       disabled 
 +service-interconnect-1-for-rhel-9-x86_64-source-rpms                          Red Hat Service Interconnect for RHEL 9 x86_64 (Source RPMs)                                                                disabled 
 +service-interconnect-1.4-for-rhel-9-x86_64-debug-rpms                         Red Hat Service Interconnect 1.4 for RHEL 9 x86_64 (Debug RPMs)                                                             disabled 
 +service-interconnect-1.4-for-rhel-9-x86_64-rpms                               Red Hat Service Interconnect 1.4 for RHEL 9 x86_64 (RPMs)                                                                   disabled 
 +service-interconnect-1.4-for-rhel-9-x86_64-source-rpms                        Red Hat Service Interconnect 1.4 for RHEL 9 x86_64 (Source RPMs)                                                            disabled 
 +service-interconnect-1.8-for-rhel-9-x86_64-debug-rpms                         Red Hat Service Interconnect 1.8 for RHEL 9 x86_64 (Debug RPMs)                                                             disabled 
 +service-interconnect-1.8-for-rhel-9-x86_64-rpms                               Red Hat Service Interconnect 1.8 for RHEL 9 x86_64 (RPMs)                                                                   disabled 
 +service-interconnect-1.8-for-rhel-9-x86_64-source-rpms                        Red Hat Service Interconnect 1.8 for RHEL 9 x86_64 (Source RPMs)                                                            disabled 
 +soa-textonly-1-for-middleware-rpms                                            Red Hat JBoss SOA Text-Only Advisories                                                                                      disabled 
 +wfk-textonly-1-for-middleware-rpms                                            Red Hat JBoss Web Framework Kit Text-Only Advisories                                                                        disabled
 </code> </code>
  
Ligne 1418: Ligne 1118:
  
 <code> <code>
-[root@centos8 ~]# dnf repolist +[root@redhat9 ~]# dnf repolist 
-repo id                           repo name +Updating Subscription Management repositories. 
-appstream                         CentOS Linux - AppStream +repo id                                                                                    repo name 
-baseos                            CentOS Linux - BaseOS +codeready-builder-for-rhel-9-x86_64-rpms                                                   Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs) 
-epel                              Extra Packages for Enterprise Linux - x86_64 +epel                                                                                       Extra Packages for Enterprise Linux 9 - x86_64 
-epel-modular                      Extra Packages for Enterprise Linux Modular 8 - x86_64 +epel-cisco-openh264                                                                        Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 
-extras                            CentOS Linux Extras+epel-next                                                                                  Extra Packages for Enterprise Linux 9 - Next - x86_64 
 +rhel-9-for-x86_64-appstream-rpms                                                           Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) 
 +rhel-9-for-x86_64-baseos-rpms                                                              Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs) 
 +</code> 
 + 
 +Pour désactiver un dépôt, il convient d'utiliser la commande **yum-config-manager** : 
 + 
 +<code> 
 +[root@redhat9 ~]# yum-config-manager --disable epel 
 +bash: yum-config-manager: command not found... 
 +Install package 'yum-utils' to provide command 'yum-config-manager'? [N/y] y 
 + 
 + 
 + * Waiting in queue...  
 + * Loading list of packages....  
 +The following packages have to be installed: 
 + yum-utils-4.3.0-13.el9.noarch  Yum-utils CLI compatibility layer 
 +Proceed with changes? [N/y] y 
 + 
 + 
 + * Waiting in queue...  
 + * Waiting for authentication...  
 + * Waiting in queue...  
 + * Downloading packages...  
 + * Requesting data...  
 + * Testing changes...  
 + * Installing packages...  
 +Updating Subscription Management repositories. 
 + 
 +[root@redhat9 ~]# dnf repolist 
 +Updating Subscription Management repositories. 
 +repo id                                                                                    repo name 
 +codeready-builder-for-rhel-9-x86_64-rpms                                                   Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs) 
 +epel-cisco-openh264                                                                        Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 
 +epel-next                                                                                  Extra Packages for Enterprise Linux 9 - Next - x86_64 
 +rhel-9-for-x86_64-appstream-rpms                                                           Red Hat Enterprise Linux 9 for x86_64 AppStream (RPMs) 
 +rhel-9-for-x86_64-baseos-rpms                                                              Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs) 
 +</code> 
 + 
 +Pour activer un dépôt, il convient d'utiliser la commande **yum-config-manager** de nouveau : 
 + 
 +<code> 
 +[root@redhat9 ~]# yum-config-manager --enable epel 
 +Updating Subscription Management repositories. 
 + 
 +[root@redhat9 ~]# dnf repolist 
 +Updating Subscription Management repositories. 
 +repo id                                                                                    repo name 
 +codeready-builder-for-rhel-9-x86_64-rpms                                                   Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs) 
 +epel                                                                                       Extra Packages for Enterprise Linux 9 - x86_64 
 +epel-cisco-openh264                                                                        Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 
 +epel-next                                                                                  Extra Packages for Enterprise Linux 9 - Next - x86_64 
 +rhel-9-for-x86_64-appstream-rpms                                                           Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) 
 +rhel-9-for-x86_64-baseos-rpms                                                              Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)
 </code> </code>
  
-====3.4 - Rechercher des Paquets====+====2.4 - Rechercher des Paquets====
  
 Pour lister tous les paquets installés **et** disponibles il convient d'utiliser la commande **list** : Pour lister tous les paquets installés **et** disponibles il convient d'utiliser la commande **list** :
  
 <code> <code>
-[root@centos8 ~]# dnf list | more +[root@redhat9 ~]# dnf list | more 
-Last metadata expiration check: 2:31:07 ago on Tue 20 Apr 2021 03:34:31 PM EDT.+Updating Subscription Management repositories. 
 +Last metadata expiration check: 3:33:08 ago on Mon 30 Sep 2024 07:52:55 AM CEST.
 Installed Packages Installed Packages
-NetworkManager.x86_64                                     1:1.26.0-12.el8_3                     +ModemManager.x86_64                                                                      1.20.2-1.el9                         @anaconda                                
-             @BaseOS    +ModemManager-glib.x86_64                                                                 1.20.2-1.el9                         @anaconda                                
-NetworkManager-libnm.x86_64                               1:1.26.0-12.el8_3                     +NetworkManager.x86_64                                                                    1:1.46.0-19.el9_4                    @rhel-9-for-x86_64-baseos-rpms           
-             @BaseOS    +NetworkManager-adsl.x86_64                                                               1:1.46.0-19.el9_4                    @rhel-9-for-x86_64-baseos-rpms           
-NetworkManager-team.x86_64                                1:1.26.0-12.el8_3                     +NetworkManager-bluetooth.x86_64                                                          1:1.46.0-19.el9_4                    @rhel-9-for-x86_64-baseos-rpms           
-             @BaseOS    +NetworkManager-config-server.noarch                                                      1:1.46.0-19.el9_4                    @rhel-9-for-x86_64-baseos-rpms           
-NetworkManager-tui.x86_64                                 1:1.26.0-12.el8_3                     +NetworkManager-libnm.x86_64                                                              1:1.46.0-19.el9_4                    @rhel-9-for-x86_64-baseos-rpms           
-             @BaseOS    +NetworkManager-team.x86_64                                                               1:1.46.0-19.el9_4                    @rhel-9-for-x86_64-baseos-rpms           
-PackageKit.x86_64                                         1.1.12-6.el8                          +NetworkManager-tui.x86_64                                                                1:1.46.0-19.el9_4                    @rhel-9-for-x86_64-baseos-rpms           
-             @AppStream +NetworkManager-wifi.x86_64                                                               1:1.46.0-19.el9_4                    @rhel-9-for-x86_64-baseos-rpms           
-PackageKit-glib.x86_64                                    1.1.12-6.el8                          +NetworkManager-wwan.x86_64                                                               1:1.46.0-19.el9_4                    @rhel-9-for-x86_64-baseos-rpms           
-             @AppStream +PackageKit.x86_64                                                                        1.2.6-1.el9                          @rhel-9-for-x86_64-appstream-rpms        
-abattis-cantarell-fonts.noarch                            0.0.25-4.el8                          +PackageKit-command-not-found.x86_64                                                      1.2.6-1.el9                          @rhel-9-for-x86_64-appstream-rpms        
-             @AppStream +PackageKit-glib.x86_64                                                                   1.2.6-1.el9                          @rhel-9-for-x86_64-appstream-rpms        
-acl.x86_64                                                2.2.53-1.el8                          +PackageKit-gstreamer-plugin.x86_64                                                       1.2.6-1.el9                          @rhel-9-for-x86_64-appstream-rpms        
-             @BaseOS    +PackageKit-gtk3-module.x86_64                                                            1.2.6-1.el9                          @rhel-9-for-x86_64-appstream-rpms        
-adcli.x86_64                                              0.8.2-7.el8                           +aardvark-dns.x86_64                                                                      2:1.10.0-3.el9_4                     @rhel-9-for-x86_64-appstream-rpms        
-             @BaseOS    +abattis-cantarell-fonts.noarch                                                           0.301-4.el9                          @AppStream                               
-adwaita-cursor-theme.noarch                               3.28.0-2.el8                          +accountsservice.x86_64                                                                   0.6.55-10.el9                        @AppStream                               
-             @appstream +accountsservice-libs.x86_64                                                              0.6.55-10.el9                        @AppStream                               
-adwaita-icon-theme.noarch                                 3.28.0-2.el8                          +acl.x86_64                                                                               2.3.1-4.el9                          @rhel-9-for-x86_64-baseos-rpms           
-             @appstream +adcli.x86_64                                                                             0.9.2-1.el9                          @anaconda                                
-alsa-lib.x86_64                                           1.2.3.2-1.el8                         +adobe-mappings-cmap.noarch                                                               20171205-12.el9                      @AppStream                               
-             @appstream +adobe-mappings-cmap-deprecated.noarch                                                    20171205-12.el9                      @AppStream                               
-at.x86_64                                                 3.1.20-11.el8                         +adobe-mappings-pdf.noarch                                                                20180407-10.el9                      @AppStream                               
-             @BaseOS    +adobe-source-code-pro-fonts.noarch                                                       2.030.1.050-12.el9.1                 @anaconda                                
-at-spi2-atk.x86_64                                        2.26.2-1.el8                          +adwaita-cursor-theme.noarch                                                              40.1.1-3.el9                         @AppStream                               
-             @appstream +adwaita-icon-theme.noarch                                                                40.1.1-3.el9                         @AppStream                               
-at-spi2-core.x86_64                                       2.28.0-1.el8                          +alsa-lib.x86_64                                                                          1.2.10-2.el9                         @rhel-9-for-x86_64-appstream-rpms        
-             @appstream +alsa-ucm.noarch                                                                          1.2.10-2.el9                         @rhel-9-for-x86_64-appstream-rpms        
-atk.x86_64                                                2.28.1-1.el8                         +alsa-utils.x86_64                                                                        1.2.10-1.el9                         @rhel-9-for-x86_64-appstream-rpms        
 +alternatives.x86_64                                                                      1.24-1.el9                           @rhel-9-for-x86_64-baseos-rpms           
 +appstream.x86_64                                                                         0.16.1-1.el9                         @rhel-9-for-x86_64-appstream-rpms        
 +appstream-data.noarch                                                                    1:9-20230504.el9                     @rhel-9-for-x86_64-appstream-rpms        
 +apr.x86_64                                                                               1.7.0-12.el9_3                       @rhel-9-for-x86_64-appstream-rpms        
 +apr-util.x86_64                                                                          1.6.1-23.el9                         @rhel-9-for-x86_64-appstream-rpms        
 +apr-util-bdb.x86_64                                                                      1.6.1-23.el9                         @rhel-9-for-x86_64-appstream-rpms        
 +apr-util-openssl.x86_64                                                                  1.6.1-23.el9                         @rhel-9-for-x86_64-appstream-rpms        
 +at.x86_64                                                                                3.1.23-11.el9                        @anaconda                                
 +at-spi2-atk.x86_64                                                                       2.38.0-4.el9                         @AppStream                               
 +at-spi2-core.x86_64                                                                      2.40.3-1.el9                         @AppStream                               
 +atk.x86_64                                                                               2.36.0-5.el9                         @AppStream                               
 +atkmm.x86_64                                                                             2.28.2-2.el9                         @AppStream                               
 +attr.x86_64                                                                              2.5.1-3.el9                          @anaconda                                
 +audit.x86_64                                                                             3.1.2-2.el9                          @rhel-9-for-x86_64-baseos-rpms           
 +audit-libs.x86_64                                                                        3.1.2-2.el9                          @rhel-9-for-x86_64-baseos-rpms           
 +authselect.x86_64                                                                        1.2.6-2.el9                          @rhel-9-for-x86_64-baseos-rpms           
 +authselect-libs.x86_64                                                                   1.2.6-2.el9                          @rhel-9-for-x86_64-baseos-rpms           
 +avahi.x86_64                                                                             0.8-20.el9                           @rhel-9-for-x86_64-baseos-rpms           
 +avahi-glib.x86_64                                                                        0.8-20.el9                           @rhel-9-for-x86_64-appstream-rpms        
 +avahi-libs.x86_64                                                                        0.8-20.el9                           @rhel-9-for-x86_64-baseos-rpms           
 +baobab.x86_64                                                                            40.0-3.el9                           @AppStream                              
 --More-- --More--
 +[q]
 </code> </code>
  
Ligne 1472: Ligne 1248:
  
 <code> <code>
-[root@centos8 ~]# dnf list installed | more+[root@redhat9 ~]# dnf list installed | more 
 +Updating Subscription Management repositories.
 Installed Packages Installed Packages
-NetworkManager.x86_64                             1:1.26.0-12.el8_3                             +ModemManager.x86_64                              1.20.2-1.el9                     @anaconda                         
- @BaseOS    +ModemManager-glib.x86_64                         1.20.2-1.el9                     @anaconda                         
-NetworkManager-libnm.x86_64                       1:1.26.0-12.el8_3                             +NetworkManager.x86_64                            1:1.46.0-19.el9_4                @rhel-9-for-x86_64-baseos-rpms    
- @BaseOS    +NetworkManager-adsl.x86_64                       1:1.46.0-19.el9_4                @rhel-9-for-x86_64-baseos-rpms    
-NetworkManager-team.x86_64                        1:1.26.0-12.el8_3                             +NetworkManager-bluetooth.x86_64                  1:1.46.0-19.el9_4                @rhel-9-for-x86_64-baseos-rpms    
- @BaseOS    +NetworkManager-config-server.noarch              1:1.46.0-19.el9_4                @rhel-9-for-x86_64-baseos-rpms    
-NetworkManager-tui.x86_64                         1:1.26.0-12.el8_3                             +NetworkManager-libnm.x86_64                      1:1.46.0-19.el9_4                @rhel-9-for-x86_64-baseos-rpms    
- @BaseOS    +NetworkManager-team.x86_64                       1:1.46.0-19.el9_4                @rhel-9-for-x86_64-baseos-rpms    
-PackageKit.x86_64                                 1.1.12-6.el8                                  +NetworkManager-tui.x86_64                        1:1.46.0-19.el9_4                @rhel-9-for-x86_64-baseos-rpms    
- @AppStream +NetworkManager-wifi.x86_64                       1:1.46.0-19.el9_4                @rhel-9-for-x86_64-baseos-rpms    
-PackageKit-glib.x86_64                            1.1.12-6.el8                                  +NetworkManager-wwan.x86_64                       1:1.46.0-19.el9_4                @rhel-9-for-x86_64-baseos-rpms    
- @AppStream +PackageKit.x86_64                                1.2.6-1.el9                      @rhel-9-for-x86_64-appstream-rpms 
-abattis-cantarell-fonts.noarch                    0.0.25-4.el8                                  +PackageKit-command-not-found.x86_64              1.2.6-1.el9                      @rhel-9-for-x86_64-appstream-rpms 
- @AppStream +PackageKit-glib.x86_64                           1.2.6-1.el9                      @rhel-9-for-x86_64-appstream-rpms 
-acl.x86_64                                        2.2.53-1.el8                                  +PackageKit-gstreamer-plugin.x86_64               1.2.6-1.el9                      @rhel-9-for-x86_64-appstream-rpms 
- @BaseOS    +PackageKit-gtk3-module.x86_64                    1.2.6-1.el9                      @rhel-9-for-x86_64-appstream-rpms 
-adcli.x86_64                                      0.8.2-7.el8                                   +aardvark-dns.x86_64                              2:1.10.0-3.el9_4                 @rhel-9-for-x86_64-appstream-rpms 
- @BaseOS    +abattis-cantarell-fonts.noarch                   0.301-4.el9                      @AppStream                        
-adwaita-cursor-theme.noarch                       3.28.0-2.el8                                  +accountsservice.x86_64                           0.6.55-10.el9                    @AppStream                        
- @appstream +accountsservice-libs.x86_64                      0.6.55-10.el9                    @AppStream                        
-adwaita-icon-theme.noarch                         3.28.0-2.el8                                  +acl.x86_64                                       2.3.1-4.el9                      @rhel-9-for-x86_64-baseos-rpms    
- @appstream +adcli.x86_64                                     0.9.2-1.el9                      @anaconda                         
-alsa-lib.x86_64                                   1.2.3.2-1.el8                                 +adobe-mappings-cmap.noarch                       20171205-12.el9                  @AppStream                        
- @appstream +adobe-mappings-cmap-deprecated.noarch            20171205-12.el9                  @AppStream                        
-at.x86_64                                         3.1.20-11.el8                                 +adobe-mappings-pdf.noarch                        20180407-10.el9                  @AppStream                        
- @BaseOS    +adobe-source-code-pro-fonts.noarch               2.030.1.050-12.el9.1             @anaconda                         
-at-spi2-atk.x86_64                                2.26.2-1.el8                                  +adwaita-cursor-theme.noarch                      40.1.1-3.el9                     @AppStream                        
- @appstream +adwaita-icon-theme.noarch                        40.1.1-3.el9                     @AppStream                        
-at-spi2-core.x86_64                               2.28.0-1.el8                                  +alsa-lib.x86_64                                  1.2.10-2.el9                     @rhel-9-for-x86_64-appstream-rpms 
- @appstream +alsa-ucm.noarch                                  1.2.10-2.el9                     @rhel-9-for-x86_64-appstream-rpms 
-atk.x86_64                                        2.28.1-1.el8                                  +alsa-utils.x86_64                                1.2.10-1.el9                     @rhel-9-for-x86_64-appstream-rpms 
- @appstream+alternatives.x86_64                              1.24-1.el9                       @rhel-9-for-x86_64-baseos-rpms    
 +appstream.x86_64                                 0.16.1-1.el9                     @rhel-9-for-x86_64-appstream-rpms 
 +appstream-data.noarch                            1:9-20230504.el9                 @rhel-9-for-x86_64-appstream-rpms 
 +apr.x86_64                                       1.7.0-12.el9_3                   @rhel-9-for-x86_64-appstream-rpms 
 +apr-util.x86_64                                  1.6.1-23.el9                     @rhel-9-for-x86_64-appstream-rpms 
 +apr-util-bdb.x86_64                              1.6.1-23.el9                     @rhel-9-for-x86_64-appstream-rpms 
 +apr-util-openssl.x86_64                          1.6.1-23.el9                     @rhel-9-for-x86_64-appstream-rpms 
 +at.x86_64                                        3.1.23-11.el9                    @anaconda                         
 +at-spi2-atk.x86_64                               2.38.0-4.el9                     @AppStream                        
 +at-spi2-core.x86_64                              2.40.3-1.el9                     @AppStream                        
 +atk.x86_64                                       2.36.0-5.el9                     @AppStream                        
 +atkmm.x86_64                                     2.28.2-2.el9                     @AppStream                        
 +attr.x86_64                                      2.5.1-3.el9                      @anaconda                         
 +audit.x86_64                                     3.1.2-2.el9                      @rhel-9-for-x86_64-baseos-rpms    
 +audit-libs.x86_64                                3.1.2-2.el9                      @rhel-9-for-x86_64-baseos-rpms    
 +authselect.x86_64                                1.2.6-2.el9                      @rhel-9-for-x86_64-baseos-rpms    
 +authselect-libs.x86_64                           1.2.6-2.el9                      @rhel-9-for-x86_64-baseos-rpms    
 +avahi.x86_64                                     0.8-20.el9                       @rhel-9-for-x86_64-baseos-rpms    
 +avahi-glib.x86_64                                0.8-20.el9                       @rhel-9-for-x86_64-appstream-rpms 
 +avahi-libs.x86_64                                0.8-20.el9                       @rhel-9-for-x86_64-baseos-rpms    
 +baobab.x86_64                                    40.0-3.el9                       @AppStream                        
 +basesystem.noarch                                11-13.el9                        @anaconda                        
 --More-- --More--
 +[q]
 </code> </code>
  
Ligne 1512: Ligne 1311:
  
 <code> <code>
-[root@centos8 ~]# dnf list available | more +[root@redhat9 ~]# dnf list available | more 
-Last metadata expiration check: 2:40:08 ago on Tue 20 Apr 2021 03:34:31 PM EDT.+Updating Subscription Management repositories. 
 +Last metadata expiration check: 0:00:11 ago on Mon 30 Sep 2024 11:27:31 AM CEST.
 Available Packages Available Packages
-3proxy.x86_64                                             0.8.13-1.el8                          +389-ds-base.x86_64                                                                       2.4.5-9.el9_4                        rhel-9-for-x86_64-appstream-rpms         
-             epel      +389-ds-base-devel.x86_64                                                                 2.4.5-9.el9_4                        codeready-builder-for-rhel-9-x86_64-rpms 
-AusweisApp2.x86_64                                        1.20.2-10.el8                         +389-ds-base-libs.x86_64                                                                  2.4.5-9.el9_4                        rhel-9-for-x86_64-appstream-rpms         
-             epel      +3proxy.x86_64                                                                            0.9.4-4.el9                          epel                                     
-AusweisApp2-data.noarch                                   1.20.2-10.el8                         +6tunnel.x86_64                                                                           0.13-1.el9                           epel                                     
-             epel      +AMF-devel.noarch                                                                         1.4.34-1.el9                         epel                                     
-AusweisApp2-doc.noarch                                    1.20.2-10.el8                         +AMF-samples.noarch                                                                       1.4.34-1.el9                         epel                                     
-             epel      +Agda.x86_64                                                                              2.6.2.2-36.el9                       epel                                     
-BackupPC.x86_64                                           4.4.0-1.el8                           +Agda-common.noarch                                                                       2.6.2.2-36.el9                       epel                                     
-             epel      +BackupPC.x86_64                                                                          4.4.0-9.el9                          epel                                     
-BackupPC-XS.x86_64                                        0.62-1.el8                            +BackupPC-XS.x86_64                                                                       0.62-11.el9                          epel                                     
-             epel      +BibTool.x86_64                                                                           2.68-5.el9                           epel                                     
-BibTool.x86_64                                            2.68-1.el8                            +Box2D.i686                                                                               2.4.1-7.el9                          rhel-9-for-x86_64-appstream-rpms         
-             epel      +Box2D.x86_64                                                                             2.4.1-7.el9                          rhel-9-for-x86_64-appstream-rpms         
-CCfits.x86_64                                             2.5-14.el8                            +CCfits.x86_64                                                                            2.6-6.el9                            epel                                     
-             epel      +CCfits-devel.x86_64                                                                      2.6-6.el9                            epel                                     
-CCfits-devel.x86_64                                       2.5-14.el8                            +CCfits-doc.noarch                                                                        2.6-6.el9                            epel                                     
-             epel      +CFR.noarch                                                                               0.151-9.el9                          epel                                     
-CCfits-doc.noarch                                         2.5-14.el8                            +CFR-javadoc.noarch                                                                       0.151-9.el9                          epel                                     
-             epel      +CGAL-demos-source.noarch                                                                 5.6.1-1.el9                          epel                                     
-CGSI-gSOAP.x86_64                                         1.3.11-7.el8                          +CGAL-devel.x86_64                                                                        5.6.1-1.el9                          epel                                     
-             epel      +CGAL-qt5-devel.x86_64                                                                    5.6.1-1.el9                          epel                                     
-CGSI-gSOAP-devel.x86_64                                   1.3.11-7.el8                          +CGSI-gSOAP.x86_64                                                                        1.3.12-1.el9                         epel                                     
-             epel      +CGSI-gSOAP-devel.x86_64                                                                  1.3.12-1.el9                         epel                                     
-CUnit.i686                                                2.1.3-17.el8                          +CUnit.i686                                                                               2.1.3-25.el9                         rhel-9-for-x86_64-appstream-rpms         
-             appstream +CUnit.x86_64                                                                             2.1.3-25.el9                         rhel-9-for-x86_64-appstream-rpms         
-CUnit.x86_64                                              2.1.3-17.el8                          +CUnit-devel.i686                                                                         2.1.3-25.el9                         codeready-builder-for-rhel-9-x86_64-rpms 
-             appstream +CUnit-devel.x86_64                                                                       2.1.3-25.el9                         codeready-builder-for-rhel-9-x86_64-rpms 
-CharLS.x86_64                                             2.0.0-6.el8                           +CharLS.x86_64                                                                            2.0.0-7.el9                          epel                                     
-             epel      +CharLS-devel.x86_64                                                                      2.0.0-7.el9                          epel                                     
-CharLS-devel.x86_64                                       2.0.0-6.el8                          +Coin4.x86_64                                                                             4.0.0-11.el9                         epel                                     
 +Coin4-devel.x86_64                                                                       4.0.0-11.el9                         epel                                     
 +Coin4-doc.x86_64                                                                         4.0.0-11.el9                         epel                                     
 +DNS-Compliance-Testing.x86_64                                                            0^20230708git4aea40b-2.el9           epel                                     
 +FoXlibf.x86_64                                                                           4.1.2-19.el9                         epel                                     
 +FoXlibf-devel.x86_64                                                                     4.1.2-19.el9                         epel                                     
 +FoXlibf-static.x86_64                                                                    4.1.2-19.el9                         epel                                     
 +GConf2.x86_64                                                                            3.2.6-34.el9                         epel                                     
 +GConf2-devel.x86_64                                                                      3.2.6-34.el9                         epel                                     
 +GMT.x86_64                                                                               6.4.0-4.el9                          epel                                     
 +GMT-common.noarch                                                                        6.4.0-4.el9                          epel                                     
 +GMT-devel.x86_64                                                                         6.4.0-4.el9                          epel                                     
 +GMT-doc.noarch                                                                           6.4.0-4.el9                          epel                                     
 +GeographicLib.x86_64                                                                     2.3-2.el9                            epel                                     
 +GeographicLib-devel.x86_64                                                               2.3-2.el9                            epel                                     
 +GeographicLib-doc.noarch                                                                 2.3-2.el9                            epel                                     
 +GraphicsMagick.x86_64                                                                    1.3.38-1.el9                         epel                                     
 +GraphicsMagick-c++.x86_64                                                                1.3.38-1.el9                         epel                                     
 +GraphicsMagick-c++-devel.x86_64                                                          1.3.38-1.el9                         epel                                     
 +GraphicsMagick-devel.x86_64                                                              1.3.38-1.el9                         epel                                     
 +GraphicsMagick-doc.noarch                                                                1.3.38-1.el9                         epel                                     
 +GraphicsMagick-perl.x86_64                                                               1.3.38-1.el9                         epel                                    
 --More-- --More--
 +[q]
 </code> </code>
  
Ligne 1552: Ligne 1374:
  
 <code> <code>
-[root@centos8 ~]# dnf search httpd +[root@redhat9 ~]# dnf search httpd 
-Last metadata expiration check: 2:41:18 ago on Tue 20 Apr 2021 03:34:31 PM EDT+Updating Subscription Management repositories. 
-================================= Name Exactly Matched: httpd =================================+Last metadata expiration check: 0:01:15 ago on Mon 30 Sep 2024 11:27:31 AM CEST
 +========================================================================================== Name Exactly Matched: httpd ===========================================================================================
 httpd.x86_64 : Apache HTTP Server httpd.x86_64 : Apache HTTP Server
-================================ Name & Summary Matched: httpd ================================ +========================================================================================= Name & Summary Matched: httpd ========================================================================================== 
-centos-logos-httpd.noarch CentOS-related icons and pictures used by httpd+httpd-core.x86_64 : httpd minimal core
 keycloak-httpd-client-install.noarch : Tools to configure Apache HTTPD as Keycloak client keycloak-httpd-client-install.noarch : Tools to configure Apache HTTPD as Keycloak client
 +libmicrohttpd-devel.x86_64 : Development files for libmicrohttpd
 +libmicrohttpd-devel.i686 : Development files for libmicrohttpd
 +libmicrohttpd-doc.noarch : Documentation for libmicrohttpd
 lighttpd-fastcgi.x86_64 : FastCGI module and spawning helper for lighttpd and PHP configuration lighttpd-fastcgi.x86_64 : FastCGI module and spawning helper for lighttpd and PHP configuration
 lighttpd-filesystem.noarch : The basic directory layout for lighttpd lighttpd-filesystem.noarch : The basic directory layout for lighttpd
 lighttpd-mod_authn_gssapi.x86_64 : Authentication module for lighttpd that uses GSSAPI lighttpd-mod_authn_gssapi.x86_64 : Authentication module for lighttpd that uses GSSAPI
-lighttpd-mod_authn_mysql.x86_64 : Authentication module for lighttpd that uses a MySQL database+lighttpd-mod_authn_ldap.x86_64 : Authentication module for lighttpd that uses LDAP
 lighttpd-mod_authn_pam.x86_64 : Authentication module for lighttpd that uses PAM lighttpd-mod_authn_pam.x86_64 : Authentication module for lighttpd that uses PAM
-lighttpd-mod_mysql_vhost.x86_64 : Virtual host module for lighttpd that uses MySQL database +lighttpd-mod_authn_sasl.x86_64 : Authentication module for lighttpd that uses SASL 
-pagure-web-apache-httpd.noarch : Apache HTTPD configuration for Pagure +lighttpd-mod_deflate.x86_64 : Compression module for lighttpd 
-python3-keycloak-httpd-client-install.noarch : Tools to configure Apache HTTPD as Keycloak +lighttpd-mod_gnutls.x86_64 : TLS module for lighttpd that uses GnuTLS 
-                                             : client+lighttpd-mod_magnet.x86_64 : Lua module for lighttpd 
 +lighttpd-mod_maxminddb.x86_64 : GeoIP2 module for lighttpd to use for location lookups 
 +lighttpd-mod_mbedtls.x86_64 : TLS module for lighttpd that uses mbedTLS 
 +lighttpd-mod_nss.x86_64 : TLS module for lighttpd that uses NSS 
 +lighttpd-mod_openssl.x86_64 : TLS module for lighttpd that uses OpenSSL 
 +lighttpd-mod_vhostdb_ldap.x86_64 : Virtual host module for lighttpd that uses LDAP 
 +lighttpd-mod_vhostdb_mysql.x86_64 : Virtual host module for lighttpd that uses MySQL 
 +lighttpd-mod_vhostdb_pgsql.x86_64 : Virtual host module for lighttpd that uses PostgreSQL 
 +lighttpd-mod_webdav.x86_64 : WebDAV module for lighttpd 
 +nextcloud-httpd.noarch : Httpd integration for NextCloud 
 +python3-keycloak-httpd-client-install.noarch : Tools to configure Apache HTTPD as Keycloak client
 radicale3-httpd.noarch : httpd config for Radicale radicale3-httpd.noarch : httpd config for Radicale
-===================================== Name Matched: httpd ===================================== +redhat-logos-httpd.noarch : Red Hat-related icons and pictures used by httpd 
-httpd-devel.x86_64 : Development interfaces for the Apache HTTP server +sympa-lighttpd.x86_64 : Sympa with lighttpd 
-httpd-filesystem.noarch : The basic directory layout for the Apache HTTP server +============================================================================================== Name Matched: httpd =============================================================================================== 
-httpd-manual.noarch : Documentation for the Apache HTTP server+httpd-devel.x86_64 : Development interfaces for the Apache HTTP Server 
 +httpd-filesystem.noarch : The basic directory layout for the Apache HTTP Server 
 +httpd-manual.noarch : Documentation for the Apache HTTP Server
 httpd-tools.x86_64 : Tools for use with the Apache HTTP Server httpd-tools.x86_64 : Tools for use with the Apache HTTP Server
 libmicrohttpd.i686 : Lightweight library for embedding a webserver in applications libmicrohttpd.i686 : Lightweight library for embedding a webserver in applications
 libmicrohttpd.x86_64 : Lightweight library for embedding a webserver in applications libmicrohttpd.x86_64 : Lightweight library for embedding a webserver in applications
 lighttpd.x86_64 : Lightning fast webserver with light system requirements lighttpd.x86_64 : Lightning fast webserver with light system requirements
 +mirmon-httpd.noarch : Apache configuration for mirmon
 perl-Test-Fake-HTTPD.noarch : Fake HTTP server module for testing perl-Test-Fake-HTTPD.noarch : Fake HTTP server module for testing
 +python3-sphinxcontrib-httpdomain.noarch : Sphinx domain for documenting HTTP APIs
 +rust-httpdate+default-devel.noarch : HTTP date parsing and formatting
 +rust-httpdate-devel.noarch : HTTP date parsing and formatting
 +rust-tower-http+httpdate-devel.noarch : Tower middleware and utilities for HTTP clients and servers
 +sympa-httpd.x86_64 : Sympa with Apache HTTP Server
 sysusage-httpd.noarch : Apache configuration for sysusage sysusage-httpd.noarch : Apache configuration for sysusage
-=================================== Summary Matched: httpd ====================================+web-assets-httpd.noarch : Web Assets aliases for the Apache HTTP daemon 
 +============================================================================================= Summary Matched: httpd =============================================================================================
 mod_auth_mellon.x86_64 : A SAML 2.0 authentication module for the Apache Httpd Server mod_auth_mellon.x86_64 : A SAML 2.0 authentication module for the Apache Httpd Server
 mod_dav_svn.x86_64 : Apache httpd module for Subversion server mod_dav_svn.x86_64 : Apache httpd module for Subversion server
 +mod_proxy_cluster.x86_64 : JBoss mod_proxy_cluster for Apache httpd
 </code> </code>
  
Ligne 1587: Ligne 1433:
  
 <code> <code>
-root@centos8 ~]# dnf list httpd +[root@redhat9 ~]# dnf list httpd 
-Last metadata expiration check: 0:08:16 ago on Wed 21 Apr 2021 12:54:45 AM EDT+Updating Subscription Management repositories. 
-Available Packages +Last metadata expiration check: 0:01:50 ago on Mon 30 Sep 2024 11:27:31 AM CEST
-httpd.x86_64                         2.4.37-30.module_el8.3.0+561+97fdbbcc                          appstream+Installed Packages 
 +httpd.x86_64                                                                          2.4.57-11.el9_4.1                                                                          @rhel-9-for-x86_64-appstream-rpms
 </code> </code>
  
Ligne 1596: Ligne 1443:
  
 <code> <code>
-[root@centos8 ~]# dnf provides httpd +[root@redhat9 ~]# dnf provides httpd 
-Last metadata expiration check: 0:03:35 ago on Wed 21 Apr 2021 12:54:45 AM EDT+Updating Subscription Management repositories. 
-httpd-2.4.37-30.module_el8.3.0+561+97fdbbcc.x86_64 : Apache HTTP Server +Last metadata expiration check: 0:02:56 ago on Mon 30 Sep 2024 11:27:31 AM CEST
-Repo        : appstream+httpd-2.4.51-7.el9_0.x86_64 : Apache HTTP Server 
 +Repo        : rhel-9-for-x86_64-appstream-rpms
 Matched from: Matched from:
-Provide    : httpd = 2.4.37-30.module_el8.3.0+561+97fdbbcc+Provide    : httpd = 2.4.51-7.el9_0 
 + 
 +httpd-2.4.53-7.el9.x86_64 : Apache HTTP Server 
 +Repo        : rhel-9-for-x86_64-appstream-rpms 
 +Matched from: 
 +Provide    : httpd = 2.4.53-7.el9 
 + 
 +httpd-2.4.53-7.el9_1.1.x86_64 : Apache HTTP Server 
 +Repo        : rhel-9-for-x86_64-appstream-rpms 
 +Matched from: 
 +Provide    : httpd = 2.4.53-7.el9_1.1 
 + 
 +httpd-2.4.53-7.el9_1.5.x86_64 : Apache HTTP Server 
 +Repo        : rhel-9-for-x86_64-appstream-rpms 
 +Matched from: 
 +Provide    : httpd = 2.4.53-7.el9_1.5 
 + 
 +httpd-2.4.53-11.el9_2.4.x86_64 : Apache HTTP Server 
 +Repo        : rhel-9-for-x86_64-appstream-rpms 
 +Matched from: 
 +Provide    : httpd = 2.4.53-11.el9_2.4 
 + 
 +httpd-2.4.53-11.el9_2.5.x86_64 : Apache HTTP Server 
 +Repo        : rhel-9-for-x86_64-appstream-rpms 
 +Matched from: 
 +Provide    : httpd = 2.4.53-11.el9_2.5 
 + 
 +httpd-2.4.57-5.el9.x86_64 : Apache HTTP Server 
 +Repo        : rhel-9-for-x86_64-appstream-rpms 
 +Matched from: 
 +Provide    : httpd = 2.4.57-5.el9 
 + 
 +httpd-2.4.57-8.el9.x86_64 : Apache HTTP Server 
 +Repo        : rhel-9-for-x86_64-appstream-rpms 
 +Matched from: 
 +Provide    : httpd = 2.4.57-8.el9 
 + 
 +httpd-2.4.57-11.el9_4.x86_64 : Apache HTTP Server 
 +Repo        : rhel-9-for-x86_64-appstream-rpms 
 +Matched from: 
 +Provide    : httpd = 2.4.57-11.el9_4 
 + 
 +httpd-2.4.57-11.el9_4.1.x86_64 : Apache HTTP Server 
 +Repo        : @System 
 +Matched from: 
 +Provide    : httpd = 2.4.57-11.el9_4.1 
 + 
 +httpd-2.4.57-11.el9_4.1.x86_64 : Apache HTTP Server 
 +Repo        : rhel-9-for-x86_64-appstream-rpms 
 +Matched from: 
 +Provide    : httpd = 2.4.57-11.el9_4.1
 </code> </code>
  
Ligne 1607: Ligne 1505:
  
 <code> <code>
-[root@centos8 ~]# dnf list kerne\* +[root@redhat9 ~]# dnf list kerne\* 
-Last metadata expiration check: 0:00:24 ago on Wed 21 Apr 2021 12:54:45 AM EDT.+Updating Subscription Management repositories. 
 +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                                           4.18.0-147.8.1.el8_1                        @BaseOS   +kernel.x86_64                                                                              5.14.0-284.11.1.el9_2                                                          @anaconda                                
-kernel.x86_64                                           4.18.0-240.22.1.el8_3                       @BaseOS   +kernel.x86_64                                                                              5.14.0-427.37.1.el9_4                                                          @rhel-9-for-x86_64-baseos-rpms           
-kernel-core.x86_64                                      4.18.0-147.8.1.el8_1                        @BaseOS   +kernel-core.x86_64                                                                         5.14.0-284.11.1.el9_2                                                          @anaconda                                
-kernel-core.x86_64                                      4.18.0-240.22.1.el8_3                       @BaseOS   +kernel-core.x86_64                                                                         5.14.0-427.37.1.el9_4                                                          @rhel-9-for-x86_64-baseos-rpms           
-kernel-modules.x86_64                                   4.18.0-147.8.1.el8_1                        @BaseOS   +kernel-modules.x86_64                                                                      5.14.0-284.11.1.el9_2                                                          @anaconda                                
-kernel-modules.x86_64                                   4.18.0-240.22.1.el8_3                       @BaseOS   +kernel-modules.x86_64                                                                      5.14.0-427.37.1.el9_4                                                          @rhel-9-for-x86_64-baseos-rpms           
-kernel-tools.x86_64                                     4.18.0-240.22.1.el8_3                       @BaseOS   +kernel-modules-core.x86_64                                                                 5.14.0-284.11.1.el9_2                                                          @anaconda                                
-kernel-tools-libs.x86_64                                4.18.0-240.22.1.el8_3                       @BaseOS  +kernel-modules-core.x86_64                                                                 5.14.0-427.37.1.el9_4                                                          @rhel-9-for-x86_64-baseos-rpms           
 +kernel-tools.x86_64                                                                        5.14.0-427.37.1.el9_4                                                          @rhel-9-for-x86_64-baseos-rpms           
 +kernel-tools-libs.x86_64                                                                   5.14.0-427.37.1.el9_4                                                          @rhel-9-for-x86_64-baseos-rpms          
 Available Packages Available Packages
-kernel-abi-whitelists.noarch                            4.18.0-240.22.1.el8_3                       baseos    +kernel-abi-stablelists.noarch                                                              5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-baseos-rpms            
-kernel-cross-headers.x86_64                             4.18.0-240.22.1.el8_3                       baseos    +kernel-cross-headers.x86_64                                                                5.14.0-427.37.1.el9_4                                                          codeready-builder-for-rhel-9-x86_64-rpms 
-kernel-debug.x86_64                                     4.18.0-240.22.1.el8_3                       baseos    +kernel-debug.x86_64                                                                        5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-baseos-rpms            
-kernel-debug-core.x86_64                                4.18.0-240.22.1.el8_3                       baseos    +kernel-debug-core.x86_64                                                                   5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-baseos-rpms            
-kernel-debug-devel.x86_64                               4.18.0-240.22.1.el8_3                       baseos    +kernel-debug-devel.x86_64                                                                  5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-appstream-rpms         
-kernel-debug-modules.x86_64                             4.18.0-240.22.1.el8_3                       baseos    +kernel-debug-devel-matched.x86_64                                                          5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-appstream-rpms         
-kernel-debug-modules-extra.x86_64                       4.18.0-240.22.1.el8_3                       baseos    +kernel-debug-modules.x86_64                                                                5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-baseos-rpms            
-kernel-devel.x86_64                                     4.18.0-240.22.1.el8_3                       baseos    +kernel-debug-modules-core.x86_64                                                           5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-baseos-rpms            
-kernel-doc.noarch                                       4.18.0-240.22.1.el8_3                       baseos    +kernel-debug-modules-extra.x86_64                                                          5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-baseos-rpms            
-kernel-headers.x86_64                                   4.18.0-240.22.1.el8_3                       baseos    +kernel-debug-uki-virt.x86_64                                                               5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-baseos-rpms            
-kernel-modules-extra.x86_64                             4.18.0-240.22.1.el8_3                       baseos    +kernel-devel.x86_64                                                                        5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-appstream-rpms         
-kernel-rpm-macros.noarch                                123-1.el8                                   appstream +kernel-devel-matched.x86_64                                                                5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-appstream-rpms         
-kernelshark.x86_64                                      2.7-8.el8                                   appstream+kernel-doc.noarch                                                                          5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-appstream-rpms         
 +kernel-headers.x86_64                                                                      5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-appstream-rpms         
 +kernel-modules-extra.x86_64                                                                5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-baseos-rpms            
 +kernel-rpm-macros.noarch                                                                   185-13.el9                                                                     rhel-9-for-x86_64-appstream-rpms         
 +kernel-srpm-macros.noarch                                                                  1.0-13.el9                                                                     rhel-9-for-x86_64-appstream-rpms         
 +kernel-tools-libs-devel.x86_64                                                             5.14.0-427.37.1.el9_4                                                          codeready-builder-for-rhel-9-x86_64-rpms 
 +kernel-uki-virt.x86_64                                                                     5.14.0-427.37.1.el9_4                                                          rhel-9-for-x86_64-baseos-rpms            
 +kernelshark.x86_64                                                                         1:1.2-10.el9                                                                   rhel-9-for-x86_64-appstream-rpms  
 </code> </code>
  
Ligne 1637: Ligne 1545:
  
 <code> <code>
-[root@centos8 ~]# dnf grouplist +[root@redhat9 ~]# dnf grouplist 
-Last metadata expiration check: 1:49:11 ago on Tue 20 Apr 2021 09:37:31 PM EDT.+Updating Subscription Management repositories. 
 +Last metadata expiration check: 0:04:11 ago on Mon 30 Sep 2024 11:27:31 AM CEST.
 Available Environment Groups: Available Environment Groups:
-   Server with GUI 
    Server    Server
 +   Minimal Install
    Workstation    Workstation
    KDE Plasma Workspaces    KDE Plasma Workspaces
Ligne 1647: Ligne 1556:
    Custom Operating System    Custom Operating System
 Installed Environment Groups: Installed Environment Groups:
-   Minimal Install +   Server with GUI 
-Available Groups:+Installed Groups:
    Container Management    Container Management
-   .NET Core Development 
-   RPM Development Tools 
-   Development Tools 
-   Graphical Administration Tools 
    Headless Management    Headless Management
-   Legacy UNIX Compatibility +Available Groups: 
-   Network Servers+   RPM Development Tools 
 +   .NET Development 
 +   Console Internet Tools
    Scientific Support    Scientific Support
-   Security Tools+   Legacy UNIX Compatibility
    Smart Card Support    Smart Card Support
 +   Security Tools
 +   Graphical Administration Tools
    System Tools    System Tools
 +   Network Servers
 +   Development Tools
    Fedora Packager    Fedora Packager
 +   VideoLAN Client
    Xfce    Xfce
 </code> </code>
  
-====3.5 - Obtenir de l'Information sur un Paquet et le Télécharger====+Pour obtenir de l'information sur un groupe de paquets, il convient d'utiliser la commmande **group info** : 
 + 
 +<code> 
 +[root@redhat9 ~]# dnf groupinfo Server 
 +Updating Subscription Management repositories.  
 +Environment Group: Server 
 + Description: An integrated, easy-to-manage server. 
 + Mandatory Groups: 
 +   Container Management 
 +   Core 
 +   Hardware Support 
 +   Headless Management 
 +   Server product core 
 +   Standard 
 + Optional Groups: 
 +   Basic Web Server 
 +   DNS Name Server 
 +   Debugging Tools 
 +   FTP Server 
 +   File and Storage Server 
 +   GNOME 
 +   Guest Agents 
 +   Hardware Monitoring Utilities 
 +   Infiniband Support 
 +   Mail Server 
 +   Network File System Client 
 +   Network Servers 
 +   Performance Tools 
 +   Remote Management for Linux 
 +   Virtualization Hypervisor 
 +   Windows File Server 
 +</code> 
 + 
 +====2.5 - Obtenir de l'Information sur un Paquet et le Télécharger====
  
 Pour obtenir de l'information sur un paquet, il convient d'utiliser la commmande **info** : Pour obtenir de l'information sur un paquet, il convient d'utiliser la commmande **info** :
  
 <code> <code>
-[root@centos8 ~]# dnf info httpd +[root@redhat9 ~]# dnf info httpd 
-Last metadata expiration check: 2:43:14 ago on Tue 20 Apr 2021 03:34:31 PM EDT+Updating Subscription Management repositories. 
-Available Packages+Last metadata expiration check: 0:04:53 ago on Mon 30 Sep 2024 11:27:31 AM CEST
 +Installed Packages
 Name         : httpd Name         : httpd
-Version      : 2.4.37 +Version      : 2.4.57 
-Release      : 30.module_el8.3.0+561+97fdbbcc+Release      : 11.el9_4.1
 Architecture : x86_64 Architecture : x86_64
-Size         : 1.7 M +Size         : 59 k 
-Source       : httpd-2.4.37-30.module_el8.3.0+561+97fdbbcc.src.rpm +Source       : httpd-2.4.57-11.el9_4.1.src.rpm 
-Repository   : appstream+Repository   : @System 
 +From repo    : rhel-9-for-x86_64-appstream-rpms
 Summary      : Apache HTTP Server Summary      : Apache HTTP Server
 URL          : https://httpd.apache.org/ URL          : https://httpd.apache.org/
Ligne 1690: Ligne 1637:
  
 <code> <code>
-[root@centos8 ~]# dnf download httpd +[root@redhat9 ~]# dnf download httpd 
-Last metadata expiration check: 2:46:56 ago on Tue 20 Apr 2021 03:34:31 PM EDT+Updating Subscription Management repositories. 
-httpd-2.4.37-30.module_el8.3.0+561+97fdbbcc.x86_64.rpm         4.0 MB/s | 1.7 MB     00:00 +Last metadata expiration check: 0:05:25 ago on Mon 30 Sep 2024 11:27:31 AM CEST
 +httpd-2.4.57-11.el9_4.1.x86_64.rpm                                                                                                                                                163 kB/s |  51 kB     00:00  
 </code> </code>
  
Ligne 1698: Ligne 1646:
  
 <code> <code>
-[root@centos8 ~]# updatedb +[root@redhat9 ~]# updatedb 
-[root@centos8 ~]# locate httpd-2.4.37-30. + 
-/root/httpd-2.4.37-30.module_el8.3.0+561+97fdbbcc.x86_64.rpm+[root@redhat9 ~]# locate httpd-2.4.57 
 +/root/httpd-2.4.57-11.el9_4.1.x86_64.rpm
 </code> </code>
  
-====3.6 - Installer un Paquet====+====2.6 - Installer un Paquet====
  
 Pour installer un paquet, dnf possède la commande **install** :  Pour installer un paquet, dnf possède la commande **install** : 
  
 <code> <code>
-[root@centos8 ~]# dnf install httpd +[root@redhat9 ~]# dnf install httpd 
-Last metadata expiration check: 2:58:37 ago on Tue 20 Apr 2021 03:34:31 PM EDT.+Updating Subscription Management repositories. 
 +Last metadata expiration check: 0:09:28 ago on Mon 30 Sep 2024 11:27:31 AM CEST.
 Dependencies resolved. Dependencies resolved.
-=============================================================================================== +================================================================================================================================================================================================================== 
- Package               Arch      Version                                    Repository    Size + Package                                           Architecture                          Version                                            Repository                                                       Size 
-===============================================================================================+==================================================================================================================================================================================================================
 Installing: Installing:
- httpd                 x86_64    2.4.37-30.module_el8.3.0+561+97fdbbcc      appstream    1.7 M+ 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.6.3-11.el8                               appstream    125 + apr                                               x86_64                                1.7.0-12.el9_3                                     rhel-9-for-x86_64-appstream-rpms                                126 
- apr-util              x86_64    1.6.1-6.el8                                appstream    105 + apr-util                                          x86_64                                1.6.1-23.el9                                       rhel-9-for-x86_64-appstream-rpms                                 97 
- centos-logos-httpd    noarch    80.5-2.el8                                 baseos        24 + apr-util-bdb                                      x86_64                                1.6.1-23.el9                                       rhel-9-for-x86_64-appstream-rpms                                 14 k 
- httpd-filesystem      noarch    2.4.37-30.module_el8.3.0+561+97fdbbcc      appstream     37 + httpd-core                                        x86_64                                2.4.57-11.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                                1.5 M 
- httpd-tools           x86_64    2.4.37-30.module_el8.3.0+561+97fdbbcc      appstream    104 + httpd-filesystem                                  noarch                                2.4.57-11.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                                 14 
- mod_http2             x86_64    1.15.7-2.module_el8.3.0+477+498bb568       appstream    154 k+ httpd-tools                                       x86_64                                2.4.57-11.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                                 86 
 + redhat-logos-httpd                                noarch                                90.4-2.el9                                         rhel-9-for-x86_64-appstream-rpms                                 18 k
 Installing weak dependencies: Installing weak dependencies:
- apr-util-bdb          x86_64    1.6.1-6.el8                                appstream     25 + apr-util-openssl                                  x86_64                                1.6.1-23.el9                                       rhel-9-for-x86_64-appstream-rpms                                 17 
- apr-util-openssl      x86_64    1.6.1-6.el8                                appstream     27 + mod_http2                                         x86_64                                2.0.26-2.el9_4                                     rhel-9-for-x86_64-appstream-rpms                                167 
-Enabling module streams: + mod_lua                                           x86_64                                2.4.57-11.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                                 60 k
- httpd                           2.4                                                          +
  
 Transaction Summary Transaction Summary
-=============================================================================================== +================================================================================================================================================================================================================== 
-Install  Packages+Install  11 Packages
  
-Total download size: 2.M+Total download size: 2.M
 Installed size: 6.0 M Installed size: 6.0 M
-Is this ok [y/N]: n+Is this ok [y/N]: n 
 Operation aborted. Operation aborted.
 </code> </code>
Ligne 1742: Ligne 1692:
  
 <code> <code>
-[root@centos8 ~]# dnf install httpd -y +[root@redhat9 ~]# dnf install httpd -y 
-...+Updating Subscription Management repositories. 
 +Last metadata expiration check: 0:10:12 ago on Mon 30 Sep 2024 11:27:31 AM CEST. 
 +Dependencies resolved. 
 +================================================================================================================================================================================================================== 
 + Package                                           Architecture                          Version                                            Repository                                                       Size 
 +================================================================================================================================================================================================================== 
 +Installing: 
 + httpd                                             x86_64                                2.4.57-11.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                                 51 k 
 +Installing dependencies: 
 + apr                                               x86_64                                1.7.0-12.el9_3                                     rhel-9-for-x86_64-appstream-rpms                                126 k 
 + apr-util                                          x86_64                                1.6.1-23.el9                                       rhel-9-for-x86_64-appstream-rpms                                 97 k 
 + apr-util-bdb                                      x86_64                                1.6.1-23.el9                                       rhel-9-for-x86_64-appstream-rpms                                 14 k 
 + httpd-core                                        x86_64                                2.4.57-11.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                                1.5 M 
 + httpd-filesystem                                  noarch                                2.4.57-11.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                                 14 k 
 + httpd-tools                                       x86_64                                2.4.57-11.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                                 86 k 
 + redhat-logos-httpd                                noarch                                90.4-2.el9                                         rhel-9-for-x86_64-appstream-rpms                                 18 k 
 +Installing weak dependencies: 
 + apr-util-openssl                                  x86_64                                1.6.1-23.el9                                       rhel-9-for-x86_64-appstream-rpms                                 17 k 
 + mod_http2                                         x86_64                                2.0.26-2.el9_4                                     rhel-9-for-x86_64-appstream-rpms                                167 k 
 + mod_lua                                           x86_64                                2.4.57-11.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                                 60 k 
 + 
 +Transaction Summary 
 +================================================================================================================================================================================================================== 
 +Install  11 Packages 
 + 
 +Total download size: 2.2 M 
 +Installed size: 6.0 M 
 +Downloading Packages: 
 +(1/11): apr-util-1.6.1-23.el9.x86_64.rpm                                                                                                                                          350 kB/s |  97 kB     00:00     
 +(2/11): apr-util-bdb-1.6.1-23.el9.x86_64.rpm                                                                                                                                       47 kB/s |  14 kB     00:00     
 +(3/11): apr-util-openssl-1.6.1-23.el9.x86_64.rpm                                                                                                                                   53 kB/s |  17 kB     00:00     
 +(4/11): redhat-logos-httpd-90.4-2.el9.noarch.rpm                                                                                                                                   97 kB/s |  18 kB     00:00     
 +(5/11): apr-1.7.0-12.el9_3.x86_64.rpm                                                                                                                                             654 kB/s | 126 kB     00:00     
 +(6/11): httpd-2.4.57-11.el9_4.1.x86_64.rpm                                                                                                                                        677 kB/s |  51 kB     00:00     
 +(7/11): mod_http2-2.0.26-2.el9_4.x86_64.rpm                                                                                                                                       677 kB/s | 167 kB     00:00     
 +(8/11): httpd-core-2.4.57-11.el9_4.1.x86_64.rpm                                                                                                                                    11 MB/s | 1.5 MB     00:00     
 +(9/11): httpd-filesystem-2.4.57-11.el9_4.1.noarch.rpm                                                                                                                             104 kB/s |  14 kB     00:00     
 +(10/11): httpd-tools-2.4.57-11.el9_4.1.x86_64.rpm                                                                                                                                 261 kB/s |  86 kB     00:00     
 +(11/11): mod_lua-2.4.57-11.el9_4.1.x86_64.rpm                                                                                                                                     219 kB/s |  60 kB     00:00     
 +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 
 +Total                                                                                                                                                                             2.4 MB/s | 2.2 MB     00:00      
 +Running transaction check 
 +Transaction check succeeded. 
 +Running transaction test 
 +Transaction test succeeded. 
 +Running transaction 
 +  Preparing        :                                                                                                                                                                                          1/1  
 +  Installing       : apr-1.7.0-12.el9_3.x86_64                                                                                                                                                               1/11  
 +  Installing       : apr-util-bdb-1.6.1-23.el9.x86_64                                                                                                                                                        2/11  
 +  Installing       : apr-util-openssl-1.6.1-23.el9.x86_64                                                                                                                                                    3/11  
 +  Installing       : apr-util-1.6.1-23.el9.x86_64                                                                                                                                                            4/11  
 +  Installing       : httpd-tools-2.4.57-11.el9_4.1.x86_64                                                                                                                                                    5/11  
 +  Running scriptlet: httpd-filesystem-2.4.57-11.el9_4.1.noarch                                                                                                                                               6/11  
 +  Installing       : httpd-filesystem-2.4.57-11.el9_4.1.noarch                                                                                                                                               6/11  
 +  Installing       : httpd-core-2.4.57-11.el9_4.1.x86_64                                                                                                                                                     7/11  
 +  Installing       : mod_lua-2.4.57-11.el9_4.1.x86_64                                                                                                                                                        8/11  
 +  Installing       : redhat-logos-httpd-90.4-2.el9.noarch                                                                                                                                                    9/11  
 +  Installing       : mod_http2-2.0.26-2.el9_4.x86_64                                                                                                                                                        10/11  
 +  Installing       : httpd-2.4.57-11.el9_4.1.x86_64                                                                                                                                                         11/11  
 +  Running scriptlet: httpd-2.4.57-11.el9_4.1.x86_64                                                                                                                                                         11/11  
 +  Verifying        : apr-util-1.6.1-23.el9.x86_64                                                                                                                                                            1/11  
 +  Verifying        : apr-util-bdb-1.6.1-23.el9.x86_64                                                                                                                                                        2/11  
 +  Verifying        : apr-util-openssl-1.6.1-23.el9.x86_64                                                                                                                                                    3/11  
 +  Verifying        : redhat-logos-httpd-90.4-2.el9.noarch                                                                                                                                                    4/11  
 +  Verifying        : apr-1.7.0-12.el9_3.x86_64                                                                                                                                                               5/11  
 +  Verifying        : mod_http2-2.0.26-2.el9_4.x86_64                                                                                                                                                         6/11  
 +  Verifying        : httpd-2.4.57-11.el9_4.1.x86_64                                                                                                                                                          7/11  
 +  Verifying        : httpd-core-2.4.57-11.el9_4.1.x86_64                                                                                                                                                     8/11  
 +  Verifying        : httpd-filesystem-2.4.57-11.el9_4.1.noarch                                                                                                                                               9/11  
 +  Verifying        : httpd-tools-2.4.57-11.el9_4.1.x86_64                                                                                                                                                   10/11  
 +  Verifying        : mod_lua-2.4.57-11.el9_4.1.x86_64                                                                                                                                                       11/11  
 +Installed products updated. 
 Installed: Installed:
-  apr-1.6.3-11.el8.x86_64                                                                       +  apr-1.7.0-12.el9_3.x86_64                apr-util-1.6.1-23.el9.x86_64                  apr-util-bdb-1.6.1-23.el9.x86_64         apr-util-openssl-1.6.1-23.el9.x86_64     httpd-2.4.57-11.el9_4.1.x86_64       
-  apr-util-1.6.1-6.el8.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     
-  apr-util-bdb-1.6.1-6.el8.x86_64                                                               +  redhat-logos-httpd-90.4-2.el9.noarch    
-  apr-util-openssl-1.6.1-6.el8.x86_64                                                           +
-  centos-logos-httpd-80.5-2.el8.noarch                                                          +
-  httpd-2.4.37-30.module_el8.3.0+561+97fdbbcc.x86_64                                            +
-  httpd-filesystem-2.4.37-30.module_el8.3.0+561+97fdbbcc.noarch                                 +
-  httpd-tools-2.4.37-30.module_el8.3.0+561+97fdbbcc.x86_64                                      +
-  mod_http2-1.15.7-2.module_el8.3.0+477+498bb568.x86_64                                        +
  
 Complete! Complete!
Ligne 1761: Ligne 1777:
  
 <code> <code>
-[root@centos8 ~]# dnf reinstall httpd +[root@redhat9 ~]# dnf reinstall httpd 
-Last metadata expiration check: 0:02:31 ago on Tue 20 Apr 2021 06:35:25 PM EDT.+Updating Subscription Management repositories. 
 +Last metadata expiration check: 0:11:00 ago on Mon 30 Sep 2024 11:27:31 AM CEST.
 Dependencies resolved. Dependencies resolved.
-=============================================================================================== +================================================================================================================================================================================================================== 
- Package     Architecture Version                                        Repository       Size + Package                                 Architecture                             Version                                                Repository                                                          Size 
-===============================================================================================+==================================================================================================================================================================================================================
 Reinstalling: Reinstalling:
- httpd       x86_64       2.4.37-30.module_el8.3.0+561+97fdbbcc          appstream       1.7 M+ httpd                                   x86_64                                   2.4.57-11.el9_4.1                                      rhel-9-for-x86_64-appstream-rpms                                    51 k
  
 Transaction Summary Transaction Summary
-===============================================================================================+==================================================================================================================================================================================================================
  
-Total download size: 1.7 M +Total download size: 51 k 
-Installed size: 4.9 M+Installed size: 59 k
 Is this ok [y/N]: y Is this ok [y/N]: y
 </code> </code>
Ligne 1781: Ligne 1798:
  
 <code> <code>
-[root@centos8 ~]# dnf groupinstall 'System Tools' +[root@redhat9 ~]# dnf groupinstall 'System Tools' 
-Last metadata expiration check: 1:51:28 ago on Tue 20 Apr 2021 09:37:31 PM EDT.+Updating Subscription Management repositories. 
 +Last metadata expiration check: 0:12:43 ago on Mon 30 Sep 2024 11:27:31 AM CEST.
 Dependencies resolved. Dependencies resolved.
-============================================================================================================= +================================================================================================================================================================================================================== 
- Package                             Architecture      Version                    Repository            Size + Package                                                Architecture                         Version                                         Repository                                                      Size 
-=============================================================================================================+==================================================================================================================================================================================================================
 Installing group/module packages: Installing group/module packages:
- NetworkManager-libreswan            x86_64            1.2.10-4.el8               appstream            120 + NetworkManager-libreswan                               x86_64                               1.2.18-3.el9_4                                  rhel-9-for-x86_64-appstream-rpms                               152 
- cifs-utils                          x86_64            6.8-3.el8                  baseos                96 + cifs-utils                                             x86_64                               7.0-1.el9                                       rhel-9-for-x86_64-baseos-rpms                                  103 
- libreswan                           x86_64            3.32-7.el8_3               appstream            1.4 M + libreswan                                              x86_64                               4.12-2.el9_4.1                                  rhel-9-for-x86_64-appstream-rpms                               1.4 M 
- nmap                                x86_64            2:7.70-5.el8               appstream            5.+ nmap                                                   x86_64                               3:7.92-1.el9                                    rhel-9-for-x86_64-appstream-rpms                               5.
- openldap-clients                    x86_64            2.4.46-15.el8              baseos               202 + openldap-clients                                       x86_64                               2.6.6-3.el9                                     rhel-9-for-x86_64-baseos-rpms                                  184 
- samba-client                        x86_64            4.12.3-12.el8.3            baseos               692 + samba-client                                           x86_64                               4.19.4-105.el9_4                                rhel-9-for-x86_64-appstream-rpms                               694 
- setserial                           x86_64            2.17-45.el8                baseos                32 + setserial                                              x86_64                               2.17-54.el9                                     rhel-9-for-x86_64-baseos-rpms                                   29 
- tigervnc                            x86_64            1.10.1-9.el8_3             appstream            290 k + tigervnc                                               x86_64                               1.13.1-8.el9_4.3                                rhel-9-for-x86_64-appstream-rpms                               311 
- tmux                                x86_64            2.7-1.el8                  baseos               317 + tmux                                                   x86_64                               3.2a-5.el9                                      rhel-9-for-x86_64-baseos-rpms                                  476 
- xdelta                              x86_64            3.1.0-4.el8                baseos                96 + zsh                                                    x86_64                               5.8-9.el9                                       rhel-9-for-x86_64-baseos-rpms                                  3.M
- zsh                                 x86_64            5.5.1-6.el8_1.2            baseos               2.M+
 Installing dependencies: Installing dependencies:
- fltk                                x86_64            1.3.4-5.el8                appstream            590 + fltk                                                   x86_64                               1.3.8-1.el9                                     rhel-9-for-x86_64-appstream-rpms                               620 
- ldns                                x86_64            1.7.0-21.el8               appstream            166 + keyutils                                               x86_64                               1.6.3-1.el9                                     rhel-9-for-x86_64-baseos-rpms                                   78 
- mesa-libGLU                         x86_64            9.0.0-15.el8               appstream            185 + ldns                                                   x86_64                               1.7.1-11.el9                                    rhel-9-for-x86_64-appstream-rpms                               163 
- nss-tools                           x86_64            3.53.1-17.el8_3            appstream            560 + nss-tools                                              x86_64                               3.101.0-7.el9_2                                 rhel-9-for-x86_64-appstream-rpms                               449 
- tigervnc-icons                      noarch            1.10.1-9.el8_3             appstream             47 + tigervnc-icons                                         noarch                               1.13.1-8.el9_4.3                                rhel-9-for-x86_64-appstream-rpms                                40 
- tigervnc-license                    noarch            1.10.1-9.el8_3             appstream             38 k+ tigervnc-license                                       noarch                               1.13.1-8.el9_4.3                                rhel-9-for-x86_64-appstream-rpms                                18 k 
 + unbound-libs                                           x86_64                               1.16.2-3.el9_3.5                                rhel-9-for-x86_64-appstream-rpms                               553 k
 Installing Groups: Installing Groups:
- System Tools                                                                                               + System Tools                                                                                                                                                                                                    
  
 Transaction Summary Transaction Summary
-=============================================================================================================+==================================================================================================================================================================================================================
 Install  17 Packages Install  17 Packages
  
-Total download size: 13 M+Total download size: 14 M
 Installed size: 47 M Installed size: 47 M
 Is this ok [y/N]: y Is this ok [y/N]: y
 </code> </code>
  
-====3.7 - Mettre à jour des Paquets====+====2.7 - Mettre à jour des Paquets====
  
 Pour vérifier la disponibilité des mises-à-jour, dnf possède la commande **check-update** : Pour vérifier la disponibilité des mises-à-jour, dnf possède la commande **check-update** :
  
 <code> <code>
-[root@centos8 ~]# dnf check-update +[root@redhat9 ~]# dnf check-update 
-Last metadata expiration check: 1:38:50 ago on Tue 20 Apr 2021 09:37:31 PM EDT.+Updating Subscription Management repositories. 
 +Last metadata expiration check: 0:13:55 ago on Mon 30 Sep 2024 11:27:31 AM CEST.
  
-epel-release.noarch                        8-10.el8                       epel   +cups-filters.x86_64                                                                         1.28.7-17.el9_4                                                                       rhel-9-for-x86_64-appstream-rpms 
-procps-ng.x86_64                           3.3.15-3.el8_3.1               baseos +cups-filters-libs.x86_64                                                                    1.28.7-17.el9_4                                                                       rhel-9-for-x86_64-appstream-rpms 
-selinux-policy.noarch                      3.14.3-54.el8_3.4              baseos +net-snmp-libs.x86_64                                                                        1:5.9.1-13.el9_4.3                                                                    rhel-9-for-x86_64-appstream-rpms
-selinux-policy-targeted.noarch             3.14.3-54.el8_3.4              baseos+
 </code> </code>
  
Ligne 1835: Ligne 1853:
  
 <code> <code>
-[root@centos8 ~]# dnf update epel-release.noarch +[root@redhat9 ~]# dnf update net-snmp-libs.x86_64 
-Last metadata expiration check: 1:43:33 ago on Tue 20 Apr 2021 09:37:31 PM EDT.+Updating Subscription Management repositories
 +Last metadata expiration check: 0:14:57 ago on Mon 30 Sep 2024 11:27:31 AM CEST.
 Dependencies resolved. Dependencies resolved.
-============================================================================================================= +================================================================================================================================================================================================================== 
- Package                       Architecture            Version                   Repository             Size + Package                                       Architecture                           Version                                              Repository                                                        Size 
-=============================================================================================================+==================================================================================================================================================================================================================
 Upgrading: Upgrading:
- epel-release                  noarch                  8-10.el8                  epel                   22 k+ net-snmp-libs                                 x86_64                                 1:5.9.1-13.el9_4.3                                   rhel-9-for-x86_64-appstream-rpms                                 763 k
  
 Transaction Summary Transaction Summary
-=============================================================================================================+==================================================================================================================================================================================================================
 Upgrade  1 Package Upgrade  1 Package
  
-Total download size: 22 k+Total download size: 763 k
 Is this ok [y/N]: y Is this ok [y/N]: y
 </code> </code>
Ligne 1855: Ligne 1874:
  
 <code> <code>
-[root@centos8 ~]# dnf groupupdate 'System Tools' +[root@redhat9 ~]# dnf groupupdate 'System Tools' 
-Last metadata expiration check: 1:55:43 ago on Tue 20 Apr 2021 09:37:31 PM EDT.+Updating Subscription Management repositories. 
 +Last metadata expiration check: 0:15:46 ago on Mon 30 Sep 2024 11:27:31 AM CEST.
 Dependencies resolved. Dependencies resolved.
-============================================================================================================= +================================================================================================================================================================================================================== 
- Package                  Architecture            Version                     Repository                Size + Package                                            Architecture                                      Version                                            Repository                                          Size 
-=============================================================================================================+==================================================================================================================================================================================================================
 Installing Groups: Installing Groups:
- System Tools                                                                                               + System Tools                                                                                                                                                                                                    
  
 Transaction Summary Transaction Summary
-=============================================================================================================+==================================================================================================================================================================================================================
  
 Is this ok [y/N]: y Is this ok [y/N]: y
Ligne 1871: Ligne 1891:
 </code> </code>
  
-====3.8 - Supprimer des Paquets====+====2.8 - Supprimer des Paquets====
  
 Pour supprimer un paquet, il convient d'utiliser la commande **remove** : Pour supprimer un paquet, il convient d'utiliser la commande **remove** :
  
 <code> <code>
-[root@centos8 ~]# dnf remove httpd+[root@redhat9 ~]# dnf remove httpd 
 +Updating Subscription Management repositories.
 Dependencies resolved. Dependencies resolved.
-============================================================================================================= +================================================================================================================================================================================================================== 
- Package                  Architecture Version                                        Repository        Size + Package                                           Architecture                          Version                                           Repository                                                        Size 
-=============================================================================================================+==================================================================================================================================================================================================================
 Removing: Removing:
- httpd                    x86_64       2.4.37-30.module_el8.3.0+561+97fdbbcc          @appstream       4.M+ 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.6.3-11.el8                                   @appstream       260 + apr                                               x86_64                                1.7.0-12.el9_3                                    @rhel-9-for-x86_64-appstream-rpms                                288 
- apr-util                 x86_64       1.6.1-6.el8                                    @appstream       231 + apr-util                                          x86_64                                1.6.1-23.el9                                      @rhel-9-for-x86_64-appstream-rpms                                211 
- apr-util-bdb             x86_64       1.6.1-6.el8                                    @appstream        12 + apr-util-bdb                                      x86_64                                1.6.1-23.el9                                      @rhel-9-for-x86_64-appstream-rpms                                 15 
- apr-util-openssl         x86_64       1.6.1-6.el8                                    @appstream        20 + apr-util-openssl                                  x86_64                                1.6.1-23.el9                                      @rhel-9-for-x86_64-appstream-rpms                                 23 
- centos-logos-httpd       noarch       80.5-2.el8                                     @baseos          1.9 k + httpd-core                                        x86_64                                2.4.57-11.el9_4.1                                 @rhel-9-for-x86_64-appstream-rpms                                4.7 M 
- httpd-filesystem         noarch       2.4.37-30.module_el8.3.0+561+97fdbbcc          @appstream       400   + httpd-filesystem                                  noarch                                2.4.57-11.el9_4.1                                 @rhel-9-for-x86_64-appstream-rpms                                400   
- httpd-tools              x86_64       2.4.37-30.module_el8.3.0+561+97fdbbcc          @appstream       195 + httpd-tools                                       x86_64                                2.4.57-11.el9_4.1                                 @rhel-9-for-x86_64-appstream-rpms                                199 
- mod_http2                x86_64       1.15.7-2.module_el8.3.0+477+498bb568           @appstream       393 k+ mod_http2                                         x86_64                                2.0.26-2.el9_4                                    @rhel-9-for-x86_64-appstream-rpms                                442 k 
 + mod_lua                                           x86_64                                2.4.57-11.el9_4.1                                 @rhel-9-for-x86_64-appstream-rpms                                142 k 
 + redhat-logos-httpd                                noarch                                90.4-2.el9                                        @rhel-9-for-x86_64-appstream-rpms                                 12 k
  
 Transaction Summary Transaction Summary
-============================================================================================================= +================================================================================================================================================================================================================== 
-Remove  Packages+Remove  11 Packages
  
 Freed space: 6.0 M Freed space: 6.0 M
-Is this ok [y/N]: y+Is this ok [y/N]: 
 +Operation aborted.
 </code> </code>
  
Ligne 1904: Ligne 1928:
  
 <code> <code>
-[root@centos8 ~]# dnf groupremove 'System Tools'+[root@redhat9 ~]# dnf groupremove 'System Tools' 
 +Updating Subscription Management repositories.
 Dependencies resolved. Dependencies resolved.
-============================================================================================================= +================================================================================================================================================================================================================== 
- Package                            Architecture     Version                      Repository            Size + Package                                                Architecture                         Version                                        Repository                                                       Size 
-=============================================================================================================+==================================================================================================================================================================================================================
 Removing: Removing:
- NetworkManager-libreswan           x86_64           1.2.10-4.el8                 @appstream           420 + NetworkManager-libreswan                               x86_64                               1.2.18-3.el9_4                                 @rhel-9-for-x86_64-appstream-rpms                               457 
- cifs-utils                         x86_64           6.8-3.el8                    @baseos              192 + cifs-utils                                             x86_64                               7.0-1.el9                                      @rhel-9-for-x86_64-baseos-rpms                                  220 
- libreswan                          x86_64           3.32-7.el8_3                 @appstream           4.+ libreswan                                              x86_64                               4.12-2.el9_4.1                                 @rhel-9-for-x86_64-appstream-rpms                               5.
- nmap                               x86_64           2:7.70-5.el8                 @appstream            24 M + nmap                                                   x86_64                               3:7.92-1.el9                                   @rhel-9-for-x86_64-appstream-rpms                                24 M 
- openldap-clients                   x86_64           2.4.46-15.el8                @baseos              612 + openldap-clients                                       x86_64                               2.6.6-3.el9                                    @rhel-9-for-x86_64-baseos-rpms                                  658 
- samba-client                       x86_64           4.12.3-12.el8.3              @baseos              2.+ samba-client                                           x86_64                               4.19.4-105.el9_4                               @rhel-9-for-x86_64-appstream-rpms                               2.
- setserial                          x86_64           2.17-45.el8                  @baseos               37 + setserial                                              x86_64                               2.17-54.el9                                    @rhel-9-for-x86_64-baseos-rpms                                   35 
- tigervnc                           x86_64           1.10.1-9.el8_3               @appstream           849 + tigervnc                                               x86_64                               1.13.1-8.el9_4.3                               @rhel-9-for-x86_64-appstream-rpms                               967 
- tmux                               x86_64           2.7-1.el8                    @baseos              781 k + tmux                                                   x86_64                               3.2a-5.el9                                     @rhel-9-for-x86_64-baseos-rpms                                  1.1 M 
- xdelta                             x86_64           3.1.0-4.el8                  @baseos              184 k + zsh                                                    x86_64                               5.8-9.el9                                      @rhel-9-for-x86_64-baseos-rpms                                  7.M
- zsh                                x86_64           5.5.1-6.el8_1.2              @baseos              7.M+
 Removing unused dependencies: Removing unused dependencies:
- fltk                               x86_64           1.3.4-5.el8                  @appstream           2.+ fltk                                                   x86_64                               1.3.8-1.el9                                    @rhel-9-for-x86_64-appstream-rpms                               1.
- ldns                               x86_64           1.7.0-21.el8                 @appstream           536 + keyutils                                               x86_64                               1.6.3-1.el9                                    @rhel-9-for-x86_64-baseos-rpms                                  158 
- mesa-libGLU                        x86_64           9.0.0-15.el8                 @appstream           490 + ldns                                                   x86_64                               1.7.1-11.el9                                   @rhel-9-for-x86_64-appstream-rpms                               426 
- nss-tools                          x86_64           3.53.1-17.el8_3              @appstream           2.+ nss-tools                                              x86_64                               3.101.0-7.el9_2                                @rhel-9-for-x86_64-appstream-rpms                               1.
- tigervnc-icons                     noarch           1.10.1-9.el8_3               @appstream            33 + tigervnc-icons                                         noarch                               1.13.1-8.el9_4.3                               @rhel-9-for-x86_64-appstream-rpms                                36 
- tigervnc-license                   noarch           1.10.1-9.el8_3               @appstream            18 k+ tigervnc-license                                       noarch                               1.13.1-8.el9_4.3                               @rhel-9-for-x86_64-appstream-rpms                                18 k 
 + unbound-libs                                           x86_64                               1.16.2-3.el9_3.5                               @rhel-9-for-x86_64-appstream-rpms                               1.5 M
 Removing Groups: Removing Groups:
- System Tools                                                                                               + System Tools                                                                                                                                                                                                    
  
 Transaction Summary Transaction Summary
-=============================================================================================================+==================================================================================================================================================================================================================
 Remove  17 Packages Remove  17 Packages
  
Ligne 1942: Ligne 1967:
  
 <code> <code>
-[root@centos8 ~]# dnf autoremove +[root@redhat9 ~]# dnf autoremove 
-Last metadata expiration check: 0:08:52 ago on Wed 21 Apr 2021 12:39:54 AM EDT.+Updating Subscription Management repositories. 
 +Last metadata expiration check: 0:18:14 ago on Mon 30 Sep 2024 11:27:31 AM CEST.
 Dependencies resolved. Dependencies resolved.
-============================================================================================================= +================================================================================================================================================================================================================== 
- Package                      Architecture        Version                         Repository            Size + Package                                           Architecture                           Version                                            Repository                                                      Size 
-=============================================================================================================+==================================================================================================================================================================================================================
 Removing: Removing:
- fipscheck                    x86_64              1.5.0-4.el8                     @BaseOS               47 + efivar-libs                                       x86_64                                 38-3.el9                                           @anaconda                                                      367 
- fipscheck-lib                x86_64              1.5.0-4.el8                     @BaseOS               12 k + grub2-tools-efi                                   x86_64                                 1:2.06-82.el9_4                                    @rhel-9-for-x86_64-baseos-rpms                                 2.7 M 
- grub2-tools-efi              x86_64              1:2.02-90.el8_3.1               @BaseOS              2.0 M+ grub2-tools-extra                                 x86_64                                 1:2.06-82.el9_4                                    @rhel-9-for-x86_64-baseos-rpms                                 5.3 M 
 + libgcab1                                          x86_64                                 1.4-6.el9                                          @anaconda                                                      207 k 
 + libglvnd-opengl                                   x86_64                                 1:1.3.4-1.el9                                      @AppStream                                                     173 k 
 + libsmbios                                         x86_64                                 2.4.3-4.el9                                        @anaconda                                                      388 k 
 + openldap-compat                                   x86_64                                 2.6.6-3.el9                                        @rhel-9-for-x86_64-baseos-rpms                                  59 k 
 + pulseaudio-utils                                  x86_64                                 15.0-2.el9                                         @AppStream                                                     199 k 
 + python3-ethtool                                   x86_64                                 0.15-2.el9                                         @anaconda                                                       94 k
  
 Transaction Summary Transaction Summary
-============================================================================================================= +================================================================================================================================================================================================================== 
-Remove  Packages+Remove  Packages
  
-Freed space: 2.M+Freed space: 9.M
 Is this ok [y/N]: y Is this ok [y/N]: y
 </code> </code>
Ligne 1964: Ligne 1996:
  
 <code> <code>
-[root@centos8 ~]# dnf clean all +[root@redhat9 ~]# dnf clean all 
-58 files removed+Updating Subscription Management repositories. 
 +61 files removed
 </code> </code>
  
-=====LAB #4 Les Bibliothèques Partagées=====+====2.9 L'historique dnf====
  
-====4.1 - Présentation====+Les transactions de dnf sont journalisées dans le fichier **/var/log/dnf.rpm.log** : 
 + 
 +<code> 
 +[root@redhat9 ~]# tail /var/log/dnf.rpm.log 
 +2024-09-30T11:46:10+0200 SUBDEBUG Erase: pulseaudio-utils-15.0-2.el9.x86_64 
 +2024-09-30T11:46:10+0200 SUBDEBUG Erase: openldap-compat-2.6.6-3.el9.x86_64 
 +2024-09-30T11:46:10+0200 SUBDEBUG Erase: libsmbios-2.4.3-4.el9.x86_64 
 +2024-09-30T11:46:10+0200 SUBDEBUG Erase: libglvnd-opengl-1:1.3.4-1.el9.x86_64 
 +2024-09-30T11:46:10+0200 SUBDEBUG Erase: libgcab1-1.4-6.el9.x86_64 
 +2024-09-30T11:46:10+0200 SUBDEBUG Erase: grub2-tools-extra-1:2.06-82.el9_4.x86_64 
 +2024-09-30T11:46:10+0200 SUBDEBUG Erase: grub2-tools-efi-1:2.06-82.el9_4.x86_64 
 +2024-09-30T11:46:10+0200 SUBDEBUG Erase: efivar-libs-38-3.el9.x86_64 
 +2024-09-30T11:46:30+0200 INFO --- logging initialized --- 
 +2024-09-30T11:49:36+0200 INFO --- logging initialized --- 
 +</code> 
 + 
 +Ces transactions sont aussi visibles en utilisant la commande dnf **history** : 
 + 
 +<code> 
 +[root@redhat9 ~]# dnf history 
 +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 openh264 (From Cisco) - x86_64                                                                                                              3.0 kB/s | 2.5 kB     00:00     
 +Extra Packages for Enterprise Linux 9 - Next - x86_64                                                                                                                             585 kB/s | 277 kB     00:00     
 +Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)                                                                                                                           26 MB/s |  41 MB     00:01     
 +Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)                                                                                                                              13 MB/s |  32 MB     00:02     
 +Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs)                                                                                                                          8.5 MB/s | 9.2 MB     00:01 
 + 
 +ID     | Command line                                                                                                                                                | Date and time    | Action(s)      | Altered 
 +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 
 +    17 | autoremove                                                                                                                                                  | 2024-09-30 11:46 | Removed        |    9    
 +    16 | groupremove System Tools                                                                                                                                    | 2024-09-30 11:45 | Removed        |   18 EE 
 +    15 | groupupdate System Tools                                                                                                                                    | 2024-09-30 11:43 | Install        |    1    
 +    14 | update net-snmp-libs.x86_64                                                                                                                                 | 2024-09-30 11:42 | Upgrade        |    1    
 +    13 | groupinstall System Tools                                                                                                                                   | 2024-09-30 11:40 | Install        |   18 EE 
 +    12 | reinstall httpd                                                                                                                                             | 2024-09-30 11:39 | R              |    2    
 +    11 | install httpd -y                                                                                                                                            | 2024-09-30 11:37 | Install        |   11    
 +    10 | install telnet-server                                                                                                                                       | 2024-09-29 14:19 | Install        |    1    
 +     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    
 +     5 | install screen                                                                                                                                              | 2024-09-25 15:43 | Install        |    1    
 +     4 | install epel-release epel-next-release                                                                                                                      | 2024-09-25 15:42 | Install        |    1  < 
 +     3 | install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm                                                                              | 2024-09-25 15:39 | Install        |    1 >E 
 +     2 | update                                                                                                                                                      | 2024-09-25 11:50 | I, U            584 E< 
 +     1 |                                                                                                                                                             | 2023-10-19 18:08 | Install        | 1198 >E 
 +</code> 
 + 
 +Cette commande possède une option **undo** : 
 + 
 +<code> 
 +[root@redhat9 ~]# dnf history undo 14 
 +Updating Subscription Management repositories. 
 +Last metadata expiration check: 0:22:38 ago on Mon 30 Sep 2024 11:50:09 AM CEST. 
 +Dependencies resolved. 
 +================================================================================================================================================================================================================== 
 + Package                                       Architecture                           Version                                              Repository                                                        Size 
 +================================================================================================================================================================================================================== 
 +Downgrading: 
 + net-snmp-libs                                 x86_64                                 1:5.9.1-13.el9_4.2                                   rhel-9-for-x86_64-appstream-rpms                                 760 k 
 + 
 +Transaction Summary 
 +================================================================================================================================================================================================================== 
 +Downgrade  1 Package 
 + 
 +Total download size: 760 k 
 +Is this ok [y/N]: y 
 +Downloading Packages: 
 +net-snmp-libs-5.9.1-13.el9_4.2.x86_64.rpm                                                                                                                                         1.2 MB/s | 760 kB     00:00     
 +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 
 +Total                                                                                                                                                                             1.2 MB/s | 760 kB     00:00      
 +Running transaction check 
 +Transaction check succeeded. 
 +Running transaction test 
 +Transaction test succeeded. 
 +Running transaction 
 +  Preparing        :                                                                                                                                                                                          1/1  
 +  Downgrading      : net-snmp-libs-1:5.9.1-13.el9_4.2.x86_64                                                                                                                                                  1/2  
 +  Cleanup          : net-snmp-libs-1:5.9.1-13.el9_4.3.x86_64                                                                                                                                                  2/2  
 +  Running scriptlet: net-snmp-libs-1:5.9.1-13.el9_4.3.x86_64                                                                                                                                                  2/2  
 +  Verifying        : net-snmp-libs-1:5.9.1-13.el9_4.2.x86_64                                                                                                                                                  1/2  
 +  Verifying        : net-snmp-libs-1:5.9.1-13.el9_4.3.x86_64                                                                                                                                                  2/2  
 +Installed products updated. 
 + 
 +Downgraded: 
 +  net-snmp-libs-1:5.9.1-13.el9_4.2.x86_64                                                                                                                                                                          
 + 
 +Complete! 
 +</code> 
 + 
 +====2.10 - Le Dépôt Application Stream==== 
 + 
 +Le contenu de RHEL 9 est distribué via deux dépôts principaux de logiciels : BaseOS et Application Stream (AppStream). 
 + 
 +En utilisant le dépôt Application Stream, plusieurs versions des composants de l'espace utilisateur livrés avec la distribution sont livrés en même temps. Ils peuvent être mis à jour plus fréquemment que les paquets principaux du système d’exploitation. Cela fournit une plus grande flexibilité pour personnaliser RHEL sans affecter la stabilité sous-jacente de la plateforme ou des déploiements spécifiques. 
 + 
 +Le dépôt Application Stream contient deux types de contenu, des Modules et des paquets RPM traditionnels. Un module décrit un ensemble de paquets RPM qui vont ensemble. 
 + 
 +Les Modules peuvent contenir plusieurs flux pour rendre plusieurs versions d'applications disponibles à l'installation. L'activation d'un flux de Module donne au système l'accès aux packages RPM contenus dans ce flux de Module. 
 + 
 +Un Module est un ensemble de paquets RPM qui constituent un ensemble cohérent qui vont ensemble. Généralement, ceci est organisé autour d’une version spécifique d’une application logicielle ou d’un langage de programmation. Un Module typique peut contenir des paquets avec une application, des paquets avec des bibliothèques partagés, des paquets de documentation pour l'application et des paquets contenant des utilitaires. 
 + 
 +Chaque Module peut avoir un ou plusieurs flux de Modules qui contiennent différentes versions du contenu. Chacun des flux reçoit les mises à jour indépendamment. Un flux de modules est un dépôt virtuel dans le dépôt physique **Application Stream**. Pour chaque Module, un seul de ses flux peut être activé et fournir ses packages à la fois. 
 + 
 +Chaque Module peut avoir un ou plusieurs **profils**. Un profil est une liste de certains paquets à installer ensemble pour un cas d'utilisation particulier tel que pour un serveur, un client ou autre. L'installation d'un profil de module particulier installe simplement un ensemble particulier de paquets à partir du flux de Modules. Il est ensuite possible d'installer ou de désinstaller les paquets normalement. Si le profil à utiliser n'est pas spécifié, le Module installera son profil par défaut. 
 + 
 +Pour consulter la liste de Modules disponibles, utilisez la commande dnf **module list** : 
 + 
 +<code> 
 +[root@redhat9 ~]# dnf module list 
 +Updating Subscription Management repositories. 
 +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) 
 +Name                             Stream                       Profiles                                                    Summary                                                                                  
 +swig                             4.1                          common [d], complete                                        Connects C/C++/Objective C to some high-level programming languages                      
 + 
 +Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs) 
 +Name                             Stream                       Profiles                                                    Summary                                                                                  
 +mariadb                          10.11                        client, galera, server [d]                                  MariaDB Module                                                                           
 +maven                            3.8                          common [d]                                                  Java project management and project comprehension tool                                   
 +nginx                            1.22                         common [d]                                                  nginx webserver                                                                          
 +nginx                            1.24                         common [d]                                                  nginx webserver                                                                          
 +nodejs                           18                           common [d], development, minimal, s2i                       Javascript runtime                                                                       
 +nodejs                           20                           common [d], development, minimal, s2i                       Javascript runtime                                                                       
 +php                              8.1                          common [d], devel, minimal                                  PHP scripting language                                                                   
 +php                              8.2                          common [d], devel, minimal                                  PHP scripting language                                                                   
 +postgresql                       15                           client, server [d]                                          PostgreSQL server and client module                                                      
 +postgresql                       16                           client, server [d]                                          PostgreSQL server and client module                                                      
 +redis                            7                            common [d]                                                  Redis persistent key-value database                                                      
 +ruby                             3.1                          common [d]                                                  An interpreter of object-oriented scripting language                                     
 +ruby                             3.3                          common [d]                                                  An interpreter of object-oriented scripting language                                     
 + 
 +Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled 
 +</code> 
 + 
 +Pour lister les flux de Modules disponibles ainsi que leurs statuts pour un Module particulier, utilisez la commande suivante : 
 + 
 +<code> 
 +[root@redhat9 ~]# dnf module list php 
 +Updating Subscription Management repositories. 
 +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) 
 +Name                                       Stream                                      Profiles                                                        Summary                                                     
 +php                                        8.1                                         common [d], devel, minimal                                      PHP scripting language                                      
 +php                                        8.2                                         common [d], devel, minimal                                      PHP scripting language                                      
 + 
 +Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled 
 +</code> 
 + 
 +Pour obtenir l'information sur les flux de Modules d'un Module particulier, utilisez la commande suivante : 
 + 
 +<code> 
 +[root@redhat9 ~]# dnf module info php | more 
 +Updating Subscription Management repositories. 
 +Last metadata expiration check: 0:42:18 ago on Mon 30 Sep 2024 12:48:56 PM CEST. 
 +Name             : php 
 +Stream           : 8.1 
 +Version          : 9010020220706080036 
 +Context          : 9 
 +Architecture     : x86_64 
 +Profiles         : common [d], devel, minimal 
 +Default profiles : common 
 +Repo             : rhel-9-for-x86_64-appstream-rpms 
 +Summary          : PHP scripting language 
 +Description      : php 8.1 module 
 +Requires         : platform:[el9] 
 +Artifacts        : apcu-panel-0:5.1.21-1.module+el9.1.0+15477+1fc469b9.noarch 
 +                 : php-0:8.1.8-1.module+el9.1.0+15877+c3862210.src 
 +                 : php-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-bcmath-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-bcmath-debuginfo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-cli-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-cli-debuginfo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-common-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-common-debuginfo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-dba-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-dba-debuginfo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-dbg-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-dbg-debuginfo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-debuginfo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-debugsource-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-devel-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-embedded-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-embedded-debuginfo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-enchant-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-enchant-debuginfo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-ffi-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-ffi-debuginfo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-fpm-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-fpm-debuginfo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-gd-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-gd-debuginfo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-gmp-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-gmp-debuginfo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-intl-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-intl-debuginfo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-ldap-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-ldap-debuginfo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-mbstring-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-mbstring-debuginfo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-mysqlnd-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-mysqlnd-debuginfo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-odbc-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-odbc-debuginfo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-opcache-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-opcache-debuginfo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-pdo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +                 : php-pdo-debuginfo-0:8.1.8-1.module+el9.1.0+15877+c3862210.x86_64 
 +--More-- 
 +[q] 
 +</code> 
 + 
 +Pour installet **et** activer un flux de Module particulier, il est nécessaire de stipuler le flux concerné : 
 + 
 +<code> 
 +[root@redhat9 ~]# dnf module install php:8.2 -y 
 +Updating Subscription Management repositories. 
 +Last metadata expiration check: 0:54:10 ago on Mon 30 Sep 2024 12:48:56 PM CEST. 
 +Dependencies resolved. 
 +================================================================================================================================================================================================================== 
 + Package                                    Architecture                     Version                                                             Repository                                                  Size 
 +================================================================================================================================================================================================================== 
 +Installing group/module packages: 
 + php-cli                                    x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                              rhel-9-for-x86_64-appstream-rpms                           3.6 M 
 + php-common                                 x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                              rhel-9-for-x86_64-appstream-rpms                           703 k 
 + php-fpm                                    x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                              rhel-9-for-x86_64-appstream-rpms                           1.8 M 
 + php-mbstring                               x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                              rhel-9-for-x86_64-appstream-rpms                           524 k 
 + php-xml                                    x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                              rhel-9-for-x86_64-appstream-rpms                           150 k 
 +Installing dependencies: 
 + nginx-filesystem                           noarch                           1:1.20.1-16.el9_4.1                                                 rhel-9-for-x86_64-appstream-rpms                            11 k 
 +Installing module profiles: 
 + php/common                                                                                                                                                                                                       
 +Enabling module streams: 
 + php                                                                         8.2                                                                                                                                  
 + 
 +Transaction Summary 
 +================================================================================================================================================================================================================== 
 +Install  6 Packages 
 + 
 +Total download size: 6.8 M 
 +Installed size: 34 M 
 +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     
 +(2/6): php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64.rpm                                                                                                                  2.2 MB/s | 1.8 MB     00:00     
 +(3/6): php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64.rpm                                                                                                             899 kB/s | 524 kB     00:00     
 +(4/6): php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64.rpm                                                                                                                  566 kB/s | 150 kB     00:00     
 +(5/6): php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64.rpm                                                                                                                  2.4 MB/s | 3.6 MB     00:01     
 +(6/6): nginx-filesystem-1.20.1-16.el9_4.1.noarch.rpm                                                                                                                               23 kB/s |  11 kB     00:00     
 +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 
 +Total                                                                                                                                                                             4.4 MB/s | 6.8 MB     00:01      
 +Running transaction check 
 +Transaction check succeeded. 
 +Running transaction test 
 +Transaction test succeeded. 
 +Running transaction 
 +  Preparing        :                                                                                                                                                                                          1/1  
 +  Installing       : php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                 1/6  
 +  Running scriptlet: nginx-filesystem-1:1.20.1-16.el9_4.1.noarch                                                                                                                                              2/6  
 +  Installing       : nginx-filesystem-1:1.20.1-16.el9_4.1.noarch                                                                                                                                              2/6  
 +  Installing       : php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    3/6  
 +  Running scriptlet: php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    3/6  
 +  Installing       : php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    4/6  
 +  Installing       : php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                               5/6  
 +  Installing       : php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    6/6  
 +  Running scriptlet: php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    6/6  
 +  Verifying        : php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    1/6  
 +  Verifying        : php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                 2/6  
 +  Verifying        : php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    3/6  
 +  Verifying        : php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                               4/6  
 +  Verifying        : php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    5/6  
 +  Verifying        : nginx-filesystem-1:1.20.1-16.el9_4.1.noarch                                                                                                                                              6/6  
 +Installed products updated. 
 + 
 +Installed: 
 +  nginx-filesystem-1:1.20.1-16.el9_4.1.noarch                        php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                   php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64              
 +  php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64              php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64              php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                 
 + 
 +Complete! 
 +</code> 
 + 
 +Constatez le statut du flux de Module **php** : 
 + 
 +<code> 
 +[root@redhat9 ~]# dnf module list --enabled 
 +Updating Subscription Management repositories. 
 +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) 
 +Name                                     Stream                                      Profiles                                                           Summary                                                    
 +php                                      8.2 [e]                                     common [d] [i], devel, minimal                                     PHP scripting language                                     
 + 
 +Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled 
 +</code> 
 + 
 +<WRAP center round important 60%> 
 +**Important** : Notez la présence des caractères **[e]**, **[d]** et **[i]**. 
 +</WRAP> 
 + 
 +Pour supprimer le flux de Module, utilisez la commande **dnf module remove** : 
 + 
 +<code> 
 +[root@redhat9 ~]# dnf module remove php:8.2 -y 
 +Updating Subscription Management repositories. 
 +Last metadata expiration check: 0:56:35 ago on Mon 30 Sep 2024 12:48:56 PM CEST. 
 +Dependencies resolved. 
 +================================================================================================================================================================================================================== 
 + Package                                    Architecture                     Version                                                            Repository                                                   Size 
 +================================================================================================================================================================================================================== 
 +Removing: 
 + php-cli                                    x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                             @rhel-9-for-x86_64-appstream-rpms                            16 M 
 + php-common                                 x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                             @rhel-9-for-x86_64-appstream-rpms                           8.1 M 
 + php-fpm                                    x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                             @rhel-9-for-x86_64-appstream-rpms                           8.2 M 
 + php-mbstring                               x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                             @rhel-9-for-x86_64-appstream-rpms                           1.2 M 
 + php-xml                                    x86_64                           8.2.13-1.module+el9.4.0+20748+b46899d2                             @rhel-9-for-x86_64-appstream-rpms                           465 k 
 +Removing unused dependencies: 
 + nginx-filesystem                           noarch                           1:1.20.1-16.el9_4.1                                                @rhel-9-for-x86_64-appstream-rpms                               
 +Disabling module profiles: 
 + php/common                                                                                                                                                                                                       
 + 
 +Transaction Summary 
 +================================================================================================================================================================================================================== 
 +Remove  6 Packages 
 + 
 +Freed space: 34 M 
 +Running transaction check 
 +Transaction check succeeded. 
 +Running transaction test 
 +Transaction test succeeded. 
 +Running transaction 
 +  Preparing        :                                                                                                                                                                                          1/1  
 +  Running scriptlet: php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    1/6  
 +  Erasing          : php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    1/6  
 +  Erasing          : php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    2/6  
 +  Erasing          : php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                               3/6  
 +  Erasing          : php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    4/6  
 +  Erasing          : nginx-filesystem-1:1.20.1-16.el9_4.1.noarch                                                                                                                                              5/6  
 +  Erasing          : php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                 6/6  
 +  Running scriptlet: php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                 6/6  
 +  Verifying        : nginx-filesystem-1:1.20.1-16.el9_4.1.noarch                                                                                                                                              1/6  
 +  Verifying        : php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    2/6  
 +  Verifying        : php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                 3/6  
 +  Verifying        : php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    4/6  
 +  Verifying        : php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                               5/6  
 +  Verifying        : php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                                                                                                                                    6/6  
 +Installed products updated. 
 + 
 +Removed: 
 +  nginx-filesystem-1:1.20.1-16.el9_4.1.noarch                        php-cli-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                   php-common-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64              
 +  php-fpm-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64              php-mbstring-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64              php-xml-8.2.13-1.module+el9.4.0+20748+b46899d2.x86_64                 
 + 
 +Complete! 
 +</code> 
 + 
 +Constatez de nouveau le statut du flux de Module **php** : 
 + 
 +<code> 
 +[root@redhat9 ~]# dnf module list --enabled 
 +Updating Subscription Management repositories. 
 +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) 
 +Name                                      Stream                                       Profiles                                                        Summary                                                     
 +php                                       8.2 [e]                                      common [d], devel, minimal                                      PHP scripting language                                      
 + 
 +Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled 
 +</code> 
 + 
 +<WRAP center round important 60%> 
 +**Important** : Notez que le flux de Module a été désinstallé ( abscence de **[i]** ) mais que celui-ci est toujours activé ( présence de **[e]** ). 
 +</WRAP> 
 + 
 +Pour désactiver le flux de Module, utilisez la commande **dnf module disable** : 
 + 
 +<code> 
 +[root@redhat9 ~]# dnf module disable php:8.2 -y 
 +Updating Subscription Management repositories. 
 +Last metadata expiration check: 0:58:47 ago on Mon 30 Sep 2024 12:48:56 PM CEST. 
 +Only module name is required. Ignoring unneeded information in argument: 'php:8.2' 
 +Dependencies resolved. 
 +================================================================================================================================================================================================================== 
 + Package                                            Architecture                                      Version                                            Repository                                          Size 
 +================================================================================================================================================================================================================== 
 +Disabling modules: 
 + php                                                                                                                                                                                                              
 + 
 +Transaction Summary 
 +================================================================================================================================================================================================================== 
 + 
 +Complete! 
 + 
 +[root@redhat9 ~]# dnf module list --enabled 
 +Updating Subscription Management repositories. 
 +Last metadata expiration check: 0:59:14 ago on Mon 30 Sep 2024 12:48:56 PM CEST. 
 +</code> 
 + 
 +=====LAB #3 - Les Bibliothèques Partagées===== 
 + 
 +====3.1 - Présentation====
  
 ===Introduction=== ===Introduction===
Ligne 2004: Ligne 2433:
  
 <code> <code>
-[root@centos8 ~]# dnf install mc +[root@redhat9 ~]# dnf install mc -y
-Last metadata expiration check: 0:20:35 ago on Wed 21 Apr 2021 12:54:45 AM EDT. +
-Dependencies resolved. +
-============================================================================================================= +
- Package            Architecture           Version                           Repository                 Size +
-============================================================================================================= +
-Installing: +
- mc                 x86_64                 1:4.8.19-9.el8                    appstream                 1.9 M +
- +
-Transaction Summary +
-============================================================================================================= +
-Install  1 Package +
- +
-Total download size: 1.9 M +
-Installed size: 6.8 M +
-Is this ok [y/N]: y+
 </code> </code>
  
-====4.2 - La Commande ldd====+====3.2 - La Commande ldd====
  
 Pour déterminer quelles sont les bibliothèques liées à une application, il convient d'utiliser la commande **ldd** : Pour déterminer quelles sont les bibliothèques liées à une application, il convient d'utiliser la commande **ldd** :
  
 <code> <code>
-[root@centos8 ~]# ldd /usr/bin/mc +[root@redhat9 ~]# ldd /usr/bin/mc 
- linux-vdso.so.1 (0x00007fff39386000+        linux-vdso.so.1 (0x00007ffe40b83000
- libslang.so.2 => /lib64/libslang.so.2 (0x00007f0a74152000+        libslang.so.2 => /lib64/libslang.so.2 (0x00007f0579a00000
- libgpm.so.2 => /lib64/libgpm.so.2 (0x00007f0a73f4b000+        libgpm.so.2 => /lib64/libgpm.so.2 (0x00007f0579e2d000
- libgmodule-2.0.so.=> /lib64/libgmodule-2.0.so.(0x00007f0a73d47000+        libe2p.so.=> /lib64/libe2p.so.(0x00007f0579e21000
- libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00007f0a73a2e000) +        libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00007f0579ce6000
- libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f0a7380e000+        libc.so.6 => /lib64/libc.so.6 (0x00007f0579600000
- libc.so.6 => /lib64/libc.so.6 (0x00007f0a7344b000) +        libm.so.6 => /lib64/libm.so.6 (0x00007f0579925000
- libdl.so.2 => /lib64/libdl.so.2 (0x00007f0a73247000+        libpcre.so.1 => /lib64/libpcre.so.1 (0x00007f05798ad000
- libm.so.6 => /lib64/libm.so.6 (0x00007f0a72ec5000) +        /lib64/ld-linux-x86-64.so.2 (0x00007f0579f99000)
- libncurses.so.6 => /lib64/libncurses.so.6 (0x00007f0a72c9a000) +
- libtinfo.so.6 => /lib64/libtinfo.so.6 (0x00007f0a72a6d000) +
- libgnutls.so.30 => /lib64/libgnutls.so.30 (0x00007f0a7267c000+
- libpcre.so.1 => /lib64/libpcre.so.1 (0x00007f0a7240b000+
- /lib64/ld-linux-x86-64.so.2 (0x00007f0a74994000) +
- libp11-kit.so.0 => /lib64/libp11-kit.so.0 (0x00007f0a720d8000) +
- libidn2.so.0 => /lib64/libidn2.so.0 (0x00007f0a71eba000) +
- libunistring.so.2 => /lib64/libunistring.so.2 (0x00007f0a71b39000) +
- libtasn1.so.6 => /lib64/libtasn1.so.6 (0x00007f0a71926000) +
- libnettle.so.6 => /lib64/libnettle.so.6 (0x00007f0a716ec000) +
- libhogweed.so.4 => /lib64/libhogweed.so.4 (0x00007f0a714bb000) +
- libgmp.so.10 => /lib64/libgmp.so.10 (0x00007f0a71223000) +
- libffi.so.6 => /lib64/libffi.so.6 (0x00007f0a7101a000)+
 </code> </code>
  
Ligne 2055: Ligne 2456:
  
 <code> <code>
-[root@centos8 ~]# mv /lib64/libslang.so.2 /lib64/libslang.so.2.old+[root@redhat9 ~]# mv /lib64/libslang.so.2 /lib64/libslang.so.2.old
 </code> </code>
  
Ligne 2061: Ligne 2462:
  
 <code> <code>
-[root@centos8 ~]# ldd /usr/bin/mc +[root@redhat9 ~]# ldd /usr/bin/mc 
- linux-vdso.so.1 (0x00007fff669a6000+        linux-vdso.so.1 (0x00007ffe893a6000
- libslang.so.2 => not found +        libslang.so.2 => not found 
- libgpm.so.2 => /lib64/libgpm.so.2 (0x00007fc6ccba0000+        libgpm.so.2 => /lib64/libgpm.so.2 (0x00007fdff3ea8000
- libgmodule-2.0.so.=> /lib64/libgmodule-2.0.so.(0x00007fc6cc99c000+        libe2p.so.=> /lib64/libe2p.so.(0x00007fdff3e9c000
- libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00007fc6cc683000) +        libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00007fdff3d61000
- libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fc6cc463000+        libc.so.6 => /lib64/libc.so.6 (0x00007fdff3a00000
- libc.so.6 => /lib64/libc.so.6 (0x00007fc6cc0a0000) +        libpcre.so.1 => /lib64/libpcre.so.1 (0x00007fdff3ce9000
- libncurses.so.6 => /lib64/libncurses.so.6 (0x00007fc6cbe75000) +        /lib64/ld-linux-x86-64.so.2 (0x00007fdff4014000)
- libtinfo.so.6 => /lib64/libtinfo.so.6 (0x00007fc6cbc48000) +
- libdl.so.2 => /lib64/libdl.so.2 (0x00007fc6cba44000) +
- libgnutls.so.30 => /lib64/libgnutls.so.30 (0x00007fc6cb653000+
- libpcre.so.1 => /lib64/libpcre.so.1 (0x00007fc6cb3e2000+
- /lib64/ld-linux-x86-64.so.2 (0x00007fc6cd112000) +
- libp11-kit.so.0 => /lib64/libp11-kit.so.0 (0x00007fc6cb0af000) +
- libidn2.so.0 => /lib64/libidn2.so.0 (0x00007fc6cae91000) +
- libunistring.so.2 => /lib64/libunistring.so.2 (0x00007fc6cab10000) +
- libtasn1.so.6 => /lib64/libtasn1.so.6 (0x00007fc6ca8fd000) +
- libnettle.so.6 => /lib64/libnettle.so.6 (0x00007fc6ca6c3000) +
- libhogweed.so.4 => /lib64/libhogweed.so.4 (0x00007fc6ca492000) +
- libgmp.so.10 => /lib64/libgmp.so.10 (0x00007fc6ca1fa000) +
- libffi.so.6 => /lib64/libffi.so.6 (0x00007fc6c9ff1000)+
 </code> </code>
  
Ligne 2088: Ligne 2476:
  
 <code> <code>
-[root@centos8 ~]# mc +[root@redhat9 ~]# mc 
-mc: error while loading shared libraries: libslang.so.2: cannot open shared object file: No such file or directory+/usr/bin/mc: error while loading shared libraries: libslang.so.2: cannot open shared object file: No such file or directory
 </code> </code>
  
Ligne 2095: Ligne 2483:
  
 <code> <code>
-[root@centos8 ~]# mv /lib64/libslang.so.2.old /lib64/libslang.so.2 +[root@redhat9 ~]# mv /lib64/libslang.so.2.old /lib64/libslang.so.2 
-[root@centos8 ~]# ldd /usr/bin/mc + 
- linux-vdso.so.1 (0x00007fff4b8de000+[root@redhat9 ~]# ldd /usr/bin/mc 
- libslang.so.2 => /lib64/libslang.so.2 (0x00007f670a991000+        linux-vdso.so.1 (0x00007ffff85f9000
- libgpm.so.2 => /lib64/libgpm.so.2 (0x00007f670a78a000+        libslang.so.2 => /lib64/libslang.so.2 (0x00007effc9e00000
- libgmodule-2.0.so.=> /lib64/libgmodule-2.0.so.(0x00007f670a586000+        libgpm.so.2 => /lib64/libgpm.so.2 (0x00007effca1d4000
- libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00007f670a26d000) +        libe2p.so.=> /lib64/libe2p.so.(0x00007effca1c8000
- libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f670a04d000+        libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00007effc9cc5000
- libc.so.6 => /lib64/libc.so.6 (0x00007f6709c8a000) +        libc.so.6 => /lib64/libc.so.6 (0x00007effc9a00000
- libdl.so.2 => /lib64/libdl.so.2 (0x00007f6709a86000+        libm.so.6 => /lib64/libm.so.6 (0x00007effca0ed000
- libm.so.6 => /lib64/libm.so.6 (0x00007f6709704000) +        libpcre.so.1 => /lib64/libpcre.so.1 (0x00007effc9c4d000
- libncurses.so.6 => /lib64/libncurses.so.6 (0x00007f67094d9000) +        /lib64/ld-linux-x86-64.so.2 (0x00007effca340000)
- libtinfo.so.6 => /lib64/libtinfo.so.6 (0x00007f67092ac000) +
- libgnutls.so.30 => /lib64/libgnutls.so.30 (0x00007f6708ebb000+
- libpcre.so.1 => /lib64/libpcre.so.1 (0x00007f6708c4a000+
- /lib64/ld-linux-x86-64.so.2 (0x00007f670b1d3000) +
- libp11-kit.so.0 => /lib64/libp11-kit.so.0 (0x00007f6708917000) +
- libidn2.so.0 => /lib64/libidn2.so.0 (0x00007f67086f9000) +
- libunistring.so.2 => /lib64/libunistring.so.2 (0x00007f6708378000) +
- libtasn1.so.6 => /lib64/libtasn1.so.6 (0x00007f6708165000) +
- libnettle.so.6 => /lib64/libnettle.so.6 (0x00007f6707f2b000) +
- libhogweed.so.4 => /lib64/libhogweed.so.4 (0x00007f6707cfa000) +
- libgmp.so.10 => /lib64/libgmp.so.10 (0x00007f6707a62000) +
- libffi.so.6 => /lib64/libffi.so.6 (0x00007f6707859000)+
 </code> </code>
  
-====4.3 - Le fichier /etc/ld.so.conf====+====3.3 - Le fichier /etc/ld.so.conf====
  
 Le fichier **/etc/ld.so.conf** est utilisé pour configurer le cache **/etc/ld.so.cache** : Le fichier **/etc/ld.so.conf** est utilisé pour configurer le cache **/etc/ld.so.cache** :
  
 <code> <code>
-[root@centos8 ~]# cat /etc/ld.so.conf+[root@redhat9 ~]# cat /etc/ld.so.conf
 include ld.so.conf.d/*.conf include ld.so.conf.d/*.conf
 </code> </code>
Ligne 2133: Ligne 2509:
  
 <code> <code>
-[root@centos8 ~]# ls -l /etc/ld.so.conf.d/ +[root@redhat9 ~]# ls -l /etc/ld.so.conf.d/ 
-total 16 +total 4 
--rw-r--r--. 1 root root 26 Mar  1 10:21 bind-export-x86_64.conf +-rw-r--r--. 1 root root 30 Jan 19  2024 pipewire-jack-x86_64.conf
--r--r--r--. 1 root root 67 Apr  9  2020 kernel-4.18.0-147.8.1.el8_1.x86_64.conf +
--r--r--r--. 1 root root 67 Apr  8 15:09 kernel-4.18.0-240.22.1.el8_3.x86_64.conf +
--rw-r--r--. 1 root root 17 Nov  3 19:38 libiscsi-x86_64.conf+
 </code> </code>
  
-Par exemple, le contenu du fichier **bind-export-x86_64.conf** est :+Par exemple, le contenu du fichier **pipewire-jack-x86_64.conf** est :
  
 <code> <code>
-[root@centos8 ~]# cat /etc/ld.so.conf.d/bind-export-x86_64.conf +[root@redhat9 ~]# cat /etc/ld.so.conf.d/pipewire-jack-x86_64.conf 
-/usr/lib64//bind9-export/+/usr/lib64/pipewire-0.3/jack/
 </code> </code>
  
-====4.4 - La Commande ldconfig====+====3.4 - La Commande ldconfig====
  
 La commande **ldconfig** est utilisée pour : La commande **ldconfig** est utilisée pour :
Ligne 2160: Ligne 2533:
  
 <code> <code>
-[root@centos8 ~]# ldconfig -p | more +[root@redhat9 ~]# ldconfig -p | more 
-546 libs found in cache `/etc/ld.so.cache' +827 libs found in cache `/etc/ld.so.cache' 
- p11-kit-trust.so (libc6,x86-64) => /lib64/p11-kit-trust.so +        libzstd.so.1 (libc6,x86-64) => /lib64/libzstd.so.1 
- libzstd.so.1 (libc6,x86-64) => /lib64/libzstd.so.1 +        libz.so.1 (libc6,x86-64) => /lib64/libz.so.1 
- libz.so.(libc6,x86-64) => /lib64/libz.so.1 +        libyelp.so.(libc6,x86-64) => /lib64/libyelp.so.0 
- libyaml-0.so.2 (libc6,x86-64) => /lib64/libyaml-0.so.2 +        libyaml-0.so.2 (libc6,x86-64) => /lib64/libyaml-0.so.2 
- libyajl.so.2 (libc6,x86-64) => /lib64/libyajl.so.2 +        libyajl.so.2 (libc6,x86-64) => /lib64/libyajl.so.2 
- libxtables.so.12 (libc6,x86-64) => /lib64/libxtables.so.12 +        libxtables.so.12 (libc6,x86-64) => /lib64/libxtables.so.12 
- libxslt.so.1 (libc6,x86-64) => /lib64/libxslt.so.1 +        libxslt.so.1 (libc6,x86-64) => /lib64/libxslt.so.1 
- libxshmfence.so.1 (libc6,x86-64) => /lib64/libxshmfence.so.1 +        libxshmfence.so.1 (libc6,x86-64) => /lib64/libxshmfence.so.1 
- libxml2.so.2 (libc6,x86-64) => /lib64/libxml2.so.2 +        libxml2.so.2 (libc6,x86-64) => /lib64/libxml2.so.2 
- libxkbcommon.so.0 (libc6,x86-64) => /lib64/libxkbcommon.so.0 +        libxmlsec1.so.1 (libc6,x86-64) => /lib64/libxmlsec1.so.1 
- libxcb.so.1 (libc6,x86-64) => /lib64/libxcb.so.1 +        libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib64/libxmlsec1-openssl.so.1 
- libxcb-xvmc.so.0 (libc6,x86-64) => /lib64/libxcb-xvmc.so.0 +        libxmlsec1-openssl.so (libc6,x86-64) => /lib64/libxmlsec1-openssl.so 
- libxcb-xv.so.0 (libc6,x86-64) => /lib64/libxcb-xv.so.0 +        libxmlb.so.2 (libc6,x86-64) => /lib64/libxmlb.so.2 
- libxcb-xtest.so.0 (libc6,x86-64) => /lib64/libxcb-xtest.so.0 +        libxklavier.so.16 (libc6,x86-64) => /lib64/libxklavier.so.16 
- libxcb-xselinux.so.0 (libc6,x86-64) => /lib64/libxcb-xselinux.so.0 +        libxkbregistry.so.0 (libc6,x86-64) => /lib64/libxkbregistry.so.0 
- libxcb-xkb.so.1 (libc6,x86-64) => /lib64/libxcb-xkb.so.1 +        libxkbfile.so.1 (libc6,x86-64) => /lib64/libxkbfile.so.1 
- libxcb-xinput.so.0 (libc6,x86-64) => /lib64/libxcb-xinput.so.0 +        libxkbcommon.so.0 (libc6,x86-64) => /lib64/libxkbcommon.so.0 
- libxcb-xinerama.so.0 (libc6,x86-64) => /lib64/libxcb-xinerama.so.0 +        libxkbcommon-x11.so.0 (libc6,x86-64) => /lib64/libxkbcommon-x11.so.0 
- libxcb-xf86dri.so.0 (libc6,x86-64) => /lib64/libxcb-xf86dri.so.0 +        libxcvt.so.0 (libc6,x86-64) => /lib64/libxcvt.so.0 
- libxcb-xfixes.so.0 (libc6,x86-64) => /lib64/libxcb-xfixes.so.0 +        libxcb.so.1 (libc6,x86-64) => /lib64/libxcb.so.1 
- libxcb-sync.so.1 (libc6,x86-64) => /lib64/libxcb-sync.so.1 +        libxcb-xvmc.so.0 (libc6,x86-64) => /lib64/libxcb-xvmc.so.0 
- libxcb-shm.so.0 (libc6,x86-64) => /lib64/libxcb-shm.so.0+        libxcb-xv.so.0 (libc6,x86-64) => /lib64/libxcb-xv.so.0 
 +        libxcb-xtest.so.0 (libc6,x86-64) => /lib64/libxcb-xtest.so.0 
 +        libxcb-xselinux.so.0 (libc6,x86-64) => /lib64/libxcb-xselinux.so.0 
 +        libxcb-xkb.so.1 (libc6,x86-64) => /lib64/libxcb-xkb.so.1 
 +        libxcb-xinput.so.0 (libc6,x86-64) => /lib64/libxcb-xinput.so.0 
 +        libxcb-xinerama.so.0 (libc6,x86-64) => /lib64/libxcb-xinerama.so.0 
 +        libxcb-xf86dri.so.0 (libc6,x86-64) => /lib64/libxcb-xf86dri.so.0 
 +        libxcb-xfixes.so.0 (libc6,x86-64) => /lib64/libxcb-xfixes.so.0 
 +        libxcb-util.so.1 (libc6,x86-64) => /lib64/libxcb-util.so.1 
 +        libxcb-sync.so.1 (libc6,x86-64) => /lib64/libxcb-sync.so.1 
 +        libxcb-shm.so.0 (libc6,x86-64) => /lib64/libxcb-shm.so.0 
 +        libxcb-shape.so.0 (libc6,x86-64) => /lib64/libxcb-shape.so.0 
 +        libxcb-screensaver.so.0 (libc6,x86-64) => /lib64/libxcb-screensaver.so.0 
 +        libxcb-res.so.0 (libc6,x86-64) => /lib64/libxcb-res.so.0 
 +        libxcb-render.so.0 (libc6,x86-64) => /lib64/libxcb-render.so.0 
 +        libxcb-record.so.0 (libc6,x86-64) => /lib64/libxcb-record.so.0 
 +        libxcb-randr.so.0 (libc6,x86-64) => /lib64/libxcb-randr.so.0 
 +        libxcb-present.so.0 (libc6,x86-64) => /lib64/libxcb-present.so.0 
 +        libxcb-glx.so.0 (libc6,x86-64) => /lib64/libxcb-glx.so.0 
 +        libxcb-dri3.so.0 (libc6,x86-64) => /lib64/libxcb-dri3.so.0 
 +        libxcb-dri2.so.0 (libc6,x86-64) => /lib64/libxcb-dri2.so.0 
 +        libxcb-dpms.so.0 (libc6,x86-64) => /lib64/libxcb-dpms.so.0 
 +        libxcb-damage.so.0 (libc6,x86-64) => /lib64/libxcb-damage.so.0 
 +        libxcb-composite.so.0 (libc6,x86-64) => /lib64/libxcb-composite.so.0 
 +        libxatracker.so.2 (libc6,x86-64) => /lib64/libxatracker.so.2 
 +        libwpe-1.0.so.1 (libc6,x86-64) => /lib64/libwpe-1.0.so.1 
 +        libwoff2enc.so.1.0.2 (libc6,x86-64) => /lib64/libwoff2enc.so.1.0.2 
 +        libwoff2dec.so.1.0.2 (libc6,x86-64) => /lib64/libwoff2dec.so.1.0.2 
 +        libwoff2common.so.1.0.2 (libc6,x86-64) => /lib64/libwoff2common.so.1.0.2 
 +        libwnck-3.so.0 (libc6,x86-64) => /lib64/libwnck-3.so.0 
 +        libwireplumber-0.4.so.0 (libc6,x86-64) => /lib64/libwireplumber-0.4.so.0 
 +        libwebrtc_audio_processing.so.1 (libc6,x86-64) => /lib64/libwebrtc_audio_processing.so.1 
 +        libwebpmux.so.3 (libc6,x86-64) => /lib64/libwebpmux.so.3
 --More-- --More--
 </code> </code>
Menu