wazuh / wazuh-packages

Wazuh - Tools for packages creation
https://wazuh.com
GNU General Public License v2.0
104 stars 94 forks source link

Warnings while installing the Dashboard through the Installation Assistant (RHEL 8) #2482

Closed mauromalara closed 1 year ago

mauromalara commented 1 year ago
Wazuh version Install type Action performed Platform
4.6.0-beta1 Installation Assistant Install RHEL 8 x86_64

As part of the 4.6.0 Beta 1 release, I've tested the installation of the central components.

While installing the Wazuh Dashboard I see 2 warning messages.

Steps to reproduce

  1. Install the Wazuh Dashboard using the installation assistant in the same VM as the Wazuh Indexer
    [ec2-user]# bash wazuh-install.sh --wazuh-dashboard dashboard
    27/09/2023 20:07:07 INFO: Starting Wazuh installation assistant. Wazuh version: 4.6.0
    27/09/2023 20:07:07 INFO: Verbose logging redirected to /var/log/wazuh-install.log
    27/09/2023 20:07:29 INFO: Wazuh web interface port will be 443.
    27/09/2023 20:07:31 INFO: Wazuh development repository added.
    27/09/2023 20:07:31 INFO: --- Wazuh dashboard ----
    27/09/2023 20:07:43 INFO: --- Dependencies ---
    27/09/2023 20:07:43 INFO: Installing chromium.
    27/09/2023 20:07:48 WARNING: Cannot install optional dependency: chromium.
    27/09/2023 20:07:48 INFO: Installing nss.
    27/09/2023 20:07:56 INFO: Installing xorg-x11-fonts-100dpi.
    27/09/2023 20:08:05 INFO: Installing xorg-x11-fonts-75dpi.
    27/09/2023 20:08:13 INFO: Installing xorg-x11-utils.
    27/09/2023 20:08:22 INFO: Installing xorg-x11-fonts-cyrillic.
    27/09/2023 20:08:29 INFO: Installing xorg-x11-fonts-Type1.
    27/09/2023 20:08:38 INFO: Installing xorg-x11-fonts-misc.
    27/09/2023 20:08:48 INFO: Installing fontconfig.
    27/09/2023 20:08:55 WARNING: Wazuh dashboard dependencies skipped. PDF report generation may not work.
    27/09/2023 20:08:55 INFO: Starting Wazuh dashboard installation.
    27/09/2023 20:11:23 INFO: Wazuh dashboard installation finished.
    27/09/2023 20:11:24 INFO: Wazuh dashboard post-install configuration finished.
    27/09/2023 20:11:24 INFO: Starting service wazuh-dashboard.
    27/09/2023 20:11:24 INFO: wazuh-dashboard service started.
    27/09/2023 20:11:47 INFO: Initializing Wazuh dashboard web application.
    27/09/2023 20:11:47 INFO: Wazuh dashboard web application initialized.
    27/09/2023 20:11:47 INFO: --- Summary ---
    27/09/2023 20:11:47 INFO: You can access the web interface https://IP:443
    User: admin
    Password: aPIbO*vxNyUvBVb8xl1xNSm?4UgOiD7J
    27/09/2023 20:11:47 INFO: Installation finished.
davidcr01 commented 1 year ago

Investigating the error

It seems that the Chromium package can not be installed in the RHEL8 system because there are no repositories that provides the necessary dependencies.

Problem: conflicting requests
  - nothing provides libQt5Core.so.5()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64
  - nothing provides libQt5Core.so.5(Qt_5)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64
  - nothing provides libQt5Gui.so.5()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64
  - nothing provides libQt5Gui.so.5(Qt_5)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64

...

The same behavior is reproduced in RHEL9:

RHEL9 log ``` [root@redhat9 vagrant]# yum update Extra Packages for Enterprise Linux 9 - x86_64 2.5 MB/s | 19 MB 00:07 Last metadata expiration check: 0:00:13 ago on Mon 02 Oct 2023 08:37:53 AM UTC. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Upgrading: epel-release noarch 9-7.el9 epel 19 k Transaction Summary ================================================================================ Upgrade 1 Package Total download size: 19 k Is this ok [y/N]: y Downloading Packages: epel-release-9-7.el9.noarch.rpm 141 kB/s | 19 kB 00:00 -------------------------------------------------------------------------------- Total 19 kB/s | 19 kB 00:01 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Upgrading : epel-release-9-7.el9.noarch 1/2 Running scriptlet: epel-release-9-7.el9.noarch 1/2 Cleanup : epel-release-9-4.el9.noarch 2/2 Running scriptlet: epel-release-9-4.el9.noarch 2/2 Verifying : epel-release-9-7.el9.noarch 1/2 Verifying : epel-release-9-4.el9.noarch 2/2 Installed products updated. Upgraded: epel-release-9-7.el9.noarch Complete! [root@redhat9 vagrant]# yum install chromium Extra Packages for Enterprise Linux 9 openh264 1.6 kB/s | 2.5 kB 00:01 Error: Problem: conflicting requests - nothing provides libQt5Core.so.5()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libQt5Core.so.5(Qt_5)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libQt5Gui.so.5()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libQt5Gui.so.5(Qt_5)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libQt5Widgets.so.5()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libQt5Widgets.so.5(Qt_5)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libcairo.so.2()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libpango-1.0.so.0()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libatk-1.0.so.0()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libpng16.so.16()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libjpeg.so.62()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libpng16.so.16(PNG16_0)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libjpeg.so.62(LIBJPEG_6.2)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libfontconfig.so.1()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libXrandr.so.2()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libasound.so.2()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libasound.so.2(ALSA_0.9)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libwebp.so.7()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libXfixes.so.3()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libnss3.so()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libxslt.so.1()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libasound.so.2(ALSA_0.9.0rc4)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libnspr4.so()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libnssutil3.so()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libsmime3.so()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libXcomposite.so.1()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libXdamage.so.1()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libdrm.so.2()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libxkbcommon.so.0()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libxkbcommon.so.0(V_0.5.0)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libcups.so.2()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.11)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libnss3.so(NSS_3.2)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libnss3.so(NSS_3.3)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libnss3.so(NSS_3.4)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libwebpmux.so.3()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libpipewire-0.3.so.0()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libgbm.so.1()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libopus.so.0()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libwebpdemux.so.2()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libFLAC.so.8()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libnss3.so(NSS_3.9.2)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libnss3.so(NSS_3.5)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libnss3.so(NSS_3.12)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libatomic.so.1()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libnss3.so(NSS_3.11)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libnssutil3.so(NSSUTIL_3.12.3)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.24)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libatomic.so.1(LIBATOMIC_1.0)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.13)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.22)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.1.18)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libatspi.so.0()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libnss3.so(NSS_3.22)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libnss3.so(NSS_3.30)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libnss3.so(NSS_3.6)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libnss3.so(NSS_3.7)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libsmime3.so(NSS_3.2)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.30)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.1.9)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libatk-bridge-2.0.so.0()(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libnss3.so(NSS_3.12.1)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libnss3.so(NSS_3.12.4)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libnss3.so(NSS_3.13)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libcanberra-gtk3(x86-64) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libnss3.so(NSS_3.31)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libsmime3.so(NSS_3.10)(64bit) needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides libusbx >= 1.0.21-0.1.git448584a needed by chromium-117.0.5938.132-1.el9.x86_64 - nothing provides nss(x86-64) >= 3.26 needed by chromium-117.0.5938.132-1.el9.x86_64 (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) [root@redhat9 vagrant]# ```

Testing different approaches

To fix this error, some workarounds were tested without no success.

:red_circle: Trying to install Chromium without EPEL package. ```console [root@redhat8 vagrant]# yum install chromium EL-8 - Wazuh 4.1 MB/s | 19 MB 00:04 Last metadata expiration check: 0:00:12 ago on Thu 28 Sep 2023 07:58:38 AM UTC. Error: Problem: conflicting requests - nothing provides libQt5Core.so.5()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libQt5Core.so.5(Qt_5)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libQt5Gui.so.5()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libQt5Gui.so.5(Qt_5)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libQt5Widgets.so.5()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libX11.so.6()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libQt5Widgets.so.5(Qt_5)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libcairo.so.2()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libpango-1.0.so.0()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libatk-1.0.so.0()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libXext.so.6()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libasound.so.2()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxcb.so.1()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libXrandr.so.2()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libasound.so.2(ALSA_0.9)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnspr4.so()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnssutil3.so()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libXfixes.so.3()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libsmime3.so()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libasound.so.2(ALSA_0.9.0rc4)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libXcomposite.so.1()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libXdamage.so.1()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.11)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libcups.so.2()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.2)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libFLAC.so.8()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libdrm.so.2()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.4)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.3)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.9.2)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libatomic.so.1()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.5)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.12)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libgbm.so.1()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.11)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnssutil3.so(NSSUTIL_3.12.3)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.22)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.24)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libatomic.so.1(LIBATOMIC_1.0)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.30)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.6)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.7)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libsmime3.so(NSS_3.2)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.13)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.12.4)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.13)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.22)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libpipewire-0.3.so.0()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.30)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.1.18)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.1.9)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libatspi.so.0()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.12.1)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libatk-bridge-2.0.so.0()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libcanberra-gtk3(x86-64) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.31)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libsmime3.so(NSS_3.10)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides nss(x86-64) >= 3.26 needed by chromium-116.0.5845.96-1.el8.x86_64 (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) ```
:red_circle: Trying to install Chromium with EPEL package. ```console [root@redhat8 vagrant]# yum update Last metadata expiration check: 0:00:57 ago on Thu 28 Sep 2023 07:58:38 AM UTC. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Upgrading: epel-release noarch 8-19.el8 epel 25 k Transaction Summary ================================================================================ Upgrade 1 Package Total download size: 25 k Is this ok [y/N]: y Downloading Packages: epel-release-8-19.el8.noarch.rpm 214 kB/s | 25 kB 00:00 -------------------------------------------------------------------------------- Total 54 kB/s | 25 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Running scriptlet: epel-release-8-19.el8.noarch 1/1 Upgrading : epel-release-8-19.el8.noarch 1/2 Running scriptlet: epel-release-8-19.el8.noarch 1/2 Cleanup : epel-release-8-18.el8.noarch 2/2 Running scriptlet: epel-release-8-18.el8.noarch 2/2 Verifying : epel-release-8-19.el8.noarch 1/2 Verifying : epel-release-8-18.el8.noarch 2/2 Installed products updated. Upgraded: epel-release-8-19.el8.noarch Complete! [root@redhat8 vagrant]# yum install chromium Last metadata expiration check: 0:01:06 ago on Thu 28 Sep 2023 07:58:38 AM UTC. Error: Problem: conflicting requests - nothing provides libQt5Core.so.5()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libQt5Core.so.5(Qt_5)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libQt5Gui.so.5()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libQt5Gui.so.5(Qt_5)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libQt5Widgets.so.5()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libX11.so.6()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libQt5Widgets.so.5(Qt_5)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libcairo.so.2()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libpango-1.0.so.0()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libatk-1.0.so.0()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libXext.so.6()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libasound.so.2()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxcb.so.1()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libXrandr.so.2()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libasound.so.2(ALSA_0.9)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnspr4.so()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnssutil3.so()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libXfixes.so.3()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libsmime3.so()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libasound.so.2(ALSA_0.9.0rc4)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libXcomposite.so.1()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libXdamage.so.1()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.11)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libcups.so.2()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.2)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libFLAC.so.8()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libdrm.so.2()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.4)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.3)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.9.2)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libatomic.so.1()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.5)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.12)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libgbm.so.1()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.11)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnssutil3.so(NSSUTIL_3.12.3)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.22)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.24)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libatomic.so.1(LIBATOMIC_1.0)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.30)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.6)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.7)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libsmime3.so(NSS_3.2)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.13)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.12.4)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.13)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.22)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libpipewire-0.3.so.0()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.30)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.1.18)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.1.9)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libatspi.so.0()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.12.1)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libatk-bridge-2.0.so.0()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libcanberra-gtk3(x86-64) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.31)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libsmime3.so(NSS_3.10)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides nss(x86-64) >= 3.26 needed by chromium-116.0.5845.96-1.el8.x86_64 (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) ```
:red_circle: Using the `--skip-broken` option. ```console [root@redhat8 vagrant]# yum install chromium --skip-broken Last metadata expiration check: 0:02:59 ago on Thu 28 Sep 2023 07:58:38 AM UTC. Dependencies resolved. Nothing to do. Complete! ```
:red_circle: Using the `--no-best` option. ```console [root@redhat8 vagrant]# dnf install chromium --nobest Last metadata expiration check: 0:03:26 ago on Thu 28 Sep 2023 07:58:38 AM UTC. Error: Problem: conflicting requests - nothing provides libQt5Core.so.5()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libQt5Core.so.5(Qt_5)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libQt5Gui.so.5()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libQt5Gui.so.5(Qt_5)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libQt5Widgets.so.5()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libX11.so.6()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libQt5Widgets.so.5(Qt_5)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libcairo.so.2()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libpango-1.0.so.0()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libatk-1.0.so.0()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libXext.so.6()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libasound.so.2()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxcb.so.1()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libXrandr.so.2()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libasound.so.2(ALSA_0.9)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnspr4.so()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnssutil3.so()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libXfixes.so.3()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libsmime3.so()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libasound.so.2(ALSA_0.9.0rc4)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libXcomposite.so.1()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libXdamage.so.1()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.11)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libcups.so.2()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.2)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libFLAC.so.8()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libdrm.so.2()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.4)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.3)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.9.2)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libatomic.so.1()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.5)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.12)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libgbm.so.1()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.11)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnssutil3.so(NSSUTIL_3.12.3)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.22)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.24)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libatomic.so.1(LIBATOMIC_1.0)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.30)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.6)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.7)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libsmime3.so(NSS_3.2)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.13)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.12.4)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.13)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.22)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libpipewire-0.3.so.0()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.0.30)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.1.18)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libxslt.so.1(LIBXML2_1.1.9)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libatspi.so.0()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.12.1)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libatk-bridge-2.0.so.0()(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libcanberra-gtk3(x86-64) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libnss3.so(NSS_3.31)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides libsmime3.so(NSS_3.10)(64bit) needed by chromium-116.0.5845.96-1.el8.x86_64 - nothing provides nss(x86-64) >= 3.26 needed by chromium-116.0.5845.96-1.el8.x86_64 (try to add '--skip-broken' to skip uninstallable packages) [root@redhat8 vagrant]# dnf install epel-release Last metadata expiration check: 0:03:48 ago on Thu 28 Sep 2023 07:58:38 AM UTC. Package epel-release-8-19.el8.noarch is already installed. Dependencies resolved. Nothing to do. Complete! ```
:red_circle: Download and install the Chrome package ```console [root@redhat8 vagrant]# wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm --2023-09-28 08:07:59-- https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm Resolving dl.google.com (dl.google.com)... 216.58.215.142, 2a00:1450:4003:80f::200e Connecting to dl.google.com (dl.google.com)|216.58.215.142|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 109224528 (104M) [application/x-rpm] Saving to: ‘google-chrome-stable_current_x86_64.rpm’ google-chrome-stabl 100%[===================>] 104.16M 4.50MB/s in 24s 2023-09-28 08:08:24 (4.35 MB/s) - ‘google-chrome-stable_current_x86_64.rpm’ saved [109224528/109224528] [root@redhat8 vagrant]# sudo yum install google-chrome-stable_current_x86_64.rpm Last metadata expiration check: 0:11:11 ago on Thu 28 Sep 2023 07:58:38 AM UTC. Error: Problem: conflicting requests - nothing provides libX11.so.6()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libcairo.so.2()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libpango-1.0.so.0()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libgtk-3.so.0()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libatk-1.0.so.0()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libXext.so.6()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libasound.so.2()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libxcb.so.1()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libXrandr.so.2()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libasound.so.2(ALSA_0.9)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnspr4.so()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnss3.so()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnssutil3.so()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libXfixes.so.3()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libsmime3.so()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libasound.so.2(ALSA_0.9.0rc4)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides xdg-utils needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libXcomposite.so.1()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libXdamage.so.1()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libcups.so.2()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnss3.so(NSS_3.2)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libdrm.so.2()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnss3.so(NSS_3.4)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnss3.so(NSS_3.3)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnss3.so(NSS_3.9.2)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnss3.so(NSS_3.5)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnss3.so(NSS_3.12)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libgbm.so.1()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnss3.so(NSS_3.11)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnssutil3.so(NSSUTIL_3.12.3)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnss3.so(NSS_3.30)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnss3.so(NSS_3.6)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnss3.so(NSS_3.7)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libsmime3.so(NSS_3.2)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnss3.so(NSS_3.12.4)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnss3.so(NSS_3.13)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnss3.so(NSS_3.22)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libatspi.so.0()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnss3.so(NSS_3.12.1)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libatk-bridge-2.0.so.0()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnss3.so(NSS_3.31)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libsmime3.so(NSS_3.10)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides liberation-fonts needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libnss3.so(NSS_3.39)(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 - nothing provides libvulkan.so.1()(64bit) needed by google-chrome-stable-117.0.5938.132-1.x86_64 (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) ```

:green_circle: Possible approach

A possible approach has been found to solve this issue. The workaround consists in adding the official key of the CentOS 8 repositories; add the Baseos, Extras and Appstream repositories and update the repositories list.

[root@redhat8 vagrant]# yum update
CentOS Linux 8 - Extras                          16 kB/s |  10 kB     00:00    
CentOS Linux 8 - BaseOS                         2.7 MB/s | 4.6 MB     00:01    
CentOS Linux 8 - AppStream                      3.0 MB/s | 8.4 MB     00:02    
Dependencies resolved.
Nothing to do.
Complete!
[root@redhat8 vagrant]# yum install chromium
Last metadata expiration check: 0:00:24 ago on Thu 28 Sep 2023 08:23:32 AM UTC.
Dependencies resolved.
================================================================================
 Package                  Arch   Version                        Repo       Size
================================================================================
Installing:
 chromium                 x86_64 116.0.5845.96-1.el8            epel       75 M
Installing dependencies:
 adwaita-cursor-theme     noarch 3.28.0-2.el8                   appstream 647 k
 adwaita-icon-theme       noarch 3.28.0-2.el8                   appstream  11 M
 alsa-lib                 x86_64 1.2.5-4.el8                    appstream 489 k
 at-spi2-atk              x86_64 2.26.2-1.el8                   appstream  89 k
 at-spi2-core             x86_64 2.28.0-1.el8                   appstream 169 k
 atk                      x86_64 2.28.1-1.el8                   appstream 272 k
 avahi                    x86_64 0.7-20.el8                     baseos    281 k
 avahi-libs               x86_64 0.7-20.el8                     baseos     62 k
 cairo                    x86_64 1.15.12-3.el8                  appstream 721 k
 cairo-gobject            x86_64 1.15.12-3.el8                  appstream  33 k
 chromium-common          x86_64 116.0.5845.96-1.el8            epel       14 M
 colord-libs              x86_64 1.4.2-1.el8                    appstream 236 k
 cups-libs                x86_64 1:2.2.6-40.el8                 baseos    433 k
 dejavu-fonts-common      noarch 2.35-7.el8                     baseos     74 k
 dejavu-sans-mono-fonts   noarch 2.35-7.el8                     baseos    447 k
 flac-libs                x86_64 1.3.2-9.el8                    appstream 217 k
 fontconfig               x86_64 2.13.1-4.el8                   baseos    274 k
 fontpackages-filesystem  noarch 1.44-22.el8                    baseos     16 k
 fribidi                  x86_64 1.0.4-8.el8                    appstream  89 k
 gdk-pixbuf2              x86_64 2.36.12-5.el8                  baseos    467 k
 gdk-pixbuf2-modules      x86_64 2.36.12-5.el8                  appstream 109 k
 glib-networking          x86_64 2.56.1-1.1.el8                 baseos    155 k
 glx-utils                x86_64 8.4.0-5.20181118git1830dcb.el8 appstream  44 k
 graphite2                x86_64 1.3.10-10.el8                  appstream 122 k
 gsettings-desktop-schemas
                          x86_64 3.32.0-6.el8                   baseos    633 k
 gsm                      x86_64 1.0.17-5.el8                   appstream  37 k
 gstreamer1               x86_64 1.16.1-2.el8                   appstream 1.3 M
 gtk-update-icon-cache    x86_64 3.22.30-8.el8                  appstream  32 k
 gtk3                     x86_64 3.22.30-8.el8                  appstream 4.5 M
 harfbuzz                 x86_64 1.7.5-3.el8                    appstream 295 k
 hicolor-icon-theme       noarch 0.17-2.el8                     appstream  49 k
 jasper-libs              x86_64 2.0.14-5.el8                   appstream 167 k
 jbigkit-libs             x86_64 2.1-14.el8                     appstream  55 k
 lcms2                    x86_64 2.9-2.el8                      appstream 165 k
 libICE                   x86_64 1.0.9-15.el8                   appstream  74 k
 libSM                    x86_64 1.2.3-1.el8                    appstream  48 k
 libX11                   x86_64 1.6.8-5.el8                    appstream 611 k
 libX11-common            noarch 1.6.8-5.el8                    appstream 158 k
 libX11-xcb               x86_64 1.6.8-5.el8                    appstream  14 k
 libXau                   x86_64 1.0.9-3.el8                    appstream  37 k
 libXcomposite            x86_64 0.4.4-14.el8                   appstream  28 k
 libXcursor               x86_64 1.1.15-3.el8                   appstream  36 k
 libXdamage               x86_64 1.1.4-14.el8                   appstream  27 k
 libXext                  x86_64 1.3.4-1.el8                    appstream  45 k
 libXfixes                x86_64 5.0.3-7.el8                    appstream  25 k
 libXft                   x86_64 2.3.3-1.el8                    appstream  67 k
 libXi                    x86_64 1.7.10-1.el8                   appstream  49 k
 libXinerama              x86_64 1.1.4-1.el8                    appstream  16 k
 libXrandr                x86_64 1.5.2-1.el8                    appstream  34 k
 libXrender               x86_64 0.9.10-7.el8                   appstream  33 k
 libXtst                  x86_64 1.2.3-7.el8                    appstream  22 k
 libXxf86vm               x86_64 1.1.4-9.el8                    appstream  19 k
 libasyncns               x86_64 0.8-14.el8                     appstream  32 k
 libatomic                x86_64 8.5.0-4.el8_5                  baseos     24 k
 libbsd                   x86_64 0.11.7-2.el8                   epel      120 k
 libcanberra              x86_64 0.30-18.el8                    appstream  93 k
 libcanberra-gtk3         x86_64 0.30-18.el8                    appstream  39 k
 libdatrie                x86_64 0.2.9-7.el8                    appstream  33 k
 libdrm                   x86_64 2.4.106-2.el8                  appstream 167 k
 libepoxy                 x86_64 1.5.8-1.el8                    appstream 225 k
 libevdev                 x86_64 1.10.0-1.el8                   appstream  44 k
 libglvnd                 x86_64 1:1.3.2-1.el8                  appstream 127 k
 libglvnd-egl             x86_64 1:1.3.2-1.el8                  appstream  49 k
 libglvnd-glx             x86_64 1:1.3.2-1.el8                  appstream 137 k
 libgudev                 x86_64 232-4.el8                      baseos     33 k
 libgusb                  x86_64 0.3.0-1.el8                    baseos     49 k
 libicu                   x86_64 60.3-2.el8_1                   baseos    8.8 M
 libinput                 x86_64 1.16.3-2.el8                   appstream 217 k
 libjpeg-turbo            x86_64 1.5.3-12.el8                   appstream 157 k
 libmd                    x86_64 1.1.0-1.el8                    epel       45 k
 libmodman                x86_64 2.0.1-17.el8                   baseos     36 k
 libogg                   x86_64 2:1.3.2-10.el8                 appstream  31 k
 libpciaccess             x86_64 0.14-1.el8                     baseos     32 k
 libproxy                 x86_64 0.4.15-5.2.el8                 baseos     75 k
 libsndfile               x86_64 1.0.28-10.el8_4.1              appstream 193 k
 libsoup                  x86_64 2.62.3-2.el8                   baseos    424 k
 libthai                  x86_64 0.1.27-2.el8                   appstream 203 k
 libtiff                  x86_64 4.0.9-20.el8                   appstream 188 k
 libtool-ltdl             x86_64 2.4.6-25.el8                   baseos     58 k
 libvorbis                x86_64 1:1.3.6-2.el8                  appstream 196 k
 libwacom                 x86_64 1.6-3.el8                      appstream  42 k
 libwacom-data            noarch 1.6-3.el8                      appstream 104 k
 libwayland-client        x86_64 1.19.0-1.el8                   appstream  39 k
 libwayland-cursor        x86_64 1.19.0-1.el8                   appstream  26 k
 libwayland-egl           x86_64 1.19.0-1.el8                   appstream  19 k
 libwayland-server        x86_64 1.19.0-1.el8                   appstream  47 k
 libxcb                   x86_64 1.13.1-1.el8                   appstream 229 k
 libxkbcommon-x11         x86_64 0.9.1-1.el8                    appstream  25 k
 libxshmfence             x86_64 1.3-2.el8                      appstream  13 k
 libxslt                  x86_64 1.1.32-6.el8                   baseos    250 k
 mesa-libEGL              x86_64 21.1.5-1.el8                   appstream 135 k
 mesa-libGL               x86_64 21.1.5-1.el8                   appstream 184 k
 mesa-libgbm              x86_64 21.1.5-1.el8                   appstream  57 k
 mesa-libglapi            x86_64 21.1.5-1.el8                   appstream  66 k
 minizip                  x86_64 2.8.9-2.el8                    epel      124 k
 minizip1.2               x86_64 1.2.11-24.el8                  epel       32 k
 mtdev                    x86_64 1.1.5-12.el8                   appstream  24 k
 nspr                     x86_64 4.32.0-1.el8_4                 appstream 142 k
 nss                      x86_64 3.67.0-7.el8_5                 appstream 741 k
 nss-mdns                 x86_64 0.14.1-9.el8                   epel       49 k
 nss-softokn              x86_64 3.67.0-7.el8_5                 appstream 487 k
 nss-softokn-freebl       x86_64 3.67.0-7.el8_5                 appstream 395 k
 nss-sysinit              x86_64 3.67.0-7.el8_5                 appstream  73 k
 nss-util                 x86_64 3.67.0-7.el8_5                 appstream 137 k
 pango                    x86_64 1.42.4-8.el8                   appstream 297 k
 pipewire-libs            x86_64 0.3.6-1.el8                    appstream 712 k
 pixman                   x86_64 0.38.4-1.el8                   appstream 257 k
 pulseaudio-libs          x86_64 14.0-2.el8                     appstream 681 k
 qt5-qtbase               x86_64 5.15.2-3.el8                   appstream 3.6 M
 qt5-qtbase-common        noarch 5.15.2-3.el8                   appstream  41 k
 qt5-qtbase-gui           x86_64 5.15.2-3.el8                   appstream 6.1 M
 rest                     x86_64 0.8.1-2.el8                    appstream  70 k
 rtkit                    x86_64 0.11-19.el8                    appstream  61 k
 sbc                      x86_64 1.3-9.el8                      appstream  65 k
 sound-theme-freedesktop  noarch 0.8-9.el8                      appstream 382 k
 xcb-util                 x86_64 0.4.0-10.el8                   appstream  22 k
 xcb-util-image           x86_64 0.4.0-9.el8                    appstream  21 k
 xcb-util-keysyms         x86_64 0.4.0-7.el8                    appstream  16 k
 xcb-util-renderutil      x86_64 0.3.9-10.el8                   appstream  19 k
 xcb-util-wm              x86_64 0.4.1-12.el8                   appstream  32 k
Installing weak dependencies:
 abattis-cantarell-fonts  noarch 0.0.25-6.el8                   appstream 156 k
 dconf                    x86_64 0.28.0-4.el8                   appstream 108 k
 pipewire                 x86_64 0.3.6-1.el8                    appstream 108 k

Transaction Summary
================================================================================
Install  124 Packages

Total download size: 141 M
Installed size: 432 M
Is this ok [y/N]: 

This could be done temporarily in the system: add the key and the repositories, and when the Chromium package is installed, removed the key and the repositories. This must be discussed with the CICD team before applying a solution.

davidcr01 commented 1 year ago

Update Report

Workaround

After discussing the proposal with the team, in RHEL cases, the CentOS repository will be added and configured to install the dashboard dependencies.

This logic consists in:

To perform this, two functions have been added:

The installCommon_checkChromium has been modified, and calls the installCommon_configureCentOSRepositories function. The dashboard_installReportDependencies has been modified, and removes the CentOS configuration when the dependencies are installed.

Testing

:green_circle: RHEL8 with verbose ```console [root@redhat8 vagrant]# bash wazuh-install.sh -wd dashboard -i -v 02/10/2023 12:10:22 INFO: Starting Wazuh installation assistant. Wazuh version: 4.5.2 02/10/2023 12:10:22 INFO: Verbose logging redirected to /var/log/wazuh-install.log 02/10/2023 12:10:49 WARNING: Hardware and system checks ignored. 02/10/2023 12:10:49 INFO: Wazuh web interface port will be 443. 02/10/2023 12:10:51 DEBUG: Adding the Wazuh repository. [wazuh] gpgcheck=1 gpgkey=https://packages.wazuh.com/key/GPG-KEY-WAZUH enabled=1 name=EL-${releasever} - Wazuh baseurl=https://packages.wazuh.com/4.x/yum/ protect=1 02/10/2023 12:10:51 INFO: Wazuh repository added. 02/10/2023 12:10:52 INFO: --- Wazuh dashboard ---- 02/10/2023 12:10:55 DEBUG: CentOS repository file created. 02/10/2023 12:10:55 DEBUG: CentOS repositories added. 02/10/2023 12:11:07 INFO: --- Dependencies --- 02/10/2023 12:11:07 INFO: Installing chromium. CentOS Linux 8 - Extras 21 kB/s | 10 kB 00:00 CentOS Linux 8 - BaseOS 3.2 MB/s | 4.6 MB 00:01 CentOS Linux 8 - AppStream 2.3 MB/s | 8.4 MB 00:03 Extra Packages for Enterprise Linux 8 - x86_64 2.9 MB/s | 16 MB 00:05 EL-8 - Wazuh 3.5 MB/s | 19 MB 00:05 Last metadata expiration check: 0:00:01 ago on Mon 02 Oct 2023 12:11:33 PM UTC. Dependencies resolved. ================================================================================ Package Arch Version Repo Size ================================================================================ Installing: chromium x86_64 117.0.5938.132-1.el8 epel 76 M Installing dependencies: adwaita-cursor-theme noarch 3.28.0-2.el8 appstream 647 k adwaita-icon-theme noarch 3.28.0-2.el8 appstream 11 M alsa-lib x86_64 1.2.5-4.el8 appstream 489 k at-spi2-atk x86_64 2.26.2-1.el8 appstream 89 k at-spi2-core x86_64 2.28.0-1.el8 appstream 169 k atk x86_64 2.28.1-1.el8 appstream 272 k avahi x86_64 0.7-20.el8 baseos 281 k avahi-libs x86_64 0.7-20.el8 baseos 62 k cairo x86_64 1.15.12-3.el8 appstream 721 k cairo-gobject x86_64 1.15.12-3.el8 appstream 33 k chromium-common x86_64 117.0.5938.132-1.el8 epel 14 M colord-libs x86_64 1.4.2-1.el8 appstream 236 k cups-libs x86_64 1:2.2.6-40.el8 baseos 433 k dejavu-fonts-common noarch 2.35-7.el8 baseos 74 k dejavu-sans-mono-fonts noarch 2.35-7.el8 baseos 447 k flac-libs x86_64 1.3.2-9.el8 appstream 217 k fontconfig x86_64 2.13.1-4.el8 baseos 274 k fontpackages-filesystem noarch 1.44-22.el8 baseos 16 k fribidi x86_64 1.0.4-8.el8 appstream 89 k gdk-pixbuf2 x86_64 2.36.12-5.el8 baseos 467 k gdk-pixbuf2-modules x86_64 2.36.12-5.el8 appstream 109 k glib-networking x86_64 2.56.1-1.1.el8 baseos 155 k glx-utils x86_64 8.4.0-5.20181118git1830dcb.el8 appstream 44 k graphite2 x86_64 1.3.10-10.el8 appstream 122 k gsettings-desktop-schemas x86_64 3.32.0-6.el8 baseos 633 k gsm x86_64 1.0.17-5.el8 appstream 37 k gstreamer1 x86_64 1.16.1-2.el8 appstream 1.3 M gtk-update-icon-cache x86_64 3.22.30-8.el8 appstream 32 k gtk3 x86_64 3.22.30-8.el8 appstream 4.5 M harfbuzz x86_64 1.7.5-3.el8 appstream 295 k hicolor-icon-theme noarch 0.17-2.el8 appstream 49 k jasper-libs x86_64 2.0.14-5.el8 appstream 167 k jbigkit-libs x86_64 2.1-14.el8 appstream 55 k lcms2 x86_64 2.9-2.el8 appstream 165 k libICE x86_64 1.0.9-15.el8 appstream 74 k libSM x86_64 1.2.3-1.el8 appstream 48 k libX11 x86_64 1.6.8-5.el8 appstream 611 k libX11-common noarch 1.6.8-5.el8 appstream 158 k libX11-xcb x86_64 1.6.8-5.el8 appstream 14 k libXau x86_64 1.0.9-3.el8 appstream 37 k libXcomposite x86_64 0.4.4-14.el8 appstream 28 k libXcursor x86_64 1.1.15-3.el8 appstream 36 k libXdamage x86_64 1.1.4-14.el8 appstream 27 k libXext x86_64 1.3.4-1.el8 appstream 45 k libXfixes x86_64 5.0.3-7.el8 appstream 25 k libXft x86_64 2.3.3-1.el8 appstream 67 k libXi x86_64 1.7.10-1.el8 appstream 49 k libXinerama x86_64 1.1.4-1.el8 appstream 16 k libXrandr x86_64 1.5.2-1.el8 appstream 34 k libXrender x86_64 0.9.10-7.el8 appstream 33 k libXtst x86_64 1.2.3-7.el8 appstream 22 k libXxf86vm x86_64 1.1.4-9.el8 appstream 19 k libasyncns x86_64 0.8-14.el8 appstream 32 k libatomic x86_64 8.5.0-4.el8_5 baseos 24 k libbsd x86_64 0.11.7-2.el8 epel 120 k libcanberra x86_64 0.30-18.el8 appstream 93 k libcanberra-gtk3 x86_64 0.30-18.el8 appstream 39 k libdatrie x86_64 0.2.9-7.el8 appstream 33 k libdrm x86_64 2.4.106-2.el8 appstream 167 k libepoxy x86_64 1.5.8-1.el8 appstream 225 k libevdev x86_64 1.10.0-1.el8 appstream 44 k libglvnd x86_64 1:1.3.2-1.el8 appstream 127 k libglvnd-egl x86_64 1:1.3.2-1.el8 appstream 49 k libglvnd-glx x86_64 1:1.3.2-1.el8 appstream 137 k libgudev x86_64 232-4.el8 baseos 33 k libgusb x86_64 0.3.0-1.el8 baseos 49 k libicu x86_64 60.3-2.el8_1 baseos 8.8 M libinput x86_64 1.16.3-2.el8 appstream 217 k libjpeg-turbo x86_64 1.5.3-12.el8 appstream 157 k libmd x86_64 1.1.0-1.el8 epel 45 k libmodman x86_64 2.0.1-17.el8 baseos 36 k libogg x86_64 2:1.3.2-10.el8 appstream 31 k libpciaccess x86_64 0.14-1.el8 baseos 32 k libproxy x86_64 0.4.15-5.2.el8 baseos 75 k libsndfile x86_64 1.0.28-10.el8_4.1 appstream 193 k libsoup x86_64 2.62.3-2.el8 baseos 424 k libthai x86_64 0.1.27-2.el8 appstream 203 k libtiff x86_64 4.0.9-20.el8 appstream 188 k libtool-ltdl x86_64 2.4.6-25.el8 baseos 58 k libvorbis x86_64 1:1.3.6-2.el8 appstream 196 k libwacom x86_64 1.6-3.el8 appstream 42 k libwacom-data noarch 1.6-3.el8 appstream 104 k libwayland-client x86_64 1.19.0-1.el8 appstream 39 k libwayland-cursor x86_64 1.19.0-1.el8 appstream 26 k libwayland-egl x86_64 1.19.0-1.el8 appstream 19 k libwayland-server x86_64 1.19.0-1.el8 appstream 47 k libxcb x86_64 1.13.1-1.el8 appstream 229 k libxkbcommon-x11 x86_64 0.9.1-1.el8 appstream 25 k libxshmfence x86_64 1.3-2.el8 appstream 13 k libxslt x86_64 1.1.32-6.el8 baseos 250 k mesa-libEGL x86_64 21.1.5-1.el8 appstream 135 k mesa-libGL x86_64 21.1.5-1.el8 appstream 184 k mesa-libgbm x86_64 21.1.5-1.el8 appstream 57 k mesa-libglapi x86_64 21.1.5-1.el8 appstream 66 k minizip x86_64 2.8.9-2.el8 epel 124 k minizip1.2 x86_64 1.2.11-24.el8 epel 32 k mtdev x86_64 1.1.5-12.el8 appstream 24 k nspr x86_64 4.32.0-1.el8_4 appstream 142 k nss x86_64 3.67.0-7.el8_5 appstream 741 k nss-mdns x86_64 0.14.1-9.el8 epel 49 k nss-softokn x86_64 3.67.0-7.el8_5 appstream 487 k nss-softokn-freebl x86_64 3.67.0-7.el8_5 appstream 395 k nss-sysinit x86_64 3.67.0-7.el8_5 appstream 73 k nss-util x86_64 3.67.0-7.el8_5 appstream 137 k pango x86_64 1.42.4-8.el8 appstream 297 k pipewire-libs x86_64 0.3.6-1.el8 appstream 712 k pixman x86_64 0.38.4-1.el8 appstream 257 k pulseaudio-libs x86_64 14.0-2.el8 appstream 681 k qt5-qtbase x86_64 5.15.2-3.el8 appstream 3.6 M qt5-qtbase-common noarch 5.15.2-3.el8 appstream 41 k qt5-qtbase-gui x86_64 5.15.2-3.el8 appstream 6.1 M rest x86_64 0.8.1-2.el8 appstream 70 k rtkit x86_64 0.11-19.el8 appstream 61 k sbc x86_64 1.3-9.el8 appstream 65 k sound-theme-freedesktop noarch 0.8-9.el8 appstream 382 k xcb-util x86_64 0.4.0-10.el8 appstream 22 k xcb-util-image x86_64 0.4.0-9.el8 appstream 21 k xcb-util-keysyms x86_64 0.4.0-7.el8 appstream 16 k xcb-util-renderutil x86_64 0.3.9-10.el8 appstream 19 k xcb-util-wm x86_64 0.4.1-12.el8 appstream 32 k Installing weak dependencies: abattis-cantarell-fonts noarch 0.0.25-6.el8 appstream 156 k dconf x86_64 0.28.0-4.el8 appstream 108 k pipewire x86_64 0.3.6-1.el8 appstream 108 k Transaction Summary ================================================================================ Install 124 Packages Total download size: 143 M Installed size: 437 M Downloading Packages: (1/124): avahi-libs-0.7-20.el8.x86_64.rpm 208 kB/s | 62 kB 00:00 (2/124): avahi-0.7-20.el8.x86_64.rpm 672 kB/s | 281 kB 00:00 (3/124): dejavu-fonts-common-2.35-7.el8.noarch. 587 kB/s | 74 kB 00:00 (4/124): cups-libs-2.2.6-40.el8.x86_64.rpm 770 kB/s | 433 kB 00:00 (5/124): fontpackages-filesystem-1.44-22.el8.no 91 kB/s | 16 kB 00:00 (6/124): dejavu-sans-mono-fonts-2.35-7.el8.noar 1.0 MB/s | 447 kB 00:00 (7/124): fontconfig-2.13.1-4.el8.x86_64.rpm 605 kB/s | 274 kB 00:00 (8/124): glib-networking-2.56.1-1.1.el8.x86_64. 1.1 MB/s | 155 kB 00:00 (9/124): libatomic-8.5.0-4.el8_5.x86_64.rpm 426 kB/s | 24 kB 00:00 (10/124): gdk-pixbuf2-2.36.12-5.el8.x86_64.rpm 1.2 MB/s | 467 kB 00:00 (11/124): libgudev-232-4.el8.x86_64.rpm 239 kB/s | 33 kB 00:00 (12/124): libgusb-0.3.0-1.el8.x86_64.rpm 538 kB/s | 49 kB 00:00 (13/124): libmodman-2.0.1-17.el8.x86_64.rpm 388 kB/s | 36 kB 00:00 (14/124): libpciaccess-0.14-1.el8.x86_64.rpm 175 kB/s | 32 kB 00:00 (15/124): gsettings-desktop-schemas-3.32.0-6.el 864 kB/s | 633 kB 00:00 (16/124): libproxy-0.4.15-5.2.el8.x86_64.rpm 397 kB/s | 75 kB 00:00 (17/124): libtool-ltdl-2.4.6-25.el8.x86_64.rpm 109 kB/s | 58 kB 00:00 (18/124): libsoup-2.62.3-2.el8.x86_64.rpm 701 kB/s | 424 kB 00:00 (19/124): abattis-cantarell-fonts-0.0.25-6.el8. 351 kB/s | 156 kB 00:00 (20/124): libxslt-1.1.32-6.el8.x86_64.rpm 541 kB/s | 250 kB 00:00 (21/124): adwaita-cursor-theme-3.28.0-2.el8.noa 472 kB/s | 647 kB 00:01 (22/124): alsa-lib-1.2.5-4.el8.x86_64.rpm 475 kB/s | 489 kB 00:01 (23/124): at-spi2-atk-2.26.2-1.el8.x86_64.rpm 260 kB/s | 89 kB 00:00 (24/124): at-spi2-core-2.28.0-1.el8.x86_64.rpm 377 kB/s | 169 kB 00:00 (25/124): libicu-60.3-2.el8_1.x86_64.rpm 1.7 MB/s | 8.8 MB 00:05 (26/124): atk-2.28.1-1.el8.x86_64.rpm 439 kB/s | 272 kB 00:00 (27/124): cairo-gobject-1.15.12-3.el8.x86_64.rp 227 kB/s | 33 kB 00:00 (28/124): cairo-1.15.12-3.el8.x86_64.rpm 1.1 MB/s | 721 kB 00:00 (29/124): colord-libs-1.4.2-1.el8.x86_64.rpm 302 kB/s | 236 kB 00:00 (30/124): dconf-0.28.0-4.el8.x86_64.rpm 331 kB/s | 108 kB 00:00 (31/124): flac-libs-1.3.2-9.el8.x86_64.rpm 751 kB/s | 217 kB 00:00 (32/124): fribidi-1.0.4-8.el8.x86_64.rpm 327 kB/s | 89 kB 00:00 (33/124): gdk-pixbuf2-modules-2.36.12-5.el8.x86 632 kB/s | 109 kB 00:00 (34/124): glx-utils-8.4.0-5.20181118git1830dcb. 262 kB/s | 44 kB 00:00 (35/124): graphite2-1.3.10-10.el8.x86_64.rpm 1.1 MB/s | 122 kB 00:00 (36/124): gsm-1.0.17-5.el8.x86_64.rpm 333 kB/s | 37 kB 00:00 (37/124): gtk-update-icon-cache-3.22.30-8.el8.x 275 kB/s | 32 kB 00:00 (38/124): gstreamer1-1.16.1-2.el8.x86_64.rpm 1.5 MB/s | 1.3 MB 00:00 (39/124): harfbuzz-1.7.5-3.el8.x86_64.rpm 1.3 MB/s | 295 kB 00:00 (40/124): hicolor-icon-theme-0.17-2.el8.noarch. 642 kB/s | 49 kB 00:00 (41/124): jasper-libs-2.0.14-5.el8.x86_64.rpm 1.1 MB/s | 167 kB 00:00 (42/124): jbigkit-libs-2.1-14.el8.x86_64.rpm 518 kB/s | 55 kB 00:00 (43/124): lcms2-2.9-2.el8.x86_64.rpm 871 kB/s | 165 kB 00:00 (44/124): libICE-1.0.9-15.el8.x86_64.rpm 512 kB/s | 74 kB 00:00 (45/124): libSM-1.2.3-1.el8.x86_64.rpm 377 kB/s | 48 kB 00:00 (46/124): adwaita-icon-theme-3.28.0-2.el8.noarc 1.4 MB/s | 11 MB 00:07 (47/124): libX11-1.6.8-5.el8.x86_64.rpm 813 kB/s | 611 kB 00:00 (48/124): libX11-xcb-1.6.8-5.el8.x86_64.rpm 78 kB/s | 14 kB 00:00 (49/124): libX11-common-1.6.8-5.el8.noarch.rpm 713 kB/s | 158 kB 00:00 (50/124): libXau-1.0.9-3.el8.x86_64.rpm 529 kB/s | 37 kB 00:00 (51/124): libXcomposite-0.4.4-14.el8.x86_64.rpm 380 kB/s | 28 kB 00:00 (52/124): libXcursor-1.1.15-3.el8.x86_64.rpm 190 kB/s | 36 kB 00:00 (53/124): libXdamage-1.1.4-14.el8.x86_64.rpm 147 kB/s | 27 kB 00:00 (54/124): libXfixes-5.0.3-7.el8.x86_64.rpm 132 kB/s | 25 kB 00:00 (55/124): libXext-1.3.4-1.el8.x86_64.rpm 227 kB/s | 45 kB 00:00 (56/124): libXi-1.7.10-1.el8.x86_64.rpm 282 kB/s | 49 kB 00:00 (57/124): libXft-2.3.3-1.el8.x86_64.rpm 359 kB/s | 67 kB 00:00 (58/124): libXinerama-1.1.4-1.el8.x86_64.rpm 79 kB/s | 16 kB 00:00 (59/124): libXrandr-1.5.2-1.el8.x86_64.rpm 170 kB/s | 34 kB 00:00 (60/124): libXtst-1.2.3-7.el8.x86_64.rpm 106 kB/s | 22 kB 00:00 (61/124): libXrender-0.9.10-7.el8.x86_64.rpm 155 kB/s | 33 kB 00:00 (62/124): libXxf86vm-1.1.4-9.el8.x86_64.rpm 294 kB/s | 19 kB 00:00 (63/124): libasyncns-0.8-14.el8.x86_64.rpm 492 kB/s | 32 kB 00:00 (64/124): libcanberra-gtk3-0.30-18.el8.x86_64.r 646 kB/s | 39 kB 00:00 (65/124): libcanberra-0.30-18.el8.x86_64.rpm 956 kB/s | 93 kB 00:00 (66/124): libdatrie-0.2.9-7.el8.x86_64.rpm 406 kB/s | 33 kB 00:00 (67/124): gtk3-3.22.30-8.el8.x86_64.rpm 1.1 MB/s | 4.5 MB 00:04 (68/124): libdrm-2.4.106-2.el8.x86_64.rpm 824 kB/s | 167 kB 00:00 (69/124): libepoxy-1.5.8-1.el8.x86_64.rpm 1.2 MB/s | 225 kB 00:00 (70/124): libevdev-1.10.0-1.el8.x86_64.rpm 686 kB/s | 44 kB 00:00 (71/124): libglvnd-egl-1.3.2-1.el8.x86_64.rpm 646 kB/s | 49 kB 00:00 (72/124): libglvnd-1.3.2-1.el8.x86_64.rpm 1.1 MB/s | 127 kB 00:00 (73/124): libglvnd-glx-1.3.2-1.el8.x86_64.rpm 1.3 MB/s | 137 kB 00:00 (74/124): libjpeg-turbo-1.5.3-12.el8.x86_64.rpm 1.1 MB/s | 157 kB 00:00 (75/124): libinput-1.16.3-2.el8.x86_64.rpm 1.4 MB/s | 217 kB 00:00 (76/124): libogg-1.3.2-10.el8.x86_64.rpm 316 kB/s | 31 kB 00:00 (77/124): libthai-0.1.27-2.el8.x86_64.rpm 1.2 MB/s | 203 kB 00:00 (78/124): libtiff-4.0.9-20.el8.x86_64.rpm 1.2 MB/s | 188 kB 00:00 (79/124): libsndfile-1.0.28-10.el8_4.1.x86_64.r 1.0 MB/s | 193 kB 00:00 (80/124): libwacom-1.6-3.el8.x86_64.rpm 649 kB/s | 42 kB 00:00 (81/124): libwacom-data-1.6-3.el8.noarch.rpm 1.1 MB/s | 104 kB 00:00 (82/124): libvorbis-1.3.6-2.el8.x86_64.rpm 1.7 MB/s | 196 kB 00:00 (83/124): libwayland-client-1.19.0-1.el8.x86_64 543 kB/s | 39 kB 00:00 (84/124): libwayland-cursor-1.19.0-1.el8.x86_64 649 kB/s | 26 kB 00:00 (85/124): libwayland-egl-1.19.0-1.el8.x86_64.rp 342 kB/s | 19 kB 00:00 (86/124): libwayland-server-1.19.0-1.el8.x86_64 943 kB/s | 47 kB 00:00 (87/124): libxkbcommon-x11-0.9.1-1.el8.x86_64.r 432 kB/s | 25 kB 00:00 (88/124): libxshmfence-1.3-2.el8.x86_64.rpm 239 kB/s | 13 kB 00:00 (89/124): libxcb-1.13.1-1.el8.x86_64.rpm 1.8 MB/s | 229 kB 00:00 (90/124): mesa-libEGL-21.1.5-1.el8.x86_64.rpm 964 kB/s | 135 kB 00:00 (91/124): mesa-libgbm-21.1.5-1.el8.x86_64.rpm 594 kB/s | 57 kB 00:00 (92/124): mesa-libGL-21.1.5-1.el8.x86_64.rpm 1.4 MB/s | 184 kB 00:00 (93/124): mesa-libglapi-21.1.5-1.el8.x86_64.rpm 863 kB/s | 66 kB 00:00 (94/124): mtdev-1.1.5-12.el8.x86_64.rpm 316 kB/s | 24 kB 00:00 (95/124): nspr-4.32.0-1.el8_4.x86_64.rpm 1.3 MB/s | 142 kB 00:00 (96/124): nss-softokn-freebl-3.67.0-7.el8_5.x86 1.2 MB/s | 395 kB 00:00 (97/124): nss-softokn-3.67.0-7.el8_5.x86_64.rpm 1.2 MB/s | 487 kB 00:00 (98/124): nss-sysinit-3.67.0-7.el8_5.x86_64.rpm 1.1 MB/s | 73 kB 00:00 (99/124): nss-3.67.0-7.el8_5.x86_64.rpm 1.6 MB/s | 741 kB 00:00 (100/124): nss-util-3.67.0-7.el8_5.x86_64.rpm 1.1 MB/s | 137 kB 00:00 (101/124): pipewire-0.3.6-1.el8.x86_64.rpm 1.0 MB/s | 108 kB 00:00 (102/124): pango-1.42.4-8.el8.x86_64.rpm 1.7 MB/s | 297 kB 00:00 (103/124): pixman-0.38.4-1.el8.x86_64.rpm 726 kB/s | 257 kB 00:00 (104/124): pipewire-libs-0.3.6-1.el8.x86_64.rpm 992 kB/s | 712 kB 00:00 (105/124): pulseaudio-libs-14.0-2.el8.x86_64.rp 1.0 MB/s | 681 kB 00:00 (106/124): qt5-qtbase-common-5.15.2-3.el8.noarc 322 kB/s | 41 kB 00:00 (107/124): rest-0.8.1-2.el8.x86_64.rpm 492 kB/s | 70 kB 00:00 (108/124): rtkit-0.11-19.el8.x86_64.rpm 382 kB/s | 61 kB 00:00 (109/124): sbc-1.3-9.el8.x86_64.rpm 525 kB/s | 65 kB 00:00 (110/124): sound-theme-freedesktop-0.8-9.el8.no 903 kB/s | 382 kB 00:00 (111/124): xcb-util-0.4.0-10.el8.x86_64.rpm 100 kB/s | 22 kB 00:00 (112/124): qt5-qtbase-5.15.2-3.el8.x86_64.rpm 2.1 MB/s | 3.6 MB 00:01 (113/124): xcb-util-image-0.4.0-9.el8.x86_64.rp 119 kB/s | 21 kB 00:00 (114/124): xcb-util-keysyms-0.4.0-7.el8.x86_64. 389 kB/s | 16 kB 00:00 (115/124): xcb-util-renderutil-0.3.9-10.el8.x86 390 kB/s | 19 kB 00:00 (116/124): xcb-util-wm-0.4.1-12.el8.x86_64.rpm 594 kB/s | 32 kB 00:00 (117/124): qt5-qtbase-gui-5.15.2-3.el8.x86_64.r 1.9 MB/s | 6.1 MB 00:03 (118/124): libbsd-0.11.7-2.el8.x86_64.rpm 196 kB/s | 120 kB 00:00 (119/124): libmd-1.1.0-1.el8.x86_64.rpm 66 kB/s | 45 kB 00:00 (120/124): minizip-2.8.9-2.el8.x86_64.rpm 318 kB/s | 124 kB 00:00 (121/124): minizip1.2-1.2.11-24.el8.x86_64.rpm 284 kB/s | 32 kB 00:00 (122/124): nss-mdns-0.14.1-9.el8.x86_64.rpm 211 kB/s | 49 kB 00:00 (123/124): chromium-common-117.0.5938.132-1.el8 1.3 MB/s | 14 MB 00:10 (124/124): chromium-117.0.5938.132-1.el8.x86_64 2.9 MB/s | 76 MB 00:26 -------------------------------------------------------------------------------- Total 3.4 MB/s | 143 MB 00:42 CentOS Linux 8 - BaseOS 1.6 MB/s | 1.6 kB 00:00 Importing GPG key 0x8483C65D: Userid : "CentOS (CentOS Official Signing Key) " Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : nspr-4.32.0-1.el8_4.x86_64 1/124 Running scriptlet: nspr-4.32.0-1.el8_4.x86_64 1/124 Installing : nss-util-3.67.0-7.el8_5.x86_64 2/124 Installing : libjpeg-turbo-1.5.3-12.el8.x86_64 3/124 Installing : libX11-xcb-1.6.8-5.el8.x86_64 4/124 Installing : atk-2.28.1-1.el8.x86_64 5/124 Installing : alsa-lib-1.2.5-4.el8.x86_64 6/124 Running scriptlet: alsa-lib-1.2.5-4.el8.x86_64 6/124 Installing : gdk-pixbuf2-2.36.12-5.el8.x86_64 7/124 Running scriptlet: gdk-pixbuf2-2.36.12-5.el8.x86_64 7/124 Installing : libwayland-client-1.19.0-1.el8.x86_64 8/124 Installing : libogg-2:1.3.2-10.el8.x86_64 9/124 Installing : libvorbis-1:1.3.6-2.el8.x86_64 10/124 Installing : libICE-1.0.9-15.el8.x86_64 11/124 Installing : fontpackages-filesystem-1.44-22.el8.noarch 12/124 Installing : libSM-1.2.3-1.el8.x86_64 13/124 Installing : flac-libs-1.3.2-9.el8.x86_64 14/124 Installing : pixman-0.38.4-1.el8.x86_64 15/124 Installing : mesa-libglapi-21.1.5-1.el8.x86_64 16/124 Running scriptlet: mesa-libglapi-21.1.5-1.el8.x86_64 16/124 Installing : libxshmfence-1.3-2.el8.x86_64 17/124 Installing : libwayland-server-1.19.0-1.el8.x86_64 18/124 Installing : libglvnd-1:1.3.2-1.el8.x86_64 19/124 Installing : libtool-ltdl-2.4.6-25.el8.x86_64 20/124 Running scriptlet: libtool-ltdl-2.4.6-25.el8.x86_64 20/124 Installing : avahi-libs-0.7-20.el8.x86_64 21/124 Installing : cups-libs-1:2.2.6-40.el8.x86_64 22/124 Running scriptlet: avahi-0.7-20.el8.x86_64 23/124 Installing : avahi-0.7-20.el8.x86_64 23/124 Running scriptlet: avahi-0.7-20.el8.x86_64 23/124 Installing : nss-mdns-0.14.1-9.el8.x86_64 24/124 Running scriptlet: nss-mdns-0.14.1-9.el8.x86_64 24/124 Installing : dejavu-fonts-common-2.35-7.el8.noarch 25/124 Installing : dejavu-sans-mono-fonts-2.35-7.el8.noarch 26/124 Installing : fontconfig-2.13.1-4.el8.x86_64 27/124 Running scriptlet: fontconfig-2.13.1-4.el8.x86_64 27/124 Installing : abattis-cantarell-fonts-0.0.25-6.el8.noarch 28/124 Installing : gsettings-desktop-schemas-3.32.0-6.el8.x86_64 29/124 Installing : libwayland-cursor-1.19.0-1.el8.x86_64 30/124 Installing : gtk-update-icon-cache-3.22.30-8.el8.x86_64 31/124 Installing : jasper-libs-2.0.14-5.el8.x86_64 32/124 Installing : nss-softokn-freebl-3.67.0-7.el8_5.x86_64 33/124 Installing : nss-softokn-3.67.0-7.el8_5.x86_64 34/124 Installing : nss-3.67.0-7.el8_5.x86_64 35/124 Installing : nss-sysinit-3.67.0-7.el8_5.x86_64 36/124 Installing : minizip1.2-1.2.11-24.el8.x86_64 37/124 Installing : libmd-1.1.0-1.el8.x86_64 38/124 Installing : libbsd-0.11.7-2.el8.x86_64 39/124 Installing : minizip-2.8.9-2.el8.x86_64 40/124 Running scriptlet: minizip-2.8.9-2.el8.x86_64 40/124 Installing : sound-theme-freedesktop-0.8-9.el8.noarch 41/124 Running scriptlet: sound-theme-freedesktop-0.8-9.el8.noarch 41/124 Installing : sbc-1.3-9.el8.x86_64 42/124 Running scriptlet: sbc-1.3-9.el8.x86_64 42/124 Running scriptlet: rtkit-0.11-19.el8.x86_64 43/124 Installing : rtkit-0.11-19.el8.x86_64 43/124 Running scriptlet: rtkit-0.11-19.el8.x86_64 43/124 Running scriptlet: pipewire-0.3.6-1.el8.x86_64 44/124 Installing : pipewire-0.3.6-1.el8.x86_64 44/124 Installing : pipewire-libs-0.3.6-1.el8.x86_64 45/124 Installing : mtdev-1.1.5-12.el8.x86_64 46/124 Running scriptlet: mtdev-1.1.5-12.el8.x86_64 46/124 Installing : libwayland-egl-1.19.0-1.el8.x86_64 47/124 Installing : libwacom-data-1.6-3.el8.noarch 48/124 Installing : libevdev-1.10.0-1.el8.x86_64 49/124 Installing : libepoxy-1.5.8-1.el8.x86_64 50/124 Installing : libdatrie-0.2.9-7.el8.x86_64 51/124 Running scriptlet: libdatrie-0.2.9-7.el8.x86_64 51/124 Installing : libthai-0.1.27-2.el8.x86_64 52/124 Running scriptlet: libthai-0.1.27-2.el8.x86_64 52/124 Installing : libasyncns-0.8-14.el8.x86_64 53/124 Running scriptlet: libasyncns-0.8-14.el8.x86_64 53/124 Installing : libXau-1.0.9-3.el8.x86_64 54/124 Installing : libxcb-1.13.1-1.el8.x86_64 55/124 Installing : xcb-util-0.4.0-10.el8.x86_64 56/124 Installing : xcb-util-image-0.4.0-9.el8.x86_64 57/124 Running scriptlet: xcb-util-image-0.4.0-9.el8.x86_64 57/124 Installing : libxkbcommon-x11-0.9.1-1.el8.x86_64 58/124 Installing : xcb-util-keysyms-0.4.0-7.el8.x86_64 59/124 Running scriptlet: xcb-util-keysyms-0.4.0-7.el8.x86_64 59/124 Installing : xcb-util-renderutil-0.3.9-10.el8.x86_64 60/124 Running scriptlet: xcb-util-renderutil-0.3.9-10.el8.x86_64 60/124 Installing : xcb-util-wm-0.4.1-12.el8.x86_64 61/124 Running scriptlet: xcb-util-wm-0.4.1-12.el8.x86_64 61/124 Installing : libX11-common-1.6.8-5.el8.noarch 62/124 Installing : libX11-1.6.8-5.el8.x86_64 63/124 Installing : libXext-1.3.4-1.el8.x86_64 64/124 Installing : libXrender-0.9.10-7.el8.x86_64 65/124 Installing : cairo-1.15.12-3.el8.x86_64 66/124 Installing : libXfixes-5.0.3-7.el8.x86_64 67/124 Installing : libXdamage-1.1.4-14.el8.x86_64 68/124 Installing : cairo-gobject-1.15.12-3.el8.x86_64 69/124 Installing : libXrandr-1.5.2-1.el8.x86_64 70/124 Installing : libXi-1.7.10-1.el8.x86_64 71/124 Installing : libXtst-1.2.3-7.el8.x86_64 72/124 Installing : at-spi2-core-2.28.0-1.el8.x86_64 73/124 Running scriptlet: at-spi2-core-2.28.0-1.el8.x86_64 73/124 Installing : at-spi2-atk-2.26.2-1.el8.x86_64 74/124 Running scriptlet: at-spi2-atk-2.26.2-1.el8.x86_64 74/124 Installing : libXcomposite-0.4.4-14.el8.x86_64 75/124 Installing : libXcursor-1.1.15-3.el8.x86_64 76/124 Installing : libXft-2.3.3-1.el8.x86_64 77/124 Installing : libXinerama-1.1.4-1.el8.x86_64 78/124 Installing : libXxf86vm-1.1.4-9.el8.x86_64 79/124 Installing : chromium-common-117.0.5938.132-1.el8.x86_64 80/124 Installing : lcms2-2.9-2.el8.x86_64 81/124 Running scriptlet: lcms2-2.9-2.el8.x86_64 81/124 Installing : jbigkit-libs-2.1-14.el8.x86_64 82/124 Running scriptlet: jbigkit-libs-2.1-14.el8.x86_64 82/124 Installing : libtiff-4.0.9-20.el8.x86_64 83/124 Installing : gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 84/124 Installing : hicolor-icon-theme-0.17-2.el8.noarch 85/124 Installing : gstreamer1-1.16.1-2.el8.x86_64 86/124 Installing : gsm-1.0.17-5.el8.x86_64 87/124 Installing : libsndfile-1.0.28-10.el8_4.1.x86_64 88/124 Running scriptlet: libsndfile-1.0.28-10.el8_4.1.x86_64 88/124 Installing : pulseaudio-libs-14.0-2.el8.x86_64 89/124 Installing : libcanberra-0.30-18.el8.x86_64 90/124 Running scriptlet: libcanberra-0.30-18.el8.x86_64 90/124 Installing : graphite2-1.3.10-10.el8.x86_64 91/124 Installing : harfbuzz-1.7.5-3.el8.x86_64 92/124 Running scriptlet: harfbuzz-1.7.5-3.el8.x86_64 92/124 Installing : fribidi-1.0.4-8.el8.x86_64 93/124 Installing : pango-1.42.4-8.el8.x86_64 94/124 Running scriptlet: pango-1.42.4-8.el8.x86_64 94/124 Installing : dconf-0.28.0-4.el8.x86_64 95/124 Installing : adwaita-cursor-theme-3.28.0-2.el8.noarch 96/124 Installing : adwaita-icon-theme-3.28.0-2.el8.noarch 97/124 Installing : libxslt-1.1.32-6.el8.x86_64 98/124 Installing : libpciaccess-0.14-1.el8.x86_64 99/124 Installing : libdrm-2.4.106-2.el8.x86_64 100/124 Installing : mesa-libgbm-21.1.5-1.el8.x86_64 101/124 Running scriptlet: mesa-libgbm-21.1.5-1.el8.x86_64 101/124 Installing : libglvnd-egl-1:1.3.2-1.el8.x86_64 102/124 Installing : mesa-libEGL-21.1.5-1.el8.x86_64 103/124 Installing : libglvnd-glx-1:1.3.2-1.el8.x86_64 104/124 Installing : mesa-libGL-21.1.5-1.el8.x86_64 105/124 Installing : glx-utils-8.4.0-5.20181118git1830dcb.el8.x86_64 106/124 Installing : libmodman-2.0.1-17.el8.x86_64 107/124 Running scriptlet: libmodman-2.0.1-17.el8.x86_64 107/124 Installing : libproxy-0.4.15-5.2.el8.x86_64 108/124 Running scriptlet: libproxy-0.4.15-5.2.el8.x86_64 108/124 Installing : glib-networking-2.56.1-1.1.el8.x86_64 109/124 Installing : libsoup-2.62.3-2.el8.x86_64 110/124 Installing : rest-0.8.1-2.el8.x86_64 111/124 Running scriptlet: rest-0.8.1-2.el8.x86_64 111/124 Installing : libicu-60.3-2.el8_1.x86_64 112/124 Running scriptlet: libicu-60.3-2.el8_1.x86_64 112/124 Installing : qt5-qtbase-common-5.15.2-3.el8.noarch 113/124 Running scriptlet: qt5-qtbase-5.15.2-3.el8.x86_64 114/124 Installing : qt5-qtbase-5.15.2-3.el8.x86_64 114/124 Running scriptlet: qt5-qtbase-5.15.2-3.el8.x86_64 114/124 Installing : libgusb-0.3.0-1.el8.x86_64 115/124 Installing : colord-libs-1.4.2-1.el8.x86_64 116/124 Installing : gtk3-3.22.30-8.el8.x86_64 117/124 Installing : libcanberra-gtk3-0.30-18.el8.x86_64 118/124 Running scriptlet: libcanberra-gtk3-0.30-18.el8.x86_64 118/124 Installing : libgudev-232-4.el8.x86_64 119/124 Installing : libwacom-1.6-3.el8.x86_64 120/124 Installing : libinput-1.16.3-2.el8.x86_64 121/124 Running scriptlet: libinput-1.16.3-2.el8.x86_64 121/124 Installing : qt5-qtbase-gui-5.15.2-3.el8.x86_64 122/124 Installing : libatomic-8.5.0-4.el8_5.x86_64 123/124 Running scriptlet: libatomic-8.5.0-4.el8_5.x86_64 123/124 Installing : chromium-117.0.5938.132-1.el8.x86_64 124/124 Running scriptlet: chromium-117.0.5938.132-1.el8.x86_64 124/124 Running scriptlet: nss-mdns-0.14.1-9.el8.x86_64 124/124 Running scriptlet: nss-3.67.0-7.el8_5.x86_64 124/124 Running scriptlet: dconf-0.28.0-4.el8.x86_64 124/124 Running scriptlet: chromium-117.0.5938.132-1.el8.x86_64 124/124 Running scriptlet: gdk-pixbuf2-2.36.12-5.el8.x86_64 124/124 Running scriptlet: fontconfig-2.13.1-4.el8.x86_64 124/124 Running scriptlet: hicolor-icon-theme-0.17-2.el8.noarch 124/124 Running scriptlet: adwaita-icon-theme-3.28.0-2.el8.noarch 124/124 Verifying : avahi-0.7-20.el8.x86_64 1/124 Verifying : avahi-libs-0.7-20.el8.x86_64 2/124 Verifying : cups-libs-1:2.2.6-40.el8.x86_64 3/124 Verifying : dejavu-fonts-common-2.35-7.el8.noarch 4/124 Verifying : dejavu-sans-mono-fonts-2.35-7.el8.noarch 5/124 Verifying : fontconfig-2.13.1-4.el8.x86_64 6/124 Verifying : fontpackages-filesystem-1.44-22.el8.noarch 7/124 Verifying : gdk-pixbuf2-2.36.12-5.el8.x86_64 8/124 Verifying : glib-networking-2.56.1-1.1.el8.x86_64 9/124 Verifying : gsettings-desktop-schemas-3.32.0-6.el8.x86_64 10/124 Verifying : libatomic-8.5.0-4.el8_5.x86_64 11/124 Verifying : libgudev-232-4.el8.x86_64 12/124 Verifying : libgusb-0.3.0-1.el8.x86_64 13/124 Verifying : libicu-60.3-2.el8_1.x86_64 14/124 Verifying : libmodman-2.0.1-17.el8.x86_64 15/124 Verifying : libpciaccess-0.14-1.el8.x86_64 16/124 Verifying : libproxy-0.4.15-5.2.el8.x86_64 17/124 Verifying : libsoup-2.62.3-2.el8.x86_64 18/124 Verifying : libtool-ltdl-2.4.6-25.el8.x86_64 19/124 Verifying : libxslt-1.1.32-6.el8.x86_64 20/124 Verifying : abattis-cantarell-fonts-0.0.25-6.el8.noarch 21/124 Verifying : adwaita-cursor-theme-3.28.0-2.el8.noarch 22/124 Verifying : adwaita-icon-theme-3.28.0-2.el8.noarch 23/124 Verifying : alsa-lib-1.2.5-4.el8.x86_64 24/124 Verifying : at-spi2-atk-2.26.2-1.el8.x86_64 25/124 Verifying : at-spi2-core-2.28.0-1.el8.x86_64 26/124 Verifying : atk-2.28.1-1.el8.x86_64 27/124 Verifying : cairo-1.15.12-3.el8.x86_64 28/124 Verifying : cairo-gobject-1.15.12-3.el8.x86_64 29/124 Verifying : colord-libs-1.4.2-1.el8.x86_64 30/124 Verifying : dconf-0.28.0-4.el8.x86_64 31/124 Verifying : flac-libs-1.3.2-9.el8.x86_64 32/124 Verifying : fribidi-1.0.4-8.el8.x86_64 33/124 Verifying : gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 34/124 Verifying : glx-utils-8.4.0-5.20181118git1830dcb.el8.x86_64 35/124 Verifying : graphite2-1.3.10-10.el8.x86_64 36/124 Verifying : gsm-1.0.17-5.el8.x86_64 37/124 Verifying : gstreamer1-1.16.1-2.el8.x86_64 38/124 Verifying : gtk-update-icon-cache-3.22.30-8.el8.x86_64 39/124 Verifying : gtk3-3.22.30-8.el8.x86_64 40/124 Verifying : harfbuzz-1.7.5-3.el8.x86_64 41/124 Verifying : hicolor-icon-theme-0.17-2.el8.noarch 42/124 Verifying : jasper-libs-2.0.14-5.el8.x86_64 43/124 Verifying : jbigkit-libs-2.1-14.el8.x86_64 44/124 Verifying : lcms2-2.9-2.el8.x86_64 45/124 Verifying : libICE-1.0.9-15.el8.x86_64 46/124 Verifying : libSM-1.2.3-1.el8.x86_64 47/124 Verifying : libX11-1.6.8-5.el8.x86_64 48/124 Verifying : libX11-common-1.6.8-5.el8.noarch 49/124 Verifying : libX11-xcb-1.6.8-5.el8.x86_64 50/124 Verifying : libXau-1.0.9-3.el8.x86_64 51/124 Verifying : libXcomposite-0.4.4-14.el8.x86_64 52/124 Verifying : libXcursor-1.1.15-3.el8.x86_64 53/124 Verifying : libXdamage-1.1.4-14.el8.x86_64 54/124 Verifying : libXext-1.3.4-1.el8.x86_64 55/124 Verifying : libXfixes-5.0.3-7.el8.x86_64 56/124 Verifying : libXft-2.3.3-1.el8.x86_64 57/124 Verifying : libXi-1.7.10-1.el8.x86_64 58/124 Verifying : libXinerama-1.1.4-1.el8.x86_64 59/124 Verifying : libXrandr-1.5.2-1.el8.x86_64 60/124 Verifying : libXrender-0.9.10-7.el8.x86_64 61/124 Verifying : libXtst-1.2.3-7.el8.x86_64 62/124 Verifying : libXxf86vm-1.1.4-9.el8.x86_64 63/124 Verifying : libasyncns-0.8-14.el8.x86_64 64/124 Verifying : libcanberra-0.30-18.el8.x86_64 65/124 Verifying : libcanberra-gtk3-0.30-18.el8.x86_64 66/124 Verifying : libdatrie-0.2.9-7.el8.x86_64 67/124 Verifying : libdrm-2.4.106-2.el8.x86_64 68/124 Verifying : libepoxy-1.5.8-1.el8.x86_64 69/124 Verifying : libevdev-1.10.0-1.el8.x86_64 70/124 Verifying : libglvnd-1:1.3.2-1.el8.x86_64 71/124 Verifying : libglvnd-egl-1:1.3.2-1.el8.x86_64 72/124 Verifying : libglvnd-glx-1:1.3.2-1.el8.x86_64 73/124 Verifying : libinput-1.16.3-2.el8.x86_64 74/124 Verifying : libjpeg-turbo-1.5.3-12.el8.x86_64 75/124 Verifying : libogg-2:1.3.2-10.el8.x86_64 76/124 Verifying : libsndfile-1.0.28-10.el8_4.1.x86_64 77/124 Verifying : libthai-0.1.27-2.el8.x86_64 78/124 Verifying : libtiff-4.0.9-20.el8.x86_64 79/124 Verifying : libvorbis-1:1.3.6-2.el8.x86_64 80/124 Verifying : libwacom-1.6-3.el8.x86_64 81/124 Verifying : libwacom-data-1.6-3.el8.noarch 82/124 Verifying : libwayland-client-1.19.0-1.el8.x86_64 83/124 Verifying : libwayland-cursor-1.19.0-1.el8.x86_64 84/124 Verifying : libwayland-egl-1.19.0-1.el8.x86_64 85/124 Verifying : libwayland-server-1.19.0-1.el8.x86_64 86/124 Verifying : libxcb-1.13.1-1.el8.x86_64 87/124 Verifying : libxkbcommon-x11-0.9.1-1.el8.x86_64 88/124 Verifying : libxshmfence-1.3-2.el8.x86_64 89/124 Verifying : mesa-libEGL-21.1.5-1.el8.x86_64 90/124 Verifying : mesa-libGL-21.1.5-1.el8.x86_64 91/124 Verifying : mesa-libgbm-21.1.5-1.el8.x86_64 92/124 Verifying : mesa-libglapi-21.1.5-1.el8.x86_64 93/124 Verifying : mtdev-1.1.5-12.el8.x86_64 94/124 Verifying : nspr-4.32.0-1.el8_4.x86_64 95/124 Verifying : nss-3.67.0-7.el8_5.x86_64 96/124 Verifying : nss-softokn-3.67.0-7.el8_5.x86_64 97/124 Verifying : nss-softokn-freebl-3.67.0-7.el8_5.x86_64 98/124 Verifying : nss-sysinit-3.67.0-7.el8_5.x86_64 99/124 Verifying : nss-util-3.67.0-7.el8_5.x86_64 100/124 Verifying : pango-1.42.4-8.el8.x86_64 101/124 Verifying : pipewire-0.3.6-1.el8.x86_64 102/124 Verifying : pipewire-libs-0.3.6-1.el8.x86_64 103/124 Verifying : pixman-0.38.4-1.el8.x86_64 104/124 Verifying : pulseaudio-libs-14.0-2.el8.x86_64 105/124 Verifying : qt5-qtbase-5.15.2-3.el8.x86_64 106/124 Verifying : qt5-qtbase-common-5.15.2-3.el8.noarch 107/124 Verifying : qt5-qtbase-gui-5.15.2-3.el8.x86_64 108/124 Verifying : rest-0.8.1-2.el8.x86_64 109/124 Verifying : rtkit-0.11-19.el8.x86_64 110/124 Verifying : sbc-1.3-9.el8.x86_64 111/124 Verifying : sound-theme-freedesktop-0.8-9.el8.noarch 112/124 Verifying : xcb-util-0.4.0-10.el8.x86_64 113/124 Verifying : xcb-util-image-0.4.0-9.el8.x86_64 114/124 Verifying : xcb-util-keysyms-0.4.0-7.el8.x86_64 115/124 Verifying : xcb-util-renderutil-0.3.9-10.el8.x86_64 116/124 Verifying : xcb-util-wm-0.4.1-12.el8.x86_64 117/124 Verifying : chromium-117.0.5938.132-1.el8.x86_64 118/124 Verifying : chromium-common-117.0.5938.132-1.el8.x86_64 119/124 Verifying : libbsd-0.11.7-2.el8.x86_64 120/124 Verifying : libmd-1.1.0-1.el8.x86_64 121/124 Verifying : minizip-2.8.9-2.el8.x86_64 122/124 Verifying : minizip1.2-1.2.11-24.el8.x86_64 123/124 Verifying : nss-mdns-0.14.1-9.el8.x86_64 124/124 Installed products updated. Installed: abattis-cantarell-fonts-0.0.25-6.el8.noarch adwaita-cursor-theme-3.28.0-2.el8.noarch adwaita-icon-theme-3.28.0-2.el8.noarch alsa-lib-1.2.5-4.el8.x86_64 at-spi2-atk-2.26.2-1.el8.x86_64 at-spi2-core-2.28.0-1.el8.x86_64 atk-2.28.1-1.el8.x86_64 avahi-0.7-20.el8.x86_64 avahi-libs-0.7-20.el8.x86_64 cairo-1.15.12-3.el8.x86_64 cairo-gobject-1.15.12-3.el8.x86_64 chromium-117.0.5938.132-1.el8.x86_64 chromium-common-117.0.5938.132-1.el8.x86_64 colord-libs-1.4.2-1.el8.x86_64 cups-libs-1:2.2.6-40.el8.x86_64 dconf-0.28.0-4.el8.x86_64 dejavu-fonts-common-2.35-7.el8.noarch dejavu-sans-mono-fonts-2.35-7.el8.noarch flac-libs-1.3.2-9.el8.x86_64 fontconfig-2.13.1-4.el8.x86_64 fontpackages-filesystem-1.44-22.el8.noarch fribidi-1.0.4-8.el8.x86_64 gdk-pixbuf2-2.36.12-5.el8.x86_64 gdk-pixbuf2-modules-2.36.12-5.el8.x86_64 glib-networking-2.56.1-1.1.el8.x86_64 glx-utils-8.4.0-5.20181118git1830dcb.el8.x86_64 graphite2-1.3.10-10.el8.x86_64 gsettings-desktop-schemas-3.32.0-6.el8.x86_64 gsm-1.0.17-5.el8.x86_64 gstreamer1-1.16.1-2.el8.x86_64 gtk-update-icon-cache-3.22.30-8.el8.x86_64 gtk3-3.22.30-8.el8.x86_64 harfbuzz-1.7.5-3.el8.x86_64 hicolor-icon-theme-0.17-2.el8.noarch jasper-libs-2.0.14-5.el8.x86_64 jbigkit-libs-2.1-14.el8.x86_64 lcms2-2.9-2.el8.x86_64 libICE-1.0.9-15.el8.x86_64 libSM-1.2.3-1.el8.x86_64 libX11-1.6.8-5.el8.x86_64 libX11-common-1.6.8-5.el8.noarch libX11-xcb-1.6.8-5.el8.x86_64 libXau-1.0.9-3.el8.x86_64 libXcomposite-0.4.4-14.el8.x86_64 libXcursor-1.1.15-3.el8.x86_64 libXdamage-1.1.4-14.el8.x86_64 libXext-1.3.4-1.el8.x86_64 libXfixes-5.0.3-7.el8.x86_64 libXft-2.3.3-1.el8.x86_64 libXi-1.7.10-1.el8.x86_64 libXinerama-1.1.4-1.el8.x86_64 libXrandr-1.5.2-1.el8.x86_64 libXrender-0.9.10-7.el8.x86_64 libXtst-1.2.3-7.el8.x86_64 libXxf86vm-1.1.4-9.el8.x86_64 libasyncns-0.8-14.el8.x86_64 libatomic-8.5.0-4.el8_5.x86_64 libbsd-0.11.7-2.el8.x86_64 libcanberra-0.30-18.el8.x86_64 libcanberra-gtk3-0.30-18.el8.x86_64 libdatrie-0.2.9-7.el8.x86_64 libdrm-2.4.106-2.el8.x86_64 libepoxy-1.5.8-1.el8.x86_64 libevdev-1.10.0-1.el8.x86_64 libglvnd-1:1.3.2-1.el8.x86_64 libglvnd-egl-1:1.3.2-1.el8.x86_64 libglvnd-glx-1:1.3.2-1.el8.x86_64 libgudev-232-4.el8.x86_64 libgusb-0.3.0-1.el8.x86_64 libicu-60.3-2.el8_1.x86_64 libinput-1.16.3-2.el8.x86_64 libjpeg-turbo-1.5.3-12.el8.x86_64 libmd-1.1.0-1.el8.x86_64 libmodman-2.0.1-17.el8.x86_64 libogg-2:1.3.2-10.el8.x86_64 libpciaccess-0.14-1.el8.x86_64 libproxy-0.4.15-5.2.el8.x86_64 libsndfile-1.0.28-10.el8_4.1.x86_64 libsoup-2.62.3-2.el8.x86_64 libthai-0.1.27-2.el8.x86_64 libtiff-4.0.9-20.el8.x86_64 libtool-ltdl-2.4.6-25.el8.x86_64 libvorbis-1:1.3.6-2.el8.x86_64 libwacom-1.6-3.el8.x86_64 libwacom-data-1.6-3.el8.noarch libwayland-client-1.19.0-1.el8.x86_64 libwayland-cursor-1.19.0-1.el8.x86_64 libwayland-egl-1.19.0-1.el8.x86_64 libwayland-server-1.19.0-1.el8.x86_64 libxcb-1.13.1-1.el8.x86_64 libxkbcommon-x11-0.9.1-1.el8.x86_64 libxshmfence-1.3-2.el8.x86_64 libxslt-1.1.32-6.el8.x86_64 mesa-libEGL-21.1.5-1.el8.x86_64 mesa-libGL-21.1.5-1.el8.x86_64 mesa-libgbm-21.1.5-1.el8.x86_64 mesa-libglapi-21.1.5-1.el8.x86_64 minizip-2.8.9-2.el8.x86_64 minizip1.2-1.2.11-24.el8.x86_64 mtdev-1.1.5-12.el8.x86_64 nspr-4.32.0-1.el8_4.x86_64 nss-3.67.0-7.el8_5.x86_64 nss-mdns-0.14.1-9.el8.x86_64 nss-softokn-3.67.0-7.el8_5.x86_64 nss-softokn-freebl-3.67.0-7.el8_5.x86_64 nss-sysinit-3.67.0-7.el8_5.x86_64 nss-util-3.67.0-7.el8_5.x86_64 pango-1.42.4-8.el8.x86_64 pipewire-0.3.6-1.el8.x86_64 pipewire-libs-0.3.6-1.el8.x86_64 pixman-0.38.4-1.el8.x86_64 pulseaudio-libs-14.0-2.el8.x86_64 qt5-qtbase-5.15.2-3.el8.x86_64 qt5-qtbase-common-5.15.2-3.el8.noarch qt5-qtbase-gui-5.15.2-3.el8.x86_64 rest-0.8.1-2.el8.x86_64 rtkit-0.11-19.el8.x86_64 sbc-1.3-9.el8.x86_64 sound-theme-freedesktop-0.8-9.el8.noarch xcb-util-0.4.0-10.el8.x86_64 xcb-util-image-0.4.0-9.el8.x86_64 xcb-util-keysyms-0.4.0-7.el8.x86_64 xcb-util-renderutil-0.3.9-10.el8.x86_64 xcb-util-wm-0.4.1-12.el8.x86_64 Complete! 02/10/2023 12:13:20 INFO: Installing nss. Last metadata expiration check: 0:01:48 ago on Mon 02 Oct 2023 12:11:33 PM UTC. Package nss-3.67.0-7.el8_5.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! 02/10/2023 12:13:22 INFO: Installing xorg-x11-fonts-100dpi. Last metadata expiration check: 0:01:50 ago on Mon 02 Oct 2023 12:11:33 PM UTC. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: xorg-x11-fonts-100dpi noarch 7.5-19.el8 appstream 3.1 M Installing dependencies: libfontenc x86_64 1.1.3-8.el8 appstream 37 k xorg-x11-font-utils x86_64 1:7.5-41.el8 appstream 104 k Transaction Summary ================================================================================ Install 3 Packages Total download size: 3.3 M Installed size: 3.7 M Downloading Packages: (1/3): libfontenc-1.1.3-8.el8.x86_64.rpm 1.2 kB/s | 37 kB 00:30 (2/3): xorg-x11-font-utils-7.5-41.el8.x86_64.rp 3.4 kB/s | 104 kB 00:30 (3/3): xorg-x11-fonts-100dpi-7.5-19.el8.noarch. 101 kB/s | 3.1 MB 00:31 -------------------------------------------------------------------------------- Total 106 kB/s | 3.3 MB 00:31 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libfontenc-1.1.3-8.el8.x86_64 1/3 Installing : xorg-x11-font-utils-1:7.5-41.el8.x86_64 2/3 Installing : xorg-x11-fonts-100dpi-7.5-19.el8.noarch 3/3 Running scriptlet: xorg-x11-fonts-100dpi-7.5-19.el8.noarch 3/3 Verifying : libfontenc-1.1.3-8.el8.x86_64 1/3 Verifying : xorg-x11-font-utils-1:7.5-41.el8.x86_64 2/3 Verifying : xorg-x11-fonts-100dpi-7.5-19.el8.noarch 3/3 Installed products updated. Installed: libfontenc-1.1.3-8.el8.x86_64 xorg-x11-font-utils-1:7.5-41.el8.x86_64 xorg-x11-fonts-100dpi-7.5-19.el8.noarch Complete! 02/10/2023 12:13:57 INFO: Installing xorg-x11-fonts-75dpi. Last metadata expiration check: 0:02:25 ago on Mon 02 Oct 2023 12:11:33 PM UTC. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: xorg-x11-fonts-75dpi noarch 7.5-19.el8 appstream 2.8 M Transaction Summary ================================================================================ Install 1 Package Total download size: 2.8 M Installed size: 2.9 M Downloading Packages: xorg-x11-fonts-75dpi-7.5-19.el8.noarch.rpm 89 kB/s | 2.8 MB 00:31 -------------------------------------------------------------------------------- Total 89 kB/s | 2.8 MB 00:31 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : xorg-x11-fonts-75dpi-7.5-19.el8.noarch 1/1 Running scriptlet: xorg-x11-fonts-75dpi-7.5-19.el8.noarch 1/1 Verifying : xorg-x11-fonts-75dpi-7.5-19.el8.noarch 1/1 Installed products updated. Installed: xorg-x11-fonts-75dpi-7.5-19.el8.noarch Complete! 02/10/2023 12:14:32 INFO: Installing xorg-x11-utils. Last metadata expiration check: 0:03:00 ago on Mon 02 Oct 2023 12:11:33 PM UTC. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: xorg-x11-utils x86_64 7.5-28.el8 appstream 136 k Installing dependencies: libXv x86_64 1.0.11-7.el8 appstream 20 k libXxf86dga x86_64 1.1.5-1.el8 appstream 26 k libXxf86misc x86_64 1.0.4-1.el8 appstream 23 k libdmx x86_64 1.1.4-3.el8 appstream 22 k Transaction Summary ================================================================================ Install 5 Packages Total download size: 226 k Installed size: 444 k Downloading Packages: (1/5): libXxf86dga-1.1.5-1.el8.x86_64.rpm 1.1 kB/s | 26 kB 00:22 (2/5): libXv-1.0.11-7.el8.x86_64.rpm 888 B/s | 20 kB 00:22 (3/5): libXxf86misc-1.0.4-1.el8.x86_64.rpm 1.0 kB/s | 23 kB 00:22 (4/5): libdmx-1.1.4-3.el8.x86_64.rpm 300 kB/s | 22 kB 00:00 (5/5): xorg-x11-utils-7.5-28.el8.x86_64.rpm 1.1 MB/s | 136 kB 00:00 -------------------------------------------------------------------------------- Total 9.9 kB/s | 226 kB 00:22 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libdmx-1.1.4-3.el8.x86_64 1/5 Installing : libXxf86misc-1.0.4-1.el8.x86_64 2/5 Installing : libXxf86dga-1.1.5-1.el8.x86_64 3/5 Installing : libXv-1.0.11-7.el8.x86_64 4/5 Installing : xorg-x11-utils-7.5-28.el8.x86_64 5/5 Running scriptlet: xorg-x11-utils-7.5-28.el8.x86_64 5/5 Verifying : libXv-1.0.11-7.el8.x86_64 1/5 Verifying : libXxf86dga-1.1.5-1.el8.x86_64 2/5 Verifying : libXxf86misc-1.0.4-1.el8.x86_64 3/5 Verifying : libdmx-1.1.4-3.el8.x86_64 4/5 Verifying : xorg-x11-utils-7.5-28.el8.x86_64 5/5 Installed products updated. Installed: libXv-1.0.11-7.el8.x86_64 libXxf86dga-1.1.5-1.el8.x86_64 libXxf86misc-1.0.4-1.el8.x86_64 libdmx-1.1.4-3.el8.x86_64 xorg-x11-utils-7.5-28.el8.x86_64 Complete! 02/10/2023 12:14:57 INFO: Installing xorg-x11-fonts-cyrillic. Last metadata expiration check: 0:03:25 ago on Mon 02 Oct 2023 12:11:33 PM UTC. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: xorg-x11-fonts-cyrillic noarch 7.5-19.el8 appstream 397 k Transaction Summary ================================================================================ Install 1 Package Total download size: 397 k Installed size: 377 k Downloading Packages: xorg-x11-fonts-cyrillic-7.5-19.el8.noarch.rpm 13 kB/s | 397 kB 00:30 -------------------------------------------------------------------------------- Total 13 kB/s | 397 kB 00:30 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : xorg-x11-fonts-cyrillic-7.5-19.el8.noarch 1/1 Running scriptlet: xorg-x11-fonts-cyrillic-7.5-19.el8.noarch 1/1 Verifying : xorg-x11-fonts-cyrillic-7.5-19.el8.noarch 1/1 Installed products updated. Installed: xorg-x11-fonts-cyrillic-7.5-19.el8.noarch Complete! 02/10/2023 12:15:31 INFO: Installing xorg-x11-fonts-Type1. Last metadata expiration check: 0:03:59 ago on Mon 02 Oct 2023 12:11:33 PM UTC. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: xorg-x11-fonts-Type1 noarch 7.5-19.el8 appstream 522 k Installing dependencies: ttmkfdir x86_64 3.0.9-54.el8 appstream 62 k Transaction Summary ================================================================================ Install 2 Packages Total download size: 584 k Installed size: 1.0 M Downloading Packages: (1/2): ttmkfdir-3.0.9-54.el8.x86_64.rpm 2.0 kB/s | 62 kB 00:30 (2/2): xorg-x11-fonts-Type1-7.5-19.el8.noarch.r 17 kB/s | 522 kB 00:30 -------------------------------------------------------------------------------- Total 19 kB/s | 584 kB 00:30 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : ttmkfdir-3.0.9-54.el8.x86_64 1/2 Installing : xorg-x11-fonts-Type1-7.5-19.el8.noarch 2/2 Running scriptlet: xorg-x11-fonts-Type1-7.5-19.el8.noarch 2/2 Verifying : ttmkfdir-3.0.9-54.el8.x86_64 1/2 Verifying : xorg-x11-fonts-Type1-7.5-19.el8.noarch 2/2 Installed products updated. Installed: ttmkfdir-3.0.9-54.el8.x86_64 xorg-x11-fonts-Type1-7.5-19.el8.noarch Complete! 02/10/2023 12:16:05 INFO: Installing xorg-x11-fonts-misc. Last metadata expiration check: 0:04:33 ago on Mon 02 Oct 2023 12:11:33 PM UTC. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: xorg-x11-fonts-misc noarch 7.5-19.el8 appstream 5.8 M Transaction Summary ================================================================================ Install 1 Package Total download size: 5.8 M Installed size: 6.8 M Downloading Packages: xorg-x11-fonts-misc-7.5-19.el8.noarch.rpm 246 kB/s | 5.8 MB 00:24 -------------------------------------------------------------------------------- Total 246 kB/s | 5.8 MB 00:24 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : xorg-x11-fonts-misc-7.5-19.el8.noarch 1/1 Running scriptlet: xorg-x11-fonts-misc-7.5-19.el8.noarch 1/1 Verifying : xorg-x11-fonts-misc-7.5-19.el8.noarch 1/1 Installed products updated. Installed: xorg-x11-fonts-misc-7.5-19.el8.noarch Complete! 02/10/2023 12:16:35 INFO: Installing fontconfig. Last metadata expiration check: 0:05:04 ago on Mon 02 Oct 2023 12:11:33 PM UTC. Package fontconfig-2.13.1-4.el8.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! 36 files removed 02/10/2023 12:16:39 DEBUG: CentOS repositories deleted. 02/10/2023 12:16:39 INFO: Starting Wazuh dashboard installation. ``` The CentOS repository is not in the system when the installation is finished ```console [root@redhat8 vagrant]# yum repolist repo id repo name epel Extra Packages for Enterprise Linux 8 - x86_64 wazuh EL-8 - Wazuh [root@redhat8 vagrant]# ```
:green_circle: RHEL9 with verbose ```console [root@redhat9 vagrant]# bash wazuh-install.sh -wd dashboard -i -v 02/10/2023 12:23:36 INFO: Starting Wazuh installation assistant. Wazuh version: 4.5.2 02/10/2023 12:23:36 INFO: Verbose logging redirected to /var/log/wazuh-install.log 02/10/2023 12:23:54 WARNING: Hardware and system checks ignored. 02/10/2023 12:23:54 INFO: Wazuh web interface port will be 443. 02/10/2023 12:23:55 DEBUG: Adding the Wazuh repository. [wazuh] gpgcheck=1 gpgkey=https://packages.wazuh.com/key/GPG-KEY-WAZUH enabled=1 name=EL-${releasever} - Wazuh baseurl=https://packages.wazuh.com/4.x/yum/ protect=1 02/10/2023 12:23:56 INFO: Wazuh repository added. 02/10/2023 12:23:56 INFO: --- Wazuh dashboard ---- 02/10/2023 12:23:58 DEBUG: CentOS repository file created. 02/10/2023 12:23:58 DEBUG: CentOS repositories added. 02/10/2023 12:24:06 INFO: --- Dependencies --- 02/10/2023 12:24:06 INFO: Installing chromium. CentOS Stream 9 - AppStream 3.6 MB/s | 18 MB 00:04 CentOS Stream 9 - BaseOS 2.5 MB/s | 7.8 MB 00:03 EL-9 - Wazuh 4.4 MB/s | 19 MB 00:04 Last metadata expiration check: 0:00:03 ago on Mon 02 Oct 2023 12:24:26 PM UTC. Dependencies resolved. ========================================================================================================= Package Arch Version Repository Size ========================================================================================================= Installing: chromium x86_64 117.0.5938.132-1.el9 epel 72 M Installing dependencies: ModemManager-glib x86_64 1.20.2-1.el9 baseos 335 k adobe-source-code-pro-fonts noarch 2.030.1.050-12.el9.1 appstream 832 k adwaita-cursor-theme noarch 40.1.1-3.el9 appstream 650 k adwaita-icon-theme noarch 40.1.1-3.el9 appstream 12 M alsa-lib x86_64 1.2.9-1.el9 appstream 518 k at-spi2-atk x86_64 2.38.0-4.el9 appstream 87 k at-spi2-core x86_64 2.40.3-1.el9 appstream 195 k atk x86_64 2.36.0-5.el9 appstream 292 k avahi x86_64 0.8-12.el9 baseos 305 k avahi-glib x86_64 0.8-12.el9 appstream 15 k bluez-libs x86_64 5.56-6.el9 baseos 85 k bubblewrap x86_64 0.4.1-6.el9 baseos 50 k cairo x86_64 1.17.4-7.el9 appstream 660 k cairo-gobject x86_64 1.17.4-7.el9 appstream 19 k chromium-common x86_64 117.0.5938.132-1.el9 epel 13 M cjson x86_64 1.7.14-5.el9 epel 31 k codec2 x86_64 1.0.3-1.el9 epel 637 k colord-libs x86_64 1.4.5-4.el9 appstream 229 k cups-libs x86_64 1:2.3.3op2-21.el9 baseos 263 k exempi x86_64 2.6.0-0.2.20211007gite23c213.el9 appstream 525 k exiv2-libs x86_64 0.27.5-2.el9 appstream 781 k fdk-aac-free x86_64 2.0.0-8.el9 appstream 325 k fftw-libs-double x86_64 3.3.8-12.el9 appstream 910 k flac-libs x86_64 1.3.3-10.el9 appstream 219 k flatpak-selinux noarch 1.12.7-2.el9 appstream 23 k flatpak-session-helper x86_64 1.12.7-2.el9 appstream 76 k fontconfig x86_64 2.14.0-2.el9 appstream 297 k freetype x86_64 2.10.4-9.el9 baseos 388 k fribidi x86_64 1.0.10-6.el9.2 appstream 85 k fuse x86_64 2.9.9-15.el9 baseos 80 k fuse-common x86_64 3.10.2-6.el9 baseos 8.2 k game-music-emu x86_64 0.6.3-9.el9 epel 154 k gdk-pixbuf2 x86_64 2.42.6-3.el9 appstream 492 k gdk-pixbuf2-modules x86_64 2.42.6-3.el9 appstream 88 k geoclue2 x86_64 2.6.0-7.el9 appstream 124 k giflib x86_64 5.2.1-9.el9 appstream 49 k glib-networking x86_64 2.68.3-3.el9 baseos 186 k glx-utils x86_64 8.4.0-12.20210504git0f9e7d9.el9 appstream 42 k graphene x86_64 1.10.6-2.el9 appstream 64 k graphite2 x86_64 1.3.14-9.el9 baseos 95 k gsettings-desktop-schemas x86_64 40.0-6.el9 baseos 684 k gsm x86_64 1.0.19-6.el9 appstream 34 k gstreamer1 x86_64 1.22.1-2.el9 appstream 1.4 M gstreamer1-plugins-base x86_64 1.22.1-1.el9 appstream 2.2 M gtk-update-icon-cache x86_64 3.24.31-2.el9 appstream 35 k gtk3 x86_64 3.24.31-2.el9 appstream 4.9 M harfbuzz x86_64 2.7.4-8.el9 baseos 625 k hicolor-icon-theme noarch 0.17-13.el9 appstream 219 k highway x86_64 1.0.7-1.el9 epel 33 k ilbc x86_64 3.0.4-1.el9 epel 51 k intel-mediasdk x86_64 21.3.5-1.el9 epel 2.6 M iso-codes noarch 4.6.0-3.el9 appstream 3.5 M jbigkit-libs x86_64 2.1-23.el9 appstream 53 k lame-libs x86_64 3.100-12.el9 appstream 333 k lcms2 x86_64 2.12-3.el9 appstream 168 k libX11-xcb x86_64 1.7.0-7.el9 appstream 12 k libXcomposite x86_64 0.4.5-7.el9 appstream 24 k libXcursor x86_64 1.2.0-7.el9 appstream 31 k libXdamage x86_64 1.1.5-7.el9 appstream 23 k libXfixes x86_64 5.0.3-16.el9 appstream 20 k libXft x86_64 2.3.3-8.el9 appstream 62 k libXi x86_64 1.7.10-8.el9 appstream 40 k libXinerama x86_64 1.1.4-10.el9 appstream 15 k libXrandr x86_64 1.5.2-8.el9 appstream 28 k libXrender x86_64 0.9.10-16.el9 appstream 28 k libXtst x86_64 1.2.3-16.el9 appstream 21 k libXv x86_64 1.0.11-16.el9 appstream 19 k libXxf86vm x86_64 1.1.4-18.el9 appstream 19 k libaom x86_64 3.7.0-1.el9 epel 1.8 M libappstream-glib x86_64 0.7.18-4.el9 appstream 396 k libasyncns x86_64 0.8-22.el9 appstream 30 k libatomic x86_64 11.4.1-2.1.el9 baseos 37 k libavcodec-free x86_64 5.1.3-1.el9 epel 4.0 M libavformat-free x86_64 5.1.3-1.el9 epel 1.1 M libavutil-free x86_64 5.1.3-1.el9 epel 322 k libbluray x86_64 1.3.4-1.el9 epel 171 k libcanberra x86_64 0.30-27.el9 appstream 86 k libcanberra-gtk3 x86_64 0.30-27.el9 appstream 32 k libchromaprint x86_64 1.5.1-1.el9 epel 39 k libdav1d x86_64 1.2.1-1.el9 epel 596 k libdrm x86_64 2.4.115-1.el9 appstream 160 k libepoxy x86_64 1.5.5-4.el9 appstream 241 k libevdev x86_64 1.11.0-3.el9 appstream 46 k libexif x86_64 0.6.22-6.el9 appstream 435 k libgexiv2 x86_64 0.12.3-1.el9 appstream 83 k libglvnd x86_64 1:1.3.4-1.el9 appstream 135 k libglvnd-egl x86_64 1:1.3.4-1.el9 appstream 37 k libglvnd-glx x86_64 1:1.3.4-1.el9 appstream 142 k libgsf x86_64 1.14.47-5.el9 appstream 256 k libgudev x86_64 237-1.el9 baseos 36 k libgusb x86_64 0.3.8-2.el9 baseos 51 k libgxps x86_64 0.3.2-3.el9 appstream 79 k libicu x86_64 67.1-9.el9 baseos 9.6 M libinput x86_64 1.19.3-4.el9 appstream 207 k libiptcdata x86_64 1.0.5-9.el9 appstream 62 k libjpeg-turbo x86_64 2.0.90-6.el9 appstream 176 k libjxl x86_64 0.7.0-1.el9 epel 957 k libldac x86_64 2.0.2.3-10.el9 appstream 41 k libmodplug x86_64 1:0.8.9.0-13.el9 epel 171 k libnotify x86_64 0.7.9-8.el9 appstream 44 k libogg x86_64 2:1.3.4-6.el9 appstream 34 k libopenmpt x86_64 0.6.11-1.el9 epel 638 k libosinfo x86_64 1.10.0-1.el9 appstream 319 k libpciaccess x86_64 0.16-6.el9 baseos 28 k libpng x86_64 2:1.6.37-12.el9 baseos 117 k libproxy x86_64 0.4.15-35.el9 appstream 74 k librabbitmq x86_64 0.11.0-7.el9 appstream 45 k librist x86_64 0.2.7-1.el9 epel 76 k librsvg2 x86_64 2.50.7-2.el9 appstream 3.2 M libsbc x86_64 1.4-9.el9 appstream 45 k libsmbclient x86_64 4.17.5-102.el9 baseos 75 k libsndfile x86_64 1.0.31-7.el9 appstream 207 k libsodium x86_64 1.0.18-8.el9 epel 161 k libsoup x86_64 2.72.0-8.el9 appstream 405 k libstemmer x86_64 0-18.585svn.el9 appstream 83 k libswresample-free x86_64 5.1.3-1.el9 epel 67 k libtheora x86_64 1:1.1.1-31.el9 appstream 164 k libtiff x86_64 4.4.0-10.el9 appstream 197 k libtool-ltdl x86_64 2.4.6-45.el9 appstream 37 k libtracker-sparql x86_64 3.1.2-3.el9 appstream 324 k libudfread x86_64 1.1.2-2.el9 epel 33 k libunwind x86_64 1.6.2-1.el9 epel 67 k libusbx x86_64 1.0.26-1.el9 baseos 76 k libva x86_64 2.11.0-5.el9 appstream 104 k libvdpau x86_64 1.5-1.el9 appstream 17 k libvisual x86_64 1:0.4.0-34.el9 appstream 144 k libvmaf x86_64 2.3.0-2.el9 epel 177 k libvorbis x86_64 1:1.3.7-5.el9 appstream 193 k libvpx x86_64 1.9.0-5.el9 appstream 1.0 M libwacom x86_64 1.12.1-2.el9 appstream 46 k libwacom-data noarch 1.12.1-2.el9 appstream 193 k libwayland-client x86_64 1.21.0-1.el9 appstream 33 k libwayland-cursor x86_64 1.21.0-1.el9 appstream 19 k libwayland-egl x86_64 1.21.0-1.el9 appstream 13 k libwayland-server x86_64 1.21.0-1.el9 appstream 42 k libwbclient x86_64 4.17.5-102.el9 baseos 43 k libwebp x86_64 1.2.0-8.el9 appstream 277 k libxkbcommon x86_64 1.0.3-4.el9 appstream 133 k libxkbcommon-x11 x86_64 1.0.3-4.el9 appstream 22 k libxshmfence x86_64 1.3-10.el9 appstream 13 k libxslt x86_64 1.1.34-9.el9 appstream 243 k low-memory-monitor x86_64 2.1-4.el9 appstream 36 k lpcnetfreedv x86_64 0.2-11.el9 epel 7.3 M mbedtls x86_64 2.28.4-1.el9 epel 391 k mesa-filesystem x86_64 23.1.4-1.el9 appstream 11 k mesa-libEGL x86_64 23.1.4-1.el9 appstream 125 k mesa-libGL x86_64 23.1.4-1.el9 appstream 166 k mesa-libgbm x86_64 23.1.4-1.el9 appstream 38 k mesa-libglapi x86_64 23.1.4-1.el9 appstream 47 k mesa-vulkan-drivers x86_64 22.3.0-2.el9 appstream 7.4 M minizip1.2 x86_64 1.2.11-24.el9 epel 32 k mpg123-libs x86_64 1.26.2-5.el9 appstream 312 k mtdev x86_64 1.1.5-22.el9 appstream 22 k nspr x86_64 4.35.0-3.el9 appstream 135 k nss x86_64 3.90.0-3.el9 appstream 706 k nss-mdns x86_64 0.15.1-3.1.el9 epel 47 k nss-softokn x86_64 3.90.0-3.el9 appstream 382 k nss-softokn-freebl x86_64 3.90.0-3.el9 appstream 327 k nss-sysinit x86_64 3.90.0-3.el9 appstream 20 k nss-util x86_64 3.90.0-3.el9 appstream 89 k ocl-icd x86_64 2.2.13-4.el9 appstream 52 k opencore-amr x86_64 0.1.6-3.el9 epel 172 k openjpeg2 x86_64 2.4.0-7.el9 appstream 163 k openpgm x86_64 5.2.122-28.el9 epel 176 k opus x86_64 1.3.1-10.el9 appstream 200 k orc x86_64 0.4.31-6.el9 appstream 184 k osinfo-db noarch 20230518-1.el9 appstream 503 k osinfo-db-tools x86_64 1.10.0-1.el9 appstream 74 k ostree-libs x86_64 2023.6-1.el9 appstream 471 k pango x86_64 1.48.7-3.el9 appstream 302 k pcre2-utf16 x86_64 10.40-2.el9 appstream 217 k pipewire-libs x86_64 0.3.67-2.el9 appstream 1.7 M pixman x86_64 0.40.0-5.el9 appstream 271 k poppler x86_64 21.01.0-18.el9 appstream 1.1 M poppler-data noarch 0.4.9-9.el9 appstream 1.9 M poppler-glib x86_64 21.01.0-18.el9 appstream 152 k pulseaudio-libs x86_64 15.0-2.el9 appstream 679 k pulseaudio-utils x86_64 15.0-2.el9 appstream 76 k qt5-qtbase x86_64 5.15.9-7.el9 appstream 3.6 M qt5-qtbase-common noarch 5.15.9-7.el9 appstream 10 k qt5-qtbase-gui x86_64 5.15.9-7.el9 appstream 6.3 M rav1e-libs x86_64 0.6.6-1.el9 epel 1.0 M rtkit x86_64 0.11-28.el9 appstream 56 k samba-client-libs x86_64 4.17.5-102.el9 baseos 5.0 M samba-common noarch 4.17.5-102.el9 baseos 150 k samba-common-libs x86_64 4.17.5-102.el9 baseos 101 k shared-mime-info x86_64 2.1-5.el9 baseos 558 k sound-theme-freedesktop noarch 0.8-17.el9 appstream 383 k soxr x86_64 0.1.3-11.el9 epel 82 k speex x86_64 1.2.0-11.el9 appstream 68 k srt-libs x86_64 1.4.4-1.el9 epel 291 k svt-av1-libs x86_64 0.9.0-1.el9 epel 1.7 M totem-pl-parser x86_64 3.26.6-2.el9 appstream 152 k tracker x86_64 3.1.2-3.el9 appstream 555 k twolame-libs x86_64 0.3.13-19.el9 appstream 58 k upower x86_64 0.99.11-11.el9 appstream 173 k vapoursynth-libs x86_64 57-1.el9 epel 503 k vo-amrwbenc x86_64 0.1.3-18.el9 epel 75 k vulkan-loader x86_64 1.3.250.1-1.el9 appstream 141 k webkit2gtk3-jsc x86_64 2.42.0-1.el9 appstream 3.6 M webrtc-audio-processing x86_64 0.3.1-8.el9 appstream 306 k wireplumber x86_64 0.4.14-1.el9 appstream 96 k wireplumber-libs x86_64 0.4.14-1.el9 appstream 358 k xcb-util x86_64 0.4.0-19.el9 appstream 19 k xcb-util-image x86_64 0.4.0-19.el9 appstream 20 k xcb-util-keysyms x86_64 0.4.0-17.el9 appstream 15 k xcb-util-renderutil x86_64 0.3.9-20.el9 appstream 18 k xcb-util-wm x86_64 0.4.1-22.el9 appstream 32 k xdg-dbus-proxy x86_64 0.1.3-1.el9 appstream 42 k xdg-desktop-portal x86_64 1.12.4-1.el9 appstream 383 k xkeyboard-config noarch 2.33-2.el9 appstream 859 k xml-common noarch 0.6.3-58.el9 appstream 32 k xvidcore x86_64 1.3.7-9.el9 epel 252 k zeromq x86_64 4.3.4-2.el9 epel 431 k zimg x86_64 3.0.3-1.el9 epel 275 k zvbi x86_64 0.2.35-15.el9 epel 413 k Installing weak dependencies: abattis-cantarell-fonts noarch 0.301-4.el9 appstream 365 k dconf x86_64 0.40.0-6.el9 appstream 113 k exiv2 x86_64 0.27.5-2.el9 appstream 980 k flatpak x86_64 1.12.7-2.el9 appstream 1.7 M jxl-pixbuf-loader x86_64 0.7.0-1.el9 epel 53 k libproxy-webkitgtk4 x86_64 0.4.15-35.el9 appstream 22 k openh264 x86_64 2.3.1-1.el9 epel-cisco-openh264 425 k p11-kit-server x86_64 0.24.1-2.el9 appstream 199 k pipewire x86_64 0.3.67-2.el9 appstream 87 k pipewire-alsa x86_64 0.3.67-2.el9 appstream 56 k pipewire-jack-audio-connection-kit x86_64 0.3.67-2.el9 appstream 127 k pipewire-pulseaudio x86_64 0.3.67-2.el9 appstream 19 k tracker-miners x86_64 3.1.2-3.el9 appstream 939 k xdg-desktop-portal-gtk x86_64 1.12.0-3.el9 appstream 134 k Transaction Summary ========================================================================================================= Install 231 Packages Total download size: 213 M Installed size: 703 M Downloading Packages: (1/231): abattis-cantarell-fonts-0.301-4.el9.no 302 kB/s | 365 kB 00:01 (2/231): adwaita-cursor-theme-40.1.1-3.el9.noar 458 kB/s | 650 kB 00:01 (3/231): adobe-source-code-pro-fonts-2.030.1.05 583 kB/s | 832 kB 00:01 (4/231): at-spi2-atk-2.38.0-4.el9.x86_64.rpm 353 kB/s | 87 kB 00:00 (5/231): alsa-lib-1.2.9-1.el9.x86_64.rpm 467 kB/s | 518 kB 00:01 (6/231): at-spi2-core-2.40.3-1.el9.x86_64.rpm 191 kB/s | 195 kB 00:01 (7/231): atk-2.36.0-5.el9.x86_64.rpm 349 kB/s | 292 kB 00:00 (8/231): avahi-glib-0.8-12.el9.x86_64.rpm 18 kB/s | 15 kB 00:00 (9/231): cairo-gobject-1.17.4-7.el9.x86_64.rpm 23 kB/s | 19 kB 00:00 (10/231): adwaita-icon-theme-40.1.1-3.el9.noarc 3.4 MB/s | 12 MB 00:03 (11/231): cairo-1.17.4-7.el9.x86_64.rpm 490 kB/s | 660 kB 00:01 (12/231): colord-libs-1.4.5-4.el9.x86_64.rpm 594 kB/s | 229 kB 00:00 (13/231): exempi-2.6.0-0.2.20211007gite23c213.e 1.7 MB/s | 525 kB 00:00 (14/231): dconf-0.40.0-6.el9.x86_64.rpm 282 kB/s | 113 kB 00:00 (15/231): exiv2-0.27.5-2.el9.x86_64.rpm 1.3 MB/s | 980 kB 00:00 (16/231): exiv2-libs-0.27.5-2.el9.x86_64.rpm 1.2 MB/s | 781 kB 00:00 (17/231): fdk-aac-free-2.0.0-8.el9.x86_64.rpm 562 kB/s | 325 kB 00:00 (18/231): fftw-libs-double-3.3.8-12.el9.x86_64. 2.2 MB/s | 910 kB 00:00 (19/231): flatpak-selinux-1.12.7-2.el9.noarch.r 59 kB/s | 23 kB 00:00 (20/231): flatpak-1.12.7-2.el9.x86_64.rpm 2.4 MB/s | 1.7 MB 00:00 (21/231): flac-libs-1.3.3-10.el9.x86_64.rpm 303 kB/s | 219 kB 00:00 (22/231): flatpak-session-helper-1.12.7-2.el9.x 396 kB/s | 76 kB 00:00 (23/231): fontconfig-2.14.0-2.el9.x86_64.rpm 1.4 MB/s | 297 kB 00:00 (24/231): fribidi-1.0.10-6.el9.2.x86_64.rpm 364 kB/s | 85 kB 00:00 (25/231): geoclue2-2.6.0-7.el9.x86_64.rpm 495 kB/s | 124 kB 00:00 (26/231): gdk-pixbuf2-modules-2.42.6-3.el9.x86_ 226 kB/s | 88 kB 00:00 (27/231): gdk-pixbuf2-2.42.6-3.el9.x86_64.rpm 665 kB/s | 492 kB 00:00 (28/231): glx-utils-8.4.0-12.20210504git0f9e7d9 193 kB/s | 42 kB 00:00 (29/231): giflib-5.2.1-9.el9.x86_64.rpm 128 kB/s | 49 kB 00:00 (30/231): gsm-1.0.19-6.el9.x86_64.rpm 225 kB/s | 34 kB 00:00 (31/231): graphene-1.10.6-2.el9.x86_64.rpm 286 kB/s | 64 kB 00:00 (32/231): gtk-update-icon-cache-3.24.31-2.el9.x 239 kB/s | 35 kB 00:00 (33/231): gstreamer1-1.22.1-2.el9.x86_64.rpm 1.6 MB/s | 1.4 MB 00:00 (34/231): gstreamer1-plugins-base-1.22.1-1.el9. 1.3 MB/s | 2.2 MB 00:01 (35/231): hicolor-icon-theme-0.17-13.el9.noarch 212 kB/s | 219 kB 00:01 (36/231): gtk3-3.24.31-2.el9.x86_64.rpm 1.9 MB/s | 4.9 MB 00:02 (37/231): jbigkit-libs-2.1-23.el9.x86_64.rpm 57 kB/s | 53 kB 00:00 (38/231): iso-codes-4.6.0-3.el9.noarch.rpm 1.8 MB/s | 3.5 MB 00:01 (39/231): lcms2-2.12-3.el9.x86_64.rpm 168 kB/s | 168 kB 00:01 (40/231): lame-libs-3.100-12.el9.x86_64.rpm 318 kB/s | 333 kB 00:01 (41/231): libX11-xcb-1.7.0-7.el9.x86_64.rpm 65 kB/s | 12 kB 00:00 (42/231): libXcursor-1.2.0-7.el9.x86_64.rpm 230 kB/s | 31 kB 00:00 (43/231): libXcomposite-0.4.5-7.el9.x86_64.rpm 107 kB/s | 24 kB 00:00 (44/231): libXdamage-1.1.5-7.el9.x86_64.rpm 112 kB/s | 23 kB 00:00 (45/231): libXfixes-5.0.3-16.el9.x86_64.rpm 93 kB/s | 20 kB 00:00 (46/231): libXft-2.3.3-8.el9.x86_64.rpm 274 kB/s | 62 kB 00:00 (47/231): libXi-1.7.10-8.el9.x86_64.rpm 171 kB/s | 40 kB 00:00 (48/231): libXinerama-1.1.4-10.el9.x86_64.rpm 71 kB/s | 15 kB 00:00 (49/231): libXrandr-1.5.2-8.el9.x86_64.rpm 121 kB/s | 28 kB 00:00 (50/231): libXtst-1.2.3-16.el9.x86_64.rpm 154 kB/s | 21 kB 00:00 (51/231): libXrender-0.9.10-16.el9.x86_64.rpm 122 kB/s | 28 kB 00:00 (52/231): libXxf86vm-1.1.4-18.el9.x86_64.rpm 135 kB/s | 19 kB 00:00 (53/231): libXv-1.0.11-16.el9.x86_64.rpm 98 kB/s | 19 kB 00:00 (54/231): libasyncns-0.8-22.el9.x86_64.rpm 130 kB/s | 30 kB 00:00 (55/231): libcanberra-0.30-27.el9.x86_64.rpm 276 kB/s | 86 kB 00:00 (56/231): libappstream-glib-0.7.18-4.el9.x86_64 762 kB/s | 396 kB 00:00 (57/231): libcanberra-gtk3-0.30-27.el9.x86_64.r 135 kB/s | 32 kB 00:00 (58/231): libdrm-2.4.115-1.el9.x86_64.rpm 660 kB/s | 160 kB 00:00 (59/231): libevdev-1.11.0-3.el9.x86_64.rpm 298 kB/s | 46 kB 00:00 (60/231): libgexiv2-0.12.3-1.el9.x86_64.rpm 515 kB/s | 83 kB 00:00 (61/231): libexif-0.6.22-6.el9.x86_64.rpm 1.5 MB/s | 435 kB 00:00 (62/231): libglvnd-1.3.4-1.el9.x86_64.rpm 789 kB/s | 135 kB 00:00 (63/231): libepoxy-1.5.5-4.el9.x86_64.rpm 487 kB/s | 241 kB 00:00 (64/231): libglvnd-egl-1.3.4-1.el9.x86_64.rpm 230 kB/s | 37 kB 00:00 (65/231): libgxps-0.3.2-3.el9.x86_64.rpm 495 kB/s | 79 kB 00:00 (66/231): libglvnd-glx-1.3.4-1.el9.x86_64.rpm 350 kB/s | 142 kB 00:00 (67/231): libinput-1.19.3-4.el9.x86_64.rpm 867 kB/s | 207 kB 00:00 (68/231): libgsf-1.14.47-5.el9.x86_64.rpm 527 kB/s | 256 kB 00:00 (69/231): libldac-2.0.2.3-10.el9.x86_64.rpm 184 kB/s | 41 kB 00:00 (70/231): libiptcdata-1.0.5-9.el9.x86_64.rpm 199 kB/s | 62 kB 00:00 (71/231): libjpeg-turbo-2.0.90-6.el9.x86_64.rpm 581 kB/s | 176 kB 00:00 (72/231): libogg-1.3.4-6.el9.x86_64.rpm 205 kB/s | 34 kB 00:00 (73/231): libnotify-0.7.9-8.el9.x86_64.rpm 255 kB/s | 44 kB 00:00 (74/231): libproxy-webkitgtk4-0.4.15-35.el9.x86 139 kB/s | 22 kB 00:00 (75/231): libosinfo-1.10.0-1.el9.x86_64.rpm 943 kB/s | 319 kB 00:00 (76/231): libproxy-0.4.15-35.el9.x86_64.rpm 329 kB/s | 74 kB 00:00 (77/231): librabbitmq-0.11.0-7.el9.x86_64.rpm 284 kB/s | 45 kB 00:00 (78/231): libsbc-1.4-9.el9.x86_64.rpm 197 kB/s | 45 kB 00:00 (79/231): libsndfile-1.0.31-7.el9.x86_64.rpm 618 kB/s | 207 kB 00:00 (80/231): librsvg2-2.50.7-2.el9.x86_64.rpm 2.3 MB/s | 3.2 MB 00:01 (81/231): libsoup-2.72.0-8.el9.x86_64.rpm 346 kB/s | 405 kB 00:01 (82/231): libstemmer-0-18.585svn.el9.x86_64.rpm 86 kB/s | 83 kB 00:00 (83/231): libtool-ltdl-2.4.6-45.el9.x86_64.rpm 159 kB/s | 37 kB 00:00 (84/231): libtheora-1.1.1-31.el9.x86_64.rpm 388 kB/s | 164 kB 00:00 (85/231): libtiff-4.4.0-10.el9.x86_64.rpm 466 kB/s | 197 kB 00:00 (86/231): libva-2.11.0-5.el9.x86_64.rpm 623 kB/s | 104 kB 00:00 (87/231): libvdpau-1.5-1.el9.x86_64.rpm 90 kB/s | 17 kB 00:00 (88/231): libtracker-sparql-3.1.2-3.el9.x86_64. 621 kB/s | 324 kB 00:00 (89/231): libvisual-0.4.0-34.el9.x86_64.rpm 620 kB/s | 144 kB 00:00 (90/231): libvorbis-1.3.7-5.el9.x86_64.rpm 433 kB/s | 193 kB 00:00 (91/231): libvpx-1.9.0-5.el9.x86_64.rpm 1.9 MB/s | 1.0 MB 00:00 (92/231): libwacom-1.12.1-2.el9.x86_64.rpm 91 kB/s | 46 kB 00:00 (93/231): libwacom-data-1.12.1-2.el9.noarch.rpm 619 kB/s | 193 kB 00:00 (94/231): libwayland-cursor-1.21.0-1.el9.x86_64 130 kB/s | 19 kB 00:00 (95/231): libwayland-client-1.21.0-1.el9.x86_64 151 kB/s | 33 kB 00:00 (96/231): libwayland-egl-1.21.0-1.el9.x86_64.rp 65 kB/s | 13 kB 00:00 (97/231): libwayland-server-1.21.0-1.el9.x86_64 179 kB/s | 42 kB 00:00 (98/231): libxkbcommon-1.0.3-4.el9.x86_64.rpm 792 kB/s | 133 kB 00:00 (99/231): libxkbcommon-x11-1.0.3-4.el9.x86_64.r 149 kB/s | 22 kB 00:00 (100/231): libxshmfence-1.3-10.el9.x86_64.rpm 90 kB/s | 13 kB 00:00 (101/231): libwebp-1.2.0-8.el9.x86_64.rpm 631 kB/s | 277 kB 00:00 (102/231): low-memory-monitor-2.1-4.el9.x86_64. 160 kB/s | 36 kB 00:00 (103/231): mesa-filesystem-23.1.4-1.el9.x86_64. 83 kB/s | 11 kB 00:00 (104/231): mesa-libEGL-23.1.4-1.el9.x86_64.rpm 726 kB/s | 125 kB 00:00 (105/231): libxslt-1.1.34-9.el9.x86_64.rpm 525 kB/s | 243 kB 00:00 (106/231): mesa-libGL-23.1.4-1.el9.x86_64.rpm 533 kB/s | 166 kB 00:00 (107/231): mesa-libglapi-23.1.4-1.el9.x86_64.rp 344 kB/s | 47 kB 00:00 (108/231): mesa-libgbm-23.1.4-1.el9.x86_64.rpm 171 kB/s | 38 kB 00:00 (109/231): mtdev-1.1.5-22.el9.x86_64.rpm 117 kB/s | 22 kB 00:00 (110/231): mpg123-libs-1.26.2-5.el9.x86_64.rpm 1.3 MB/s | 312 kB 00:00 (111/231): nss-3.90.0-3.el9.x86_64.rpm 1.7 MB/s | 706 kB 00:00 (112/231): nspr-4.35.0-3.el9.x86_64.rpm 115 kB/s | 135 kB 00:01 (113/231): nss-softokn-3.90.0-3.el9.x86_64.rpm 339 kB/s | 382 kB 00:01 (114/231): mesa-vulkan-drivers-22.3.0-2.el9.x86 3.3 MB/s | 7.4 MB 00:02 (115/231): nss-softokn-freebl-3.90.0-3.el9.x86_ 425 kB/s | 327 kB 00:00 (116/231): nss-sysinit-3.90.0-3.el9.x86_64.rpm 50 kB/s | 20 kB 00:00 (117/231): openjpeg2-2.4.0-7.el9.x86_64.rpm 680 kB/s | 163 kB 00:00 (118/231): ocl-icd-2.2.13-4.el9.x86_64.rpm 170 kB/s | 52 kB 00:00 (119/231): orc-0.4.31-6.el9.x86_64.rpm 583 kB/s | 184 kB 00:00 (120/231): opus-1.3.1-10.el9.x86_64.rpm 475 kB/s | 200 kB 00:00 (121/231): nss-util-3.90.0-3.el9.x86_64.rpm 101 kB/s | 89 kB 00:00 (122/231): osinfo-db-tools-1.10.0-1.el9.x86_64. 193 kB/s | 74 kB 00:00 (123/231): ostree-libs-2023.6-1.el9.x86_64.rpm 1.2 MB/s | 471 kB 00:00 (124/231): osinfo-db-20230518-1.el9.noarch.rpm 785 kB/s | 503 kB 00:00 (125/231): pcre2-utf16-10.40-2.el9.x86_64.rpm 1.1 MB/s | 217 kB 00:00 (126/231): p11-kit-server-0.24.1-2.el9.x86_64.r 471 kB/s | 199 kB 00:00 (127/231): pipewire-0.3.67-2.el9.x86_64.rpm 507 kB/s | 87 kB 00:00 (128/231): pipewire-alsa-0.3.67-2.el9.x86_64.rp 242 kB/s | 56 kB 00:00 (129/231): pango-1.48.7-3.el9.x86_64.rpm 607 kB/s | 302 kB 00:00 (130/231): pipewire-pulseaudio-0.3.67-2.el9.x86 130 kB/s | 19 kB 00:00 (131/231): pipewire-libs-0.3.67-2.el9.x86_64.rp 1.9 MB/s | 1.7 MB 00:00 (132/231): pipewire-jack-audio-connection-kit-0 127 kB/s | 127 kB 00:00 (133/231): pixman-0.40.0-5.el9.x86_64.rpm 365 kB/s | 271 kB 00:00 (134/231): poppler-glib-21.01.0-18.el9.x86_64.r 455 kB/s | 152 kB 00:00 (135/231): poppler-21.01.0-18.el9.x86_64.rpm 1.2 MB/s | 1.1 MB 00:00 (136/231): poppler-data-0.4.9-9.el9.noarch.rpm 1.7 MB/s | 1.9 MB 00:01 (137/231): pulseaudio-libs-15.0-2.el9.x86_64.rp 818 kB/s | 679 kB 00:00 (138/231): pulseaudio-utils-15.0-2.el9.x86_64.r 220 kB/s | 76 kB 00:00 (139/231): qt5-qtbase-common-5.15.9-7.el9.noarc 71 kB/s | 10 kB 00:00 (140/231): rtkit-0.11-28.el9.x86_64.rpm 104 kB/s | 56 kB 00:00 (141/231): qt5-qtbase-5.15.9-7.el9.x86_64.rpm 2.8 MB/s | 3.6 MB 00:01 (142/231): sound-theme-freedesktop-0.8-17.el9.n 256 kB/s | 383 kB 00:01 (143/231): speex-1.2.0-11.el9.x86_64.rpm 16 kB/s | 68 kB 00:04 (144/231): totem-pl-parser-3.26.6-2.el9.x86_64. 44 kB/s | 152 kB 00:03 (145/231): qt5-qtbase-gui-5.15.9-7.el9.x86_64.r 1.1 MB/s | 6.3 MB 00:05 (146/231): tracker-3.1.2-3.el9.x86_64.rpm 462 kB/s | 555 kB 00:01 (147/231): twolame-libs-0.3.13-19.el9.x86_64.rp 63 kB/s | 58 kB 00:00 (148/231): tracker-miners-3.1.2-3.el9.x86_64.rp 550 kB/s | 939 kB 00:01 (149/231): vulkan-loader-1.3.250.1-1.el9.x86_64 178 kB/s | 141 kB 00:00 (150/231): upower-0.99.11-11.el9.x86_64.rpm 192 kB/s | 173 kB 00:00 (151/231): wireplumber-0.4.14-1.el9.x86_64.rpm 209 kB/s | 96 kB 00:00 (152/231): webrtc-audio-processing-0.3.1-8.el9. 408 kB/s | 306 kB 00:00 (153/231): webkit2gtk3-jsc-2.42.0-1.el9.x86_64. 2.0 MB/s | 3.6 MB 00:01 (154/231): xcb-util-0.4.0-19.el9.x86_64.rpm 20 kB/s | 19 kB 00:00 (155/231): wireplumber-libs-0.4.14-1.el9.x86_64 310 kB/s | 358 kB 00:01 (156/231): xcb-util-image-0.4.0-19.el9.x86_64.r 85 kB/s | 20 kB 00:00 (157/231): xcb-util-keysyms-0.4.0-17.el9.x86_64 65 kB/s | 15 kB 00:00 (158/231): xcb-util-renderutil-0.3.9-20.el9.x86 80 kB/s | 18 kB 00:00 (159/231): xdg-dbus-proxy-0.1.3-1.el9.x86_64.rp 186 kB/s | 42 kB 00:00 (160/231): xcb-util-wm-0.4.1-22.el9.x86_64.rpm 118 kB/s | 32 kB 00:00 (161/231): xdg-desktop-portal-1.12.4-1.el9.x86_ 877 kB/s | 383 kB 00:00 (162/231): xdg-desktop-portal-gtk-1.12.0-3.el9. 572 kB/s | 134 kB 00:00 (163/231): xml-common-0.6.3-58.el9.noarch.rpm 218 kB/s | 32 kB 00:00 (164/231): ModemManager-glib-1.20.2-1.el9.x86_6 1.1 MB/s | 335 kB 00:00 (165/231): avahi-0.8-12.el9.x86_64.rpm 1.1 MB/s | 305 kB 00:00 (166/231): xkeyboard-config-2.33-2.el9.noarch.r 1.0 MB/s | 859 kB 00:00 (167/231): bubblewrap-0.4.1-6.el9.x86_64.rpm 186 kB/s | 50 kB 00:00 (168/231): bluez-libs-5.56-6.el9.x86_64.rpm 228 kB/s | 85 kB 00:00 (169/231): cups-libs-2.3.3op2-21.el9.x86_64.rpm 1.0 MB/s | 263 kB 00:00 (170/231): fuse-2.9.9-15.el9.x86_64.rpm 254 kB/s | 80 kB 00:00 (171/231): fuse-common-3.10.2-6.el9.x86_64.rpm 43 kB/s | 8.2 kB 00:00 (172/231): graphite2-1.3.14-9.el9.x86_64.rpm 398 kB/s | 95 kB 00:00 (173/231): glib-networking-2.68.3-3.el9.x86_64. 318 kB/s | 186 kB 00:00 (174/231): freetype-2.10.4-9.el9.x86_64.rpm 397 kB/s | 388 kB 00:00 (175/231): libatomic-11.4.1-2.1.el9.x86_64.rpm 186 kB/s | 37 kB 00:00 (176/231): gsettings-desktop-schemas-40.0-6.el9 1.3 MB/s | 684 kB 00:00 (177/231): libgudev-237-1.el9.x86_64.rpm 195 kB/s | 36 kB 00:00 (178/231): harfbuzz-2.7.4-8.el9.x86_64.rpm 997 kB/s | 625 kB 00:00 (179/231): libpciaccess-0.16-6.el9.x86_64.rpm 135 kB/s | 28 kB 00:00 (180/231): libgusb-0.3.8-2.el9.x86_64.rpm 95 kB/s | 51 kB 00:00 (181/231): libsmbclient-4.17.5-102.el9.x86_64.r 179 kB/s | 75 kB 00:00 (182/231): libpng-1.6.37-12.el9.x86_64.rpm 115 kB/s | 117 kB 00:01 (183/231): libusbx-1.0.26-1.el9.x86_64.rpm 94 kB/s | 76 kB 00:00 (184/231): libicu-67.1-9.el9.x86_64.rpm 3.9 MB/s | 9.6 MB 00:02 (185/231): libwbclient-4.17.5-102.el9.x86_64.rp 41 kB/s | 43 kB 00:01 (186/231): samba-client-libs-4.17.5-102.el9.x86 2.9 MB/s | 5.0 MB 00:01 (187/231): samba-common-4.17.5-102.el9.noarch.r 161 kB/s | 150 kB 00:00 (188/231): samba-common-libs-4.17.5-102.el9.x86 109 kB/s | 101 kB 00:00 (189/231): shared-mime-info-2.1-5.el9.x86_64.rp 863 kB/s | 558 kB 00:00 (190/231): cjson-1.7.14-5.el9.x86_64.rpm 139 kB/s | 31 kB 00:00 (191/231): codec2-1.0.3-1.el9.x86_64.rpm 1.1 MB/s | 637 kB 00:00 (192/231): game-music-emu-0.6.3-9.el9.x86_64.rp 868 kB/s | 154 kB 00:00 (193/231): highway-1.0.7-1.el9.x86_64.rpm 244 kB/s | 33 kB 00:00 (194/231): ilbc-3.0.4-1.el9.x86_64.rpm 332 kB/s | 51 kB 00:00 (195/231): intel-mediasdk-21.3.5-1.el9.x86_64.r 1.2 MB/s | 2.6 MB 00:02 (196/231): jxl-pixbuf-loader-0.7.0-1.el9.x86_64 319 kB/s | 53 kB 00:00 (197/231): libaom-3.7.0-1.el9.x86_64.rpm 1.2 MB/s | 1.8 MB 00:01 (198/231): chromium-common-117.0.5938.132-1.el9 1.7 MB/s | 13 MB 00:07 (199/231): libavcodec-free-5.1.3-1.el9.x86_64.r 1.3 MB/s | 4.0 MB 00:03 (200/231): libavformat-free-5.1.3-1.el9.x86_64. 1.1 MB/s | 1.1 MB 00:00 (201/231): libbluray-1.3.4-1.el9.x86_64.rpm 710 kB/s | 171 kB 00:00 (202/231): libchromaprint-1.5.1-1.el9.x86_64.rp 722 kB/s | 39 kB 00:00 (203/231): libdav1d-1.2.1-1.el9.x86_64.rpm 1.9 MB/s | 596 kB 00:00 (204/231): libjxl-0.7.0-1.el9.x86_64.rpm 1.8 MB/s | 957 kB 00:00 (205/231): libavutil-free-5.1.3-1.el9.x86_64.rp 279 kB/s | 322 kB 00:01 (206/231): libmodplug-0.8.9.0-13.el9.x86_64.rpm 1.5 MB/s | 171 kB 00:00 (207/231): librist-0.2.7-1.el9.x86_64.rpm 626 kB/s | 76 kB 00:00 (208/231): libsodium-1.0.18-8.el9.x86_64.rpm 983 kB/s | 161 kB 00:00 (209/231): libswresample-free-5.1.3-1.el9.x86_6 506 kB/s | 67 kB 00:00 (210/231): libopenmpt-0.6.11-1.el9.x86_64.rpm 1.0 MB/s | 638 kB 00:00 (211/231): libudfread-1.1.2-2.el9.x86_64.rpm 361 kB/s | 33 kB 00:00 (212/231): libunwind-1.6.2-1.el9.x86_64.rpm 594 kB/s | 67 kB 00:00 (213/231): libvmaf-2.3.0-2.el9.x86_64.rpm 1.1 MB/s | 177 kB 00:00 (214/231): mbedtls-2.28.4-1.el9.x86_64.rpm 1.4 MB/s | 391 kB 00:00 (215/231): minizip1.2-1.2.11-24.el9.x86_64.rpm 170 kB/s | 32 kB 00:00 (216/231): nss-mdns-0.15.1-3.1.el9.x86_64.rpm 363 kB/s | 47 kB 00:00 (217/231): opencore-amr-0.1.6-3.el9.x86_64.rpm 1.1 MB/s | 172 kB 00:00 (218/231): openpgm-5.2.122-28.el9.x86_64.rpm 155 kB/s | 176 kB 00:01 (219/231): rav1e-libs-0.6.6-1.el9.x86_64.rpm 1.1 MB/s | 1.0 MB 00:00 (220/231): soxr-0.1.3-11.el9.x86_64.rpm 597 kB/s | 82 kB 00:00 (221/231): srt-libs-1.4.4-1.el9.x86_64.rpm 1.0 MB/s | 291 kB 00:00 (222/231): svt-av1-libs-0.9.0-1.el9.x86_64.rpm 1.4 MB/s | 1.7 MB 00:01 (223/231): vapoursynth-libs-57-1.el9.x86_64.rpm 1.2 MB/s | 503 kB 00:00 (224/231): lpcnetfreedv-0.2-11.el9.x86_64.rpm 1.4 MB/s | 7.3 MB 00:05 (225/231): vo-amrwbenc-0.1.3-18.el9.x86_64.rpm 393 kB/s | 75 kB 00:00 (226/231): xvidcore-1.3.7-9.el9.x86_64.rpm 962 kB/s | 252 kB 00:00 (227/231): zeromq-4.3.4-2.el9.x86_64.rpm 1.5 MB/s | 431 kB 00:00 (228/231): zimg-3.0.3-1.el9.x86_64.rpm 1.4 MB/s | 275 kB 00:00 (229/231): zvbi-0.2.35-15.el9.x86_64.rpm 1.2 MB/s | 413 kB 00:00 (230/231): openh264-2.3.1-1.el9.x86_64.rpm 307 kB/s | 425 kB 00:01 (231/231): chromium-117.0.5938.132-1.el9.x86_64 3.0 MB/s | 72 MB 00:23 -------------------------------------------------------------------------------- Total 3.1 MB/s | 213 MB 01:09 CentOS Stream 9 - AppStream 1.6 MB/s | 1.6 kB 00:00 Importing GPG key 0x8483C65D: Userid : "CentOS (CentOS Official Signing Key) " Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libpng-2:1.6.37-12.el9.x86_64 1/231 Installing : libjpeg-turbo-2.0.90-6.el9.x86_64 2/231 Installing : nspr-4.35.0-3.el9.x86_64 3/231 Installing : libicu-67.1-9.el9.x86_64 4/231 Installing : libwayland-client-1.21.0-1.el9.x86_64 5/231 Installing : libogg-2:1.3.4-6.el9.x86_64 6/231 Installing : libvorbis-1:1.3.7-5.el9.x86_64 7/231 Installing : libXrender-0.9.10-16.el9.x86_64 8/231 Installing : libXfixes-5.0.3-16.el9.x86_64 9/231 Installing : nss-util-3.90.0-3.el9.x86_64 10/231 Installing : opus-1.3.1-10.el9.x86_64 11/231 Installing : libX11-xcb-1.7.0-7.el9.x86_64 12/231 Installing : alsa-lib-1.2.9-1.el9.x86_64 13/231 Installing : libXi-1.7.10-8.el9.x86_64 14/231 Installing : atk-2.36.0-5.el9.x86_64 15/231 Running scriptlet: samba-common-4.17.5-102.el9.noarch 16/231 Installing : samba-common-4.17.5-102.el9.noarch 16/231 Running scriptlet: samba-common-4.17.5-102.el9.noarch 16/231 Installing : libwbclient-4.17.5-102.el9.x86_64 17/231 Installing : samba-common-libs-4.17.5-102.el9.x86_64 18/231 Installing : samba-client-libs-4.17.5-102.el9.x86_64 19/231 Installing : libusbx-1.0.26-1.el9.x86_64 20/231 Installing : libgudev-237-1.el9.x86_64 21/231 Installing : cups-libs-1:2.3.3op2-21.el9.x86_64 22/231 Installing : libxshmfence-1.3-10.el9.x86_64 23/231 Installing : libwebp-1.2.0-8.el9.x86_64 24/231 Installing : libstemmer-0-18.585svn.el9.x86_64 25/231 Installing : libproxy-0.4.15-35.el9.x86_64 26/231 Installing : lcms2-2.12-3.el9.x86_64 27/231 Installing : gstreamer1-1.22.1-2.el9.x86_64 28/231 Installing : libXdamage-1.1.5-7.el9.x86_64 29/231 Installing : libXrandr-1.5.2-8.el9.x86_64 30/231 Installing : flac-libs-1.3.3-10.el9.x86_64 31/231 Installing : libtheora-1:1.1.1-31.el9.x86_64 32/231 Installing : libwayland-cursor-1.21.0-1.el9.x86_64 33/231 Installing : lpcnetfreedv-0.2-11.el9.x86_64 34/231 Installing : codec2-1.0.3-1.el9.x86_64 35/231 Installing : minizip1.2-1.2.11-24.el9.x86_64 36/231 Installing : shared-mime-info-2.1-5.el9.x86_64 37/231 Running scriptlet: shared-mime-info-2.1-5.el9.x86_64 37/231 Installing : gdk-pixbuf2-2.42.6-3.el9.x86_64 38/231 Installing : libatomic-11.4.1-2.1.el9.x86_64 39/231 Running scriptlet: xml-common-0.6.3-58.el9.noarch 40/231 Installing : xml-common-0.6.3-58.el9.noarch 40/231 Installing : pixman-0.40.0-5.el9.x86_64 41/231 Installing : openjpeg2-2.4.0-7.el9.x86_64 42/231 Installing : mesa-libglapi-23.1.4-1.el9.x86_64 43/231 Installing : libxslt-1.1.34-9.el9.x86_64 44/231 Installing : libwayland-server-1.21.0-1.el9.x86_64 45/231 Installing : libwayland-egl-1.21.0-1.el9.x86_64 46/231 Installing : libtool-ltdl-2.4.6-45.el9.x86_64 47/231 Installing : libglvnd-1:1.3.4-1.el9.x86_64 48/231 Installing : libXcomposite-0.4.5-7.el9.x86_64 49/231 Installing : gsm-1.0.19-6.el9.x86_64 50/231 Installing : libsndfile-1.0.31-7.el9.x86_64 51/231 Installing : fribidi-1.0.10-6.el9.2.x86_64 52/231 Installing : fdk-aac-free-2.0.0-8.el9.x86_64 53/231 Installing : dconf-0.40.0-6.el9.x86_64 54/231 Running scriptlet: dconf-0.40.0-6.el9.x86_64 54/231 Installing : iso-codes-4.6.0-3.el9.noarch 55/231 Installing : webkit2gtk3-jsc-2.42.0-1.el9.x86_64 56/231 Installing : libproxy-webkitgtk4-0.4.15-35.el9.x86_64 57/231 Installing : gtk-update-icon-cache-3.24.31-2.el9.x86_64 58/231 Installing : libgsf-1.14.47-5.el9.x86_64 59/231 Installing : libnotify-0.7.9-8.el9.x86_64 60/231 Installing : chromium-common-117.0.5938.132-1.el9.x86_64 61/231 Installing : upower-0.99.11-11.el9.x86_64 62/231 Running scriptlet: upower-0.99.11-11.el9.x86_64 62/231 Created symlink /etc/systemd/system/graphical.target.wants/upower.service → /usr/lib/systemd/system/upower.service. Installing : libgusb-0.3.8-2.el9.x86_64 63/231 Installing : colord-libs-1.4.5-4.el9.x86_64 64/231 Installing : libsmbclient-4.17.5-102.el9.x86_64 65/231 Installing : libXtst-1.2.3-16.el9.x86_64 66/231 Installing : at-spi2-core-2.40.3-1.el9.x86_64 67/231 Installing : at-spi2-atk-2.38.0-4.el9.x86_64 68/231 Installing : nss-softokn-freebl-3.90.0-3.el9.x86_64 69/231 Installing : nss-softokn-3.90.0-3.el9.x86_64 70/231 Installing : nss-3.90.0-3.el9.x86_64 71/231 Running scriptlet: nss-3.90.0-3.el9.x86_64 71/231 Installing : nss-sysinit-3.90.0-3.el9.x86_64 72/231 Installing : libXcursor-1.2.0-7.el9.x86_64 73/231 Installing : zvbi-0.2.35-15.el9.x86_64 74/231 Running scriptlet: zvbi-0.2.35-15.el9.x86_64 74/231 Installing : exiv2-libs-0.27.5-2.el9.x86_64 75/231 Installing : exiv2-0.27.5-2.el9.x86_64 76/231 Installing : libgexiv2-0.12.3-1.el9.x86_64 77/231 Installing : openh264-2.3.1-1.el9.x86_64 78/231 Installing : zimg-3.0.3-1.el9.x86_64 79/231 Installing : vapoursynth-libs-57-1.el9.x86_64 80/231 Installing : xvidcore-1.3.7-9.el9.x86_64 81/231 Installing : vo-amrwbenc-0.1.3-18.el9.x86_64 82/231 Installing : svt-av1-libs-0.9.0-1.el9.x86_64 83/231 Installing : srt-libs-1.4.4-1.el9.x86_64 84/231 Installing : soxr-0.1.3-11.el9.x86_64 85/231 Installing : rav1e-libs-0.6.6-1.el9.x86_64 86/231 Installing : openpgm-5.2.122-28.el9.x86_64 87/231 Installing : opencore-amr-0.1.6-3.el9.x86_64 88/231 Installing : mbedtls-2.28.4-1.el9.x86_64 89/231 Installing : libvmaf-2.3.0-2.el9.x86_64 90/231 Installing : libunwind-1.6.2-1.el9.x86_64 91/231 Installing : libudfread-1.1.2-2.el9.x86_64 92/231 Installing : libsodium-1.0.18-8.el9.x86_64 93/231 Installing : zeromq-4.3.4-2.el9.x86_64 94/231 Installing : libmodplug-1:0.8.9.0-13.el9.x86_64 95/231 Installing : libdav1d-1.2.1-1.el9.x86_64 96/231 Installing : ilbc-3.0.4-1.el9.x86_64 97/231 Installing : highway-1.0.7-1.el9.x86_64 98/231 Installing : libjxl-0.7.0-1.el9.x86_64 99/231 Installing : jxl-pixbuf-loader-0.7.0-1.el9.x86_64 100/231 Installing : libaom-3.7.0-1.el9.x86_64 101/231 Installing : game-music-emu-0.6.3-9.el9.x86_64 102/231 Installing : cjson-1.7.14-5.el9.x86_64 103/231 Running scriptlet: cjson-1.7.14-5.el9.x86_64 103/231 Installing : librist-0.2.7-1.el9.x86_64 104/231 Installing : libpciaccess-0.16-6.el9.x86_64 105/231 Installing : libdrm-2.4.115-1.el9.x86_64 106/231 Installing : mesa-libgbm-23.1.4-1.el9.x86_64 107/231 Installing : libglvnd-egl-1:1.3.4-1.el9.x86_64 108/231 Installing : mesa-libEGL-23.1.4-1.el9.x86_64 109/231 Installing : vulkan-loader-1.3.250.1-1.el9.x86_64 110/231 Installing : mesa-vulkan-drivers-22.3.0-2.el9.x86_64 111/231 Installing : graphite2-1.3.14-9.el9.x86_64 112/231 Installing : harfbuzz-2.7.4-8.el9.x86_64 113/231 Installing : freetype-2.10.4-9.el9.x86_64 114/231 Installing : fontconfig-2.14.0-2.el9.x86_64 115/231 Running scriptlet: fontconfig-2.14.0-2.el9.x86_64 115/231 Installing : cairo-1.17.4-7.el9.x86_64 116/231 Installing : cairo-gobject-1.17.4-7.el9.x86_64 117/231 Installing : libXft-2.3.3-8.el9.x86_64 118/231 Installing : pango-1.48.7-3.el9.x86_64 119/231 Installing : librsvg2-2.50.7-2.el9.x86_64 120/231 Installing : libbluray-1.3.4-1.el9.x86_64 121/231 Installing : fuse-common-3.10.2-6.el9.x86_64 122/231 Installing : fuse-2.9.9-15.el9.x86_64 123/231 Installing : bubblewrap-0.4.1-6.el9.x86_64 124/231 Installing : bluez-libs-5.56-6.el9.x86_64 125/231 Running scriptlet: avahi-0.8-12.el9.x86_64 126/231 Installing : avahi-0.8-12.el9.x86_64 126/231 Running scriptlet: avahi-0.8-12.el9.x86_64 126/231 Created symlink /etc/systemd/system/sockets.target.wants/avahi-daemon.socket → /usr/lib/systemd/system/avahi-daemon.socket. Created symlink /etc/systemd/system/dbus-org.freedesktop.Avahi.service → /usr/lib/systemd/system/avahi-daemon.service. Created symlink /etc/systemd/system/multi-user.target.wants/avahi-daemon.service → /usr/lib/systemd/system/avahi-daemon.service. Installing : nss-mdns-0.15.1-3.1.el9.x86_64 127/231 Running scriptlet: nss-mdns-0.15.1-3.1.el9.x86_64 127/231 Installing : ModemManager-glib-1.20.2-1.el9.x86_64 128/231 Installing : xkeyboard-config-2.33-2.el9.noarch 129/231 Installing : libxkbcommon-1.0.3-4.el9.x86_64 130/231 Installing : libxkbcommon-x11-1.0.3-4.el9.x86_64 131/231 Installing : xdg-dbus-proxy-0.1.3-1.el9.x86_64 132/231 Installing : xcb-util-wm-0.4.1-22.el9.x86_64 133/231 Installing : xcb-util-renderutil-0.3.9-20.el9.x86_64 134/231 Installing : xcb-util-keysyms-0.4.0-17.el9.x86_64 135/231 Installing : xcb-util-0.4.0-19.el9.x86_64 136/231 Installing : xcb-util-image-0.4.0-19.el9.x86_64 137/231 Installing : webrtc-audio-processing-0.3.1-8.el9.x86_64 138/231 Installing : twolame-libs-0.3.13-19.el9.x86_64 139/231 Installing : totem-pl-parser-3.26.6-2.el9.x86_64 140/231 Installing : speex-1.2.0-11.el9.x86_64 141/231 Installing : sound-theme-freedesktop-0.8-17.el9.noarch 142/231 Running scriptlet: sound-theme-freedesktop-0.8-17.el9.noarch 142/231 Running scriptlet: rtkit-0.11-28.el9.x86_64 143/231 Installing : rtkit-0.11-28.el9.x86_64 143/231 Running scriptlet: rtkit-0.11-28.el9.x86_64 143/231 Created symlink /etc/systemd/system/graphical.target.wants/rtkit-daemon.service → /usr/lib/systemd/system/rtkit-daemon.service. Installing : poppler-data-0.4.9-9.el9.noarch 144/231 Installing : pcre2-utf16-10.40-2.el9.x86_64 145/231 Installing : qt5-qtbase-common-5.15.9-7.el9.noarch 146/231 Running scriptlet: qt5-qtbase-5.15.9-7.el9.x86_64 147/231 Installing : qt5-qtbase-5.15.9-7.el9.x86_64 147/231 Running scriptlet: qt5-qtbase-5.15.9-7.el9.x86_64 147/231 Installing : p11-kit-server-0.24.1-2.el9.x86_64 148/231 Installing : ostree-libs-2023.6-1.el9.x86_64 149/231 Installing : osinfo-db-20230518-1.el9.noarch 150/231 Installing : orc-0.4.31-6.el9.x86_64 151/231 Installing : ocl-icd-2.2.13-4.el9.x86_64 152/231 Installing : mtdev-1.1.5-22.el9.x86_64 153/231 Installing : mpg123-libs-1.26.2-5.el9.x86_64 154/231 Installing : libopenmpt-0.6.11-1.el9.x86_64 155/231 Installing : mesa-filesystem-23.1.4-1.el9.x86_64 156/231 Installing : low-memory-monitor-2.1-4.el9.x86_64 157/231 Running scriptlet: low-memory-monitor-2.1-4.el9.x86_64 157/231 Created symlink /etc/systemd/system/basic.target.wants/low-memory-monitor.service → /usr/lib/systemd/system/low-memory-monitor.service. Installing : libwacom-data-1.12.1-2.el9.noarch 158/231 Installing : libwacom-1.12.1-2.el9.x86_64 159/231 Installing : libvpx-1.9.0-5.el9.x86_64 160/231 Installing : libvisual-1:0.4.0-34.el9.x86_64 161/231 Installing : libvdpau-1.5-1.el9.x86_64 162/231 Installing : libsbc-1.4-9.el9.x86_64 163/231 Installing : librabbitmq-0.11.0-7.el9.x86_64 164/231 Installing : libldac-2.0.2.3-10.el9.x86_64 165/231 Installing : libiptcdata-1.0.5-9.el9.x86_64 166/231 Installing : libexif-0.6.22-6.el9.x86_64 167/231 Installing : libevdev-1.11.0-3.el9.x86_64 168/231 Installing : libinput-1.19.3-4.el9.x86_64 169/231 Running scriptlet: libinput-1.19.3-4.el9.x86_64 169/231 Installing : libepoxy-1.5.5-4.el9.x86_64 170/231 Installing : libasyncns-0.8-22.el9.x86_64 171/231 Installing : pulseaudio-libs-15.0-2.el9.x86_64 172/231 Running scriptlet: pipewire-0.3.67-2.el9.x86_64 173/231 Installing : pipewire-0.3.67-2.el9.x86_64 173/231 Running scriptlet: pipewire-0.3.67-2.el9.x86_64 173/231 Created symlink /etc/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket. Installing : pipewire-libs-0.3.67-2.el9.x86_64 174/231 Installing : wireplumber-0.4.14-1.el9.x86_64 175/231 Installing : wireplumber-libs-0.4.14-1.el9.x86_64 176/231 Installing : libcanberra-0.30-27.el9.x86_64 177/231 Running scriptlet: libcanberra-0.30-27.el9.x86_64 177/231 Installing : pulseaudio-utils-15.0-2.el9.x86_64 178/231 Installing : libXxf86vm-1.1.4-18.el9.x86_64 179/231 Installing : libglvnd-glx-1:1.3.4-1.el9.x86_64 180/231 Installing : mesa-libGL-23.1.4-1.el9.x86_64 181/231 Installing : libva-2.11.0-5.el9.x86_64 182/231 Installing : intel-mediasdk-21.3.5-1.el9.x86_64 183/231 Installing : libavutil-free-5.1.3-1.el9.x86_64 184/231 Installing : libswresample-free-5.1.3-1.el9.x86_64 185/231 Installing : glx-utils-8.4.0-12.20210504git0f9e7d9.el9.x86_64 186/231 Installing : qt5-qtbase-gui-5.15.9-7.el9.x86_64 187/231 Installing : libXv-1.0.11-16.el9.x86_64 188/231 Installing : libXinerama-1.1.4-10.el9.x86_64 189/231 Installing : lame-libs-3.100-12.el9.x86_64 190/231 Installing : libavcodec-free-5.1.3-1.el9.x86_64 191/231 Installing : jbigkit-libs-2.1-23.el9.x86_64 192/231 Installing : libtiff-4.4.0-10.el9.x86_64 193/231 Installing : gdk-pixbuf2-modules-2.42.6-3.el9.x86_64 194/231 Installing : libgxps-0.3.2-3.el9.x86_64 195/231 Installing : poppler-21.01.0-18.el9.x86_64 196/231 Installing : poppler-glib-21.01.0-18.el9.x86_64 197/231 Installing : hicolor-icon-theme-0.17-13.el9.noarch 198/231 Installing : graphene-1.10.6-2.el9.x86_64 199/231 Installing : gstreamer1-plugins-base-1.22.1-1.el9.x86_64 200/231 Installing : giflib-5.2.1-9.el9.x86_64 201/231 Installing : flatpak-session-helper-1.12.7-2.el9.x86_64 202/231 Installing : flatpak-selinux-1.12.7-2.el9.noarch 203/231 Running scriptlet: flatpak-selinux-1.12.7-2.el9.noarch 203/231 Installing : fftw-libs-double-3.3.8-12.el9.x86_64 204/231 Installing : libchromaprint-1.5.1-1.el9.x86_64 205/231 Installing : libavformat-free-5.1.3-1.el9.x86_64 206/231 Installing : exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64 207/231 Installing : avahi-glib-0.8-12.el9.x86_64 208/231 Installing : adwaita-cursor-theme-40.1.1-3.el9.noarch 209/231 Installing : adwaita-icon-theme-40.1.1-3.el9.noarch 210/231 Installing : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1 211/231 Installing : abattis-cantarell-fonts-0.301-4.el9.noarch 212/231 Installing : gsettings-desktop-schemas-40.0-6.el9.x86_64 213/231 Installing : glib-networking-2.68.3-3.el9.x86_64 214/231 Installing : libsoup-2.72.0-8.el9.x86_64 215/231 Running scriptlet: geoclue2-2.6.0-7.el9.x86_64 216/231 Installing : geoclue2-2.6.0-7.el9.x86_64 216/231 Running scriptlet: geoclue2-2.6.0-7.el9.x86_64 216/231 Installing : libappstream-glib-0.7.18-4.el9.x86_64 217/231 Installing : xdg-desktop-portal-1.12.4-1.el9.x86_64 218/231 Running scriptlet: xdg-desktop-portal-1.12.4-1.el9.x86_64 218/231 Running scriptlet: flatpak-1.12.7-2.el9.x86_64 219/231 Installing : flatpak-1.12.7-2.el9.x86_64 219/231 Installing : osinfo-db-tools-1.10.0-1.el9.x86_64 220/231 Installing : libosinfo-1.10.0-1.el9.x86_64 221/231 Installing : libtracker-sparql-3.1.2-3.el9.x86_64 222/231 Installing : tracker-3.1.2-3.el9.x86_64 223/231 Running scriptlet: tracker-3.1.2-3.el9.x86_64 223/231 Installing : tracker-miners-3.1.2-3.el9.x86_64 224/231 Running scriptlet: tracker-miners-3.1.2-3.el9.x86_64 224/231 Installing : libcanberra-gtk3-0.30-27.el9.x86_64 225/231 Installing : xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64 226/231 Running scriptlet: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64 226/231 Installing : gtk3-3.24.31-2.el9.x86_64 227/231 Installing : chromium-117.0.5938.132-1.el9.x86_64 228/231 Running scriptlet: chromium-117.0.5938.132-1.el9.x86_64 228/231 Installing : pipewire-pulseaudio-0.3.67-2.el9.x86_64 229/231 Running scriptlet: pipewire-pulseaudio-0.3.67-2.el9.x86_64 229/231 Created symlink /etc/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket. Installing : pipewire-alsa-0.3.67-2.el9.x86_64 230/231 Installing : pipewire-jack-audio-connection-kit-0.3.67-2.el9. 231/231 Running scriptlet: libwbclient-4.17.5-102.el9.x86_64 231/231 Running scriptlet: dconf-0.40.0-6.el9.x86_64 231/231 Running scriptlet: nss-3.90.0-3.el9.x86_64 231/231 Running scriptlet: fontconfig-2.14.0-2.el9.x86_64 231/231 Running scriptlet: nss-mdns-0.15.1-3.1.el9.x86_64 231/231 Running scriptlet: wireplumber-0.4.14-1.el9.x86_64 231/231 Created symlink /etc/systemd/user/pipewire-session-manager.service → /usr/lib/systemd/user/wireplumber.service. Created symlink /etc/systemd/user/pipewire.service.wants/wireplumber.service → /usr/lib/systemd/user/wireplumber.service. Running scriptlet: pipewire-jack-audio-connection-kit-0.3.67-2.el9. 231/231 Verifying : abattis-cantarell-fonts-0.301-4.el9.noarch 1/231 Verifying : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1 2/231 Verifying : adwaita-cursor-theme-40.1.1-3.el9.noarch 3/231 Verifying : adwaita-icon-theme-40.1.1-3.el9.noarch 4/231 Verifying : alsa-lib-1.2.9-1.el9.x86_64 5/231 Verifying : at-spi2-atk-2.38.0-4.el9.x86_64 6/231 Verifying : at-spi2-core-2.40.3-1.el9.x86_64 7/231 Verifying : atk-2.36.0-5.el9.x86_64 8/231 Verifying : avahi-glib-0.8-12.el9.x86_64 9/231 Verifying : cairo-1.17.4-7.el9.x86_64 10/231 Verifying : cairo-gobject-1.17.4-7.el9.x86_64 11/231 Verifying : colord-libs-1.4.5-4.el9.x86_64 12/231 Verifying : dconf-0.40.0-6.el9.x86_64 13/231 Verifying : exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64 14/231 Verifying : exiv2-0.27.5-2.el9.x86_64 15/231 Verifying : exiv2-libs-0.27.5-2.el9.x86_64 16/231 Verifying : fdk-aac-free-2.0.0-8.el9.x86_64 17/231 Verifying : fftw-libs-double-3.3.8-12.el9.x86_64 18/231 Verifying : flac-libs-1.3.3-10.el9.x86_64 19/231 Verifying : flatpak-1.12.7-2.el9.x86_64 20/231 Verifying : flatpak-selinux-1.12.7-2.el9.noarch 21/231 Verifying : flatpak-session-helper-1.12.7-2.el9.x86_64 22/231 Verifying : fontconfig-2.14.0-2.el9.x86_64 23/231 Verifying : fribidi-1.0.10-6.el9.2.x86_64 24/231 Verifying : gdk-pixbuf2-2.42.6-3.el9.x86_64 25/231 Verifying : gdk-pixbuf2-modules-2.42.6-3.el9.x86_64 26/231 Verifying : geoclue2-2.6.0-7.el9.x86_64 27/231 Verifying : giflib-5.2.1-9.el9.x86_64 28/231 Verifying : glx-utils-8.4.0-12.20210504git0f9e7d9.el9.x86_64 29/231 Verifying : graphene-1.10.6-2.el9.x86_64 30/231 Verifying : gsm-1.0.19-6.el9.x86_64 31/231 Verifying : gstreamer1-1.22.1-2.el9.x86_64 32/231 Verifying : gstreamer1-plugins-base-1.22.1-1.el9.x86_64 33/231 Verifying : gtk-update-icon-cache-3.24.31-2.el9.x86_64 34/231 Verifying : gtk3-3.24.31-2.el9.x86_64 35/231 Verifying : hicolor-icon-theme-0.17-13.el9.noarch 36/231 Verifying : iso-codes-4.6.0-3.el9.noarch 37/231 Verifying : jbigkit-libs-2.1-23.el9.x86_64 38/231 Verifying : lame-libs-3.100-12.el9.x86_64 39/231 Verifying : lcms2-2.12-3.el9.x86_64 40/231 Verifying : libX11-xcb-1.7.0-7.el9.x86_64 41/231 Verifying : libXcomposite-0.4.5-7.el9.x86_64 42/231 Verifying : libXcursor-1.2.0-7.el9.x86_64 43/231 Verifying : libXdamage-1.1.5-7.el9.x86_64 44/231 Verifying : libXfixes-5.0.3-16.el9.x86_64 45/231 Verifying : libXft-2.3.3-8.el9.x86_64 46/231 Verifying : libXi-1.7.10-8.el9.x86_64 47/231 Verifying : libXinerama-1.1.4-10.el9.x86_64 48/231 Verifying : libXrandr-1.5.2-8.el9.x86_64 49/231 Verifying : libXrender-0.9.10-16.el9.x86_64 50/231 Verifying : libXtst-1.2.3-16.el9.x86_64 51/231 Verifying : libXv-1.0.11-16.el9.x86_64 52/231 Verifying : libXxf86vm-1.1.4-18.el9.x86_64 53/231 Verifying : libappstream-glib-0.7.18-4.el9.x86_64 54/231 Verifying : libasyncns-0.8-22.el9.x86_64 55/231 Verifying : libcanberra-0.30-27.el9.x86_64 56/231 Verifying : libcanberra-gtk3-0.30-27.el9.x86_64 57/231 Verifying : libdrm-2.4.115-1.el9.x86_64 58/231 Verifying : libepoxy-1.5.5-4.el9.x86_64 59/231 Verifying : libevdev-1.11.0-3.el9.x86_64 60/231 Verifying : libexif-0.6.22-6.el9.x86_64 61/231 Verifying : libgexiv2-0.12.3-1.el9.x86_64 62/231 Verifying : libglvnd-1:1.3.4-1.el9.x86_64 63/231 Verifying : libglvnd-egl-1:1.3.4-1.el9.x86_64 64/231 Verifying : libglvnd-glx-1:1.3.4-1.el9.x86_64 65/231 Verifying : libgsf-1.14.47-5.el9.x86_64 66/231 Verifying : libgxps-0.3.2-3.el9.x86_64 67/231 Verifying : libinput-1.19.3-4.el9.x86_64 68/231 Verifying : libiptcdata-1.0.5-9.el9.x86_64 69/231 Verifying : libjpeg-turbo-2.0.90-6.el9.x86_64 70/231 Verifying : libldac-2.0.2.3-10.el9.x86_64 71/231 Verifying : libnotify-0.7.9-8.el9.x86_64 72/231 Verifying : libogg-2:1.3.4-6.el9.x86_64 73/231 Verifying : libosinfo-1.10.0-1.el9.x86_64 74/231 Verifying : libproxy-0.4.15-35.el9.x86_64 75/231 Verifying : libproxy-webkitgtk4-0.4.15-35.el9.x86_64 76/231 Verifying : librabbitmq-0.11.0-7.el9.x86_64 77/231 Verifying : librsvg2-2.50.7-2.el9.x86_64 78/231 Verifying : libsbc-1.4-9.el9.x86_64 79/231 Verifying : libsndfile-1.0.31-7.el9.x86_64 80/231 Verifying : libsoup-2.72.0-8.el9.x86_64 81/231 Verifying : libstemmer-0-18.585svn.el9.x86_64 82/231 Verifying : libtheora-1:1.1.1-31.el9.x86_64 83/231 Verifying : libtiff-4.4.0-10.el9.x86_64 84/231 Verifying : libtool-ltdl-2.4.6-45.el9.x86_64 85/231 Verifying : libtracker-sparql-3.1.2-3.el9.x86_64 86/231 Verifying : libva-2.11.0-5.el9.x86_64 87/231 Verifying : libvdpau-1.5-1.el9.x86_64 88/231 Verifying : libvisual-1:0.4.0-34.el9.x86_64 89/231 Verifying : libvorbis-1:1.3.7-5.el9.x86_64 90/231 Verifying : libvpx-1.9.0-5.el9.x86_64 91/231 Verifying : libwacom-1.12.1-2.el9.x86_64 92/231 Verifying : libwacom-data-1.12.1-2.el9.noarch 93/231 Verifying : libwayland-client-1.21.0-1.el9.x86_64 94/231 Verifying : libwayland-cursor-1.21.0-1.el9.x86_64 95/231 Verifying : libwayland-egl-1.21.0-1.el9.x86_64 96/231 Verifying : libwayland-server-1.21.0-1.el9.x86_64 97/231 Verifying : libwebp-1.2.0-8.el9.x86_64 98/231 Verifying : libxkbcommon-1.0.3-4.el9.x86_64 99/231 Verifying : libxkbcommon-x11-1.0.3-4.el9.x86_64 100/231 Verifying : libxshmfence-1.3-10.el9.x86_64 101/231 Verifying : libxslt-1.1.34-9.el9.x86_64 102/231 Verifying : low-memory-monitor-2.1-4.el9.x86_64 103/231 Verifying : mesa-filesystem-23.1.4-1.el9.x86_64 104/231 Verifying : mesa-libEGL-23.1.4-1.el9.x86_64 105/231 Verifying : mesa-libGL-23.1.4-1.el9.x86_64 106/231 Verifying : mesa-libgbm-23.1.4-1.el9.x86_64 107/231 Verifying : mesa-libglapi-23.1.4-1.el9.x86_64 108/231 Verifying : mesa-vulkan-drivers-22.3.0-2.el9.x86_64 109/231 Verifying : mpg123-libs-1.26.2-5.el9.x86_64 110/231 Verifying : mtdev-1.1.5-22.el9.x86_64 111/231 Verifying : nspr-4.35.0-3.el9.x86_64 112/231 Verifying : nss-3.90.0-3.el9.x86_64 113/231 Verifying : nss-softokn-3.90.0-3.el9.x86_64 114/231 Verifying : nss-softokn-freebl-3.90.0-3.el9.x86_64 115/231 Verifying : nss-sysinit-3.90.0-3.el9.x86_64 116/231 Verifying : nss-util-3.90.0-3.el9.x86_64 117/231 Verifying : ocl-icd-2.2.13-4.el9.x86_64 118/231 Verifying : openjpeg2-2.4.0-7.el9.x86_64 119/231 Verifying : opus-1.3.1-10.el9.x86_64 120/231 Verifying : orc-0.4.31-6.el9.x86_64 121/231 Verifying : osinfo-db-20230518-1.el9.noarch 122/231 Verifying : osinfo-db-tools-1.10.0-1.el9.x86_64 123/231 Verifying : ostree-libs-2023.6-1.el9.x86_64 124/231 Verifying : p11-kit-server-0.24.1-2.el9.x86_64 125/231 Verifying : pango-1.48.7-3.el9.x86_64 126/231 Verifying : pcre2-utf16-10.40-2.el9.x86_64 127/231 Verifying : pipewire-0.3.67-2.el9.x86_64 128/231 Verifying : pipewire-alsa-0.3.67-2.el9.x86_64 129/231 Verifying : pipewire-jack-audio-connection-kit-0.3.67-2.el9. 130/231 Verifying : pipewire-libs-0.3.67-2.el9.x86_64 131/231 Verifying : pipewire-pulseaudio-0.3.67-2.el9.x86_64 132/231 Verifying : pixman-0.40.0-5.el9.x86_64 133/231 Verifying : poppler-21.01.0-18.el9.x86_64 134/231 Verifying : poppler-data-0.4.9-9.el9.noarch 135/231 Verifying : poppler-glib-21.01.0-18.el9.x86_64 136/231 Verifying : pulseaudio-libs-15.0-2.el9.x86_64 137/231 Verifying : pulseaudio-utils-15.0-2.el9.x86_64 138/231 Verifying : qt5-qtbase-5.15.9-7.el9.x86_64 139/231 Verifying : qt5-qtbase-common-5.15.9-7.el9.noarch 140/231 Verifying : qt5-qtbase-gui-5.15.9-7.el9.x86_64 141/231 Verifying : rtkit-0.11-28.el9.x86_64 142/231 Verifying : sound-theme-freedesktop-0.8-17.el9.noarch 143/231 Verifying : speex-1.2.0-11.el9.x86_64 144/231 Verifying : totem-pl-parser-3.26.6-2.el9.x86_64 145/231 Verifying : tracker-3.1.2-3.el9.x86_64 146/231 Verifying : tracker-miners-3.1.2-3.el9.x86_64 147/231 Verifying : twolame-libs-0.3.13-19.el9.x86_64 148/231 Verifying : upower-0.99.11-11.el9.x86_64 149/231 Verifying : vulkan-loader-1.3.250.1-1.el9.x86_64 150/231 Verifying : webkit2gtk3-jsc-2.42.0-1.el9.x86_64 151/231 Verifying : webrtc-audio-processing-0.3.1-8.el9.x86_64 152/231 Verifying : wireplumber-0.4.14-1.el9.x86_64 153/231 Verifying : wireplumber-libs-0.4.14-1.el9.x86_64 154/231 Verifying : xcb-util-0.4.0-19.el9.x86_64 155/231 Verifying : xcb-util-image-0.4.0-19.el9.x86_64 156/231 Verifying : xcb-util-keysyms-0.4.0-17.el9.x86_64 157/231 Verifying : xcb-util-renderutil-0.3.9-20.el9.x86_64 158/231 Verifying : xcb-util-wm-0.4.1-22.el9.x86_64 159/231 Verifying : xdg-dbus-proxy-0.1.3-1.el9.x86_64 160/231 Verifying : xdg-desktop-portal-1.12.4-1.el9.x86_64 161/231 Verifying : xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64 162/231 Verifying : xkeyboard-config-2.33-2.el9.noarch 163/231 Verifying : xml-common-0.6.3-58.el9.noarch 164/231 Verifying : ModemManager-glib-1.20.2-1.el9.x86_64 165/231 Verifying : avahi-0.8-12.el9.x86_64 166/231 Verifying : bluez-libs-5.56-6.el9.x86_64 167/231 Verifying : bubblewrap-0.4.1-6.el9.x86_64 168/231 Verifying : cups-libs-1:2.3.3op2-21.el9.x86_64 169/231 Verifying : freetype-2.10.4-9.el9.x86_64 170/231 Verifying : fuse-2.9.9-15.el9.x86_64 171/231 Verifying : fuse-common-3.10.2-6.el9.x86_64 172/231 Verifying : glib-networking-2.68.3-3.el9.x86_64 173/231 Verifying : graphite2-1.3.14-9.el9.x86_64 174/231 Verifying : gsettings-desktop-schemas-40.0-6.el9.x86_64 175/231 Verifying : harfbuzz-2.7.4-8.el9.x86_64 176/231 Verifying : libatomic-11.4.1-2.1.el9.x86_64 177/231 Verifying : libgudev-237-1.el9.x86_64 178/231 Verifying : libgusb-0.3.8-2.el9.x86_64 179/231 Verifying : libicu-67.1-9.el9.x86_64 180/231 Verifying : libpciaccess-0.16-6.el9.x86_64 181/231 Verifying : libpng-2:1.6.37-12.el9.x86_64 182/231 Verifying : libsmbclient-4.17.5-102.el9.x86_64 183/231 Verifying : libusbx-1.0.26-1.el9.x86_64 184/231 Verifying : libwbclient-4.17.5-102.el9.x86_64 185/231 Verifying : samba-client-libs-4.17.5-102.el9.x86_64 186/231 Verifying : samba-common-4.17.5-102.el9.noarch 187/231 Verifying : samba-common-libs-4.17.5-102.el9.x86_64 188/231 Verifying : shared-mime-info-2.1-5.el9.x86_64 189/231 Verifying : chromium-117.0.5938.132-1.el9.x86_64 190/231 Verifying : chromium-common-117.0.5938.132-1.el9.x86_64 191/231 Verifying : cjson-1.7.14-5.el9.x86_64 192/231 Verifying : codec2-1.0.3-1.el9.x86_64 193/231 Verifying : game-music-emu-0.6.3-9.el9.x86_64 194/231 Verifying : highway-1.0.7-1.el9.x86_64 195/231 Verifying : ilbc-3.0.4-1.el9.x86_64 196/231 Verifying : intel-mediasdk-21.3.5-1.el9.x86_64 197/231 Verifying : jxl-pixbuf-loader-0.7.0-1.el9.x86_64 198/231 Verifying : libaom-3.7.0-1.el9.x86_64 199/231 Verifying : libavcodec-free-5.1.3-1.el9.x86_64 200/231 Verifying : libavformat-free-5.1.3-1.el9.x86_64 201/231 Verifying : libavutil-free-5.1.3-1.el9.x86_64 202/231 Verifying : libbluray-1.3.4-1.el9.x86_64 203/231 Verifying : libchromaprint-1.5.1-1.el9.x86_64 204/231 Verifying : libdav1d-1.2.1-1.el9.x86_64 205/231 Verifying : libjxl-0.7.0-1.el9.x86_64 206/231 Verifying : libmodplug-1:0.8.9.0-13.el9.x86_64 207/231 Verifying : libopenmpt-0.6.11-1.el9.x86_64 208/231 Verifying : librist-0.2.7-1.el9.x86_64 209/231 Verifying : libsodium-1.0.18-8.el9.x86_64 210/231 Verifying : libswresample-free-5.1.3-1.el9.x86_64 211/231 Verifying : libudfread-1.1.2-2.el9.x86_64 212/231 Verifying : libunwind-1.6.2-1.el9.x86_64 213/231 Verifying : libvmaf-2.3.0-2.el9.x86_64 214/231 Verifying : lpcnetfreedv-0.2-11.el9.x86_64 215/231 Verifying : mbedtls-2.28.4-1.el9.x86_64 216/231 Verifying : minizip1.2-1.2.11-24.el9.x86_64 217/231 Verifying : nss-mdns-0.15.1-3.1.el9.x86_64 218/231 Verifying : opencore-amr-0.1.6-3.el9.x86_64 219/231 Verifying : openpgm-5.2.122-28.el9.x86_64 220/231 Verifying : rav1e-libs-0.6.6-1.el9.x86_64 221/231 Verifying : soxr-0.1.3-11.el9.x86_64 222/231 Verifying : srt-libs-1.4.4-1.el9.x86_64 223/231 Verifying : svt-av1-libs-0.9.0-1.el9.x86_64 224/231 Verifying : vapoursynth-libs-57-1.el9.x86_64 225/231 Verifying : vo-amrwbenc-0.1.3-18.el9.x86_64 226/231 Verifying : xvidcore-1.3.7-9.el9.x86_64 227/231 Verifying : zeromq-4.3.4-2.el9.x86_64 228/231 Verifying : zimg-3.0.3-1.el9.x86_64 229/231 Verifying : zvbi-0.2.35-15.el9.x86_64 230/231 Verifying : openh264-2.3.1-1.el9.x86_64 231/231 Installed products updated. Installed: ModemManager-glib-1.20.2-1.el9.x86_64 abattis-cantarell-fonts-0.301-4.el9.noarch adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch adwaita-cursor-theme-40.1.1-3.el9.noarch adwaita-icon-theme-40.1.1-3.el9.noarch alsa-lib-1.2.9-1.el9.x86_64 at-spi2-atk-2.38.0-4.el9.x86_64 at-spi2-core-2.40.3-1.el9.x86_64 atk-2.36.0-5.el9.x86_64 avahi-0.8-12.el9.x86_64 avahi-glib-0.8-12.el9.x86_64 bluez-libs-5.56-6.el9.x86_64 bubblewrap-0.4.1-6.el9.x86_64 cairo-1.17.4-7.el9.x86_64 cairo-gobject-1.17.4-7.el9.x86_64 chromium-117.0.5938.132-1.el9.x86_64 chromium-common-117.0.5938.132-1.el9.x86_64 cjson-1.7.14-5.el9.x86_64 codec2-1.0.3-1.el9.x86_64 colord-libs-1.4.5-4.el9.x86_64 cups-libs-1:2.3.3op2-21.el9.x86_64 dconf-0.40.0-6.el9.x86_64 exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64 exiv2-0.27.5-2.el9.x86_64 exiv2-libs-0.27.5-2.el9.x86_64 fdk-aac-free-2.0.0-8.el9.x86_64 fftw-libs-double-3.3.8-12.el9.x86_64 flac-libs-1.3.3-10.el9.x86_64 flatpak-1.12.7-2.el9.x86_64 flatpak-selinux-1.12.7-2.el9.noarch flatpak-session-helper-1.12.7-2.el9.x86_64 fontconfig-2.14.0-2.el9.x86_64 freetype-2.10.4-9.el9.x86_64 fribidi-1.0.10-6.el9.2.x86_64 fuse-2.9.9-15.el9.x86_64 fuse-common-3.10.2-6.el9.x86_64 game-music-emu-0.6.3-9.el9.x86_64 gdk-pixbuf2-2.42.6-3.el9.x86_64 gdk-pixbuf2-modules-2.42.6-3.el9.x86_64 geoclue2-2.6.0-7.el9.x86_64 giflib-5.2.1-9.el9.x86_64 glib-networking-2.68.3-3.el9.x86_64 glx-utils-8.4.0-12.20210504git0f9e7d9.el9.x86_64 graphene-1.10.6-2.el9.x86_64 graphite2-1.3.14-9.el9.x86_64 gsettings-desktop-schemas-40.0-6.el9.x86_64 gsm-1.0.19-6.el9.x86_64 gstreamer1-1.22.1-2.el9.x86_64 gstreamer1-plugins-base-1.22.1-1.el9.x86_64 gtk-update-icon-cache-3.24.31-2.el9.x86_64 gtk3-3.24.31-2.el9.x86_64 harfbuzz-2.7.4-8.el9.x86_64 hicolor-icon-theme-0.17-13.el9.noarch highway-1.0.7-1.el9.x86_64 ilbc-3.0.4-1.el9.x86_64 intel-mediasdk-21.3.5-1.el9.x86_64 iso-codes-4.6.0-3.el9.noarch jbigkit-libs-2.1-23.el9.x86_64 jxl-pixbuf-loader-0.7.0-1.el9.x86_64 lame-libs-3.100-12.el9.x86_64 lcms2-2.12-3.el9.x86_64 libX11-xcb-1.7.0-7.el9.x86_64 libXcomposite-0.4.5-7.el9.x86_64 libXcursor-1.2.0-7.el9.x86_64 libXdamage-1.1.5-7.el9.x86_64 libXfixes-5.0.3-16.el9.x86_64 libXft-2.3.3-8.el9.x86_64 libXi-1.7.10-8.el9.x86_64 libXinerama-1.1.4-10.el9.x86_64 libXrandr-1.5.2-8.el9.x86_64 libXrender-0.9.10-16.el9.x86_64 libXtst-1.2.3-16.el9.x86_64 libXv-1.0.11-16.el9.x86_64 libXxf86vm-1.1.4-18.el9.x86_64 libaom-3.7.0-1.el9.x86_64 libappstream-glib-0.7.18-4.el9.x86_64 libasyncns-0.8-22.el9.x86_64 libatomic-11.4.1-2.1.el9.x86_64 libavcodec-free-5.1.3-1.el9.x86_64 libavformat-free-5.1.3-1.el9.x86_64 libavutil-free-5.1.3-1.el9.x86_64 libbluray-1.3.4-1.el9.x86_64 libcanberra-0.30-27.el9.x86_64 libcanberra-gtk3-0.30-27.el9.x86_64 libchromaprint-1.5.1-1.el9.x86_64 libdav1d-1.2.1-1.el9.x86_64 libdrm-2.4.115-1.el9.x86_64 libepoxy-1.5.5-4.el9.x86_64 libevdev-1.11.0-3.el9.x86_64 libexif-0.6.22-6.el9.x86_64 libgexiv2-0.12.3-1.el9.x86_64 libglvnd-1:1.3.4-1.el9.x86_64 libglvnd-egl-1:1.3.4-1.el9.x86_64 libglvnd-glx-1:1.3.4-1.el9.x86_64 libgsf-1.14.47-5.el9.x86_64 libgudev-237-1.el9.x86_64 libgusb-0.3.8-2.el9.x86_64 libgxps-0.3.2-3.el9.x86_64 libicu-67.1-9.el9.x86_64 libinput-1.19.3-4.el9.x86_64 libiptcdata-1.0.5-9.el9.x86_64 libjpeg-turbo-2.0.90-6.el9.x86_64 libjxl-0.7.0-1.el9.x86_64 libldac-2.0.2.3-10.el9.x86_64 libmodplug-1:0.8.9.0-13.el9.x86_64 libnotify-0.7.9-8.el9.x86_64 libogg-2:1.3.4-6.el9.x86_64 libopenmpt-0.6.11-1.el9.x86_64 libosinfo-1.10.0-1.el9.x86_64 libpciaccess-0.16-6.el9.x86_64 libpng-2:1.6.37-12.el9.x86_64 libproxy-0.4.15-35.el9.x86_64 libproxy-webkitgtk4-0.4.15-35.el9.x86_64 librabbitmq-0.11.0-7.el9.x86_64 librist-0.2.7-1.el9.x86_64 librsvg2-2.50.7-2.el9.x86_64 libsbc-1.4-9.el9.x86_64 libsmbclient-4.17.5-102.el9.x86_64 libsndfile-1.0.31-7.el9.x86_64 libsodium-1.0.18-8.el9.x86_64 libsoup-2.72.0-8.el9.x86_64 libstemmer-0-18.585svn.el9.x86_64 libswresample-free-5.1.3-1.el9.x86_64 libtheora-1:1.1.1-31.el9.x86_64 libtiff-4.4.0-10.el9.x86_64 libtool-ltdl-2.4.6-45.el9.x86_64 libtracker-sparql-3.1.2-3.el9.x86_64 libudfread-1.1.2-2.el9.x86_64 libunwind-1.6.2-1.el9.x86_64 libusbx-1.0.26-1.el9.x86_64 libva-2.11.0-5.el9.x86_64 libvdpau-1.5-1.el9.x86_64 libvisual-1:0.4.0-34.el9.x86_64 libvmaf-2.3.0-2.el9.x86_64 libvorbis-1:1.3.7-5.el9.x86_64 libvpx-1.9.0-5.el9.x86_64 libwacom-1.12.1-2.el9.x86_64 libwacom-data-1.12.1-2.el9.noarch libwayland-client-1.21.0-1.el9.x86_64 libwayland-cursor-1.21.0-1.el9.x86_64 libwayland-egl-1.21.0-1.el9.x86_64 libwayland-server-1.21.0-1.el9.x86_64 libwbclient-4.17.5-102.el9.x86_64 libwebp-1.2.0-8.el9.x86_64 libxkbcommon-1.0.3-4.el9.x86_64 libxkbcommon-x11-1.0.3-4.el9.x86_64 libxshmfence-1.3-10.el9.x86_64 libxslt-1.1.34-9.el9.x86_64 low-memory-monitor-2.1-4.el9.x86_64 lpcnetfreedv-0.2-11.el9.x86_64 mbedtls-2.28.4-1.el9.x86_64 mesa-filesystem-23.1.4-1.el9.x86_64 mesa-libEGL-23.1.4-1.el9.x86_64 mesa-libGL-23.1.4-1.el9.x86_64 mesa-libgbm-23.1.4-1.el9.x86_64 mesa-libglapi-23.1.4-1.el9.x86_64 mesa-vulkan-drivers-22.3.0-2.el9.x86_64 minizip1.2-1.2.11-24.el9.x86_64 mpg123-libs-1.26.2-5.el9.x86_64 mtdev-1.1.5-22.el9.x86_64 nspr-4.35.0-3.el9.x86_64 nss-3.90.0-3.el9.x86_64 nss-mdns-0.15.1-3.1.el9.x86_64 nss-softokn-3.90.0-3.el9.x86_64 nss-softokn-freebl-3.90.0-3.el9.x86_64 nss-sysinit-3.90.0-3.el9.x86_64 nss-util-3.90.0-3.el9.x86_64 ocl-icd-2.2.13-4.el9.x86_64 opencore-amr-0.1.6-3.el9.x86_64 openh264-2.3.1-1.el9.x86_64 openjpeg2-2.4.0-7.el9.x86_64 openpgm-5.2.122-28.el9.x86_64 opus-1.3.1-10.el9.x86_64 orc-0.4.31-6.el9.x86_64 osinfo-db-20230518-1.el9.noarch osinfo-db-tools-1.10.0-1.el9.x86_64 ostree-libs-2023.6-1.el9.x86_64 p11-kit-server-0.24.1-2.el9.x86_64 pango-1.48.7-3.el9.x86_64 pcre2-utf16-10.40-2.el9.x86_64 pipewire-0.3.67-2.el9.x86_64 pipewire-alsa-0.3.67-2.el9.x86_64 pipewire-jack-audio-connection-kit-0.3.67-2.el9.x86_64 pipewire-libs-0.3.67-2.el9.x86_64 pipewire-pulseaudio-0.3.67-2.el9.x86_64 pixman-0.40.0-5.el9.x86_64 poppler-21.01.0-18.el9.x86_64 poppler-data-0.4.9-9.el9.noarch poppler-glib-21.01.0-18.el9.x86_64 pulseaudio-libs-15.0-2.el9.x86_64 pulseaudio-utils-15.0-2.el9.x86_64 qt5-qtbase-5.15.9-7.el9.x86_64 qt5-qtbase-common-5.15.9-7.el9.noarch qt5-qtbase-gui-5.15.9-7.el9.x86_64 rav1e-libs-0.6.6-1.el9.x86_64 rtkit-0.11-28.el9.x86_64 samba-client-libs-4.17.5-102.el9.x86_64 samba-common-4.17.5-102.el9.noarch samba-common-libs-4.17.5-102.el9.x86_64 shared-mime-info-2.1-5.el9.x86_64 sound-theme-freedesktop-0.8-17.el9.noarch soxr-0.1.3-11.el9.x86_64 speex-1.2.0-11.el9.x86_64 srt-libs-1.4.4-1.el9.x86_64 svt-av1-libs-0.9.0-1.el9.x86_64 totem-pl-parser-3.26.6-2.el9.x86_64 tracker-3.1.2-3.el9.x86_64 tracker-miners-3.1.2-3.el9.x86_64 twolame-libs-0.3.13-19.el9.x86_64 upower-0.99.11-11.el9.x86_64 vapoursynth-libs-57-1.el9.x86_64 vo-amrwbenc-0.1.3-18.el9.x86_64 vulkan-loader-1.3.250.1-1.el9.x86_64 webkit2gtk3-jsc-2.42.0-1.el9.x86_64 webrtc-audio-processing-0.3.1-8.el9.x86_64 wireplumber-0.4.14-1.el9.x86_64 wireplumber-libs-0.4.14-1.el9.x86_64 xcb-util-0.4.0-19.el9.x86_64 xcb-util-image-0.4.0-19.el9.x86_64 xcb-util-keysyms-0.4.0-17.el9.x86_64 xcb-util-renderutil-0.3.9-20.el9.x86_64 xcb-util-wm-0.4.1-22.el9.x86_64 xdg-dbus-proxy-0.1.3-1.el9.x86_64 xdg-desktop-portal-1.12.4-1.el9.x86_64 xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64 xkeyboard-config-2.33-2.el9.noarch xml-common-0.6.3-58.el9.noarch xvidcore-1.3.7-9.el9.x86_64 zeromq-4.3.4-2.el9.x86_64 zimg-3.0.3-1.el9.x86_64 zvbi-0.2.35-15.el9.x86_64 Complete! 02/10/2023 12:26:49 INFO: Installing nss. Last metadata expiration check: 0:02:24 ago on Mon 02 Oct 2023 12:24:26 PM UTC. Package nss-3.90.0-3.el9.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! 02/10/2023 12:26:50 INFO: Installing xorg-x11-fonts-100dpi. Last metadata expiration check: 0:02:25 ago on Mon 02 Oct 2023 12:24:26 PM UTC. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: xorg-x11-fonts-100dpi noarch 7.5-33.el9 appstream 3.2 M Installing dependencies: libfontenc x86_64 1.1.3-17.el9 appstream 31 k mkfontscale x86_64 1.2.1-3.el9 appstream 32 k Transaction Summary ================================================================================ Install 3 Packages Total download size: 3.2 M Installed size: 3.4 M Downloading Packages: (1/3): libfontenc-1.1.3-17.el9.x86_64.rpm 68 kB/s | 31 kB 00:00 (2/3): mkfontscale-1.2.1-3.el9.x86_64.rpm 46 kB/s | 32 kB 00:00 (3/3): xorg-x11-fonts-100dpi-7.5-33.el9.noarch. 1.8 MB/s | 3.2 MB 00:01 -------------------------------------------------------------------------------- Total 1.9 MB/s | 3.2 MB 00:01 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libfontenc-1.1.3-17.el9.x86_64 1/3 Installing : mkfontscale-1.2.1-3.el9.x86_64 2/3 Installing : xorg-x11-fonts-100dpi-7.5-33.el9.noarch 3/3 Running scriptlet: xorg-x11-fonts-100dpi-7.5-33.el9.noarch 3/3 Verifying : libfontenc-1.1.3-17.el9.x86_64 1/3 Verifying : mkfontscale-1.2.1-3.el9.x86_64 2/3 Verifying : xorg-x11-fonts-100dpi-7.5-33.el9.noarch 3/3 Installed products updated. Installed: libfontenc-1.1.3-17.el9.x86_64 mkfontscale-1.2.1-3.el9.x86_64 xorg-x11-fonts-100dpi-7.5-33.el9.noarch Complete! 02/10/2023 12:26:55 INFO: Installing xorg-x11-fonts-75dpi. Last metadata expiration check: 0:02:30 ago on Mon 02 Oct 2023 12:24:26 PM UTC. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: xorg-x11-fonts-75dpi noarch 7.5-33.el9 appstream 2.8 M Transaction Summary ================================================================================ Install 1 Package Total download size: 2.8 M Installed size: 2.9 M Downloading Packages: xorg-x11-fonts-75dpi-7.5-33.el9.noarch.rpm 2.1 MB/s | 2.8 MB 00:01 -------------------------------------------------------------------------------- Total 2.1 MB/s | 2.8 MB 00:01 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : xorg-x11-fonts-75dpi-7.5-33.el9.noarch 1/1 Running scriptlet: xorg-x11-fonts-75dpi-7.5-33.el9.noarch 1/1 Verifying : xorg-x11-fonts-75dpi-7.5-33.el9.noarch 1/1 Installed products updated. Installed: xorg-x11-fonts-75dpi-7.5-33.el9.noarch Complete! 02/10/2023 12:26:59 INFO: Installing xorg-x11-utils. Last metadata expiration check: 0:02:34 ago on Mon 02 Oct 2023 12:24:26 PM UTC. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: xorg-x11-utils x86_64 7.5-40.el9 appstream 110 k Installing dependencies: libXxf86dga x86_64 1.1.5-8.el9 appstream 21 k libdmx x86_64 1.1.4-12.el9 appstream 17 k Transaction Summary ================================================================================ Install 3 Packages Total download size: 149 k Installed size: 338 k Downloading Packages: (1/3): libdmx-1.1.4-12.el9.x86_64.rpm 29 kB/s | 17 kB 00:00 (2/3): libXxf86dga-1.1.5-8.el9.x86_64.rpm 33 kB/s | 21 kB 00:00 (3/3): xorg-x11-utils-7.5-40.el9.x86_64.rpm 172 kB/s | 110 kB 00:00 -------------------------------------------------------------------------------- Total 229 kB/s | 149 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libdmx-1.1.4-12.el9.x86_64 1/3 Installing : libXxf86dga-1.1.5-8.el9.x86_64 2/3 Installing : xorg-x11-utils-7.5-40.el9.x86_64 3/3 Running scriptlet: xorg-x11-utils-7.5-40.el9.x86_64 3/3 Verifying : libXxf86dga-1.1.5-8.el9.x86_64 1/3 Verifying : libdmx-1.1.4-12.el9.x86_64 2/3 Verifying : xorg-x11-utils-7.5-40.el9.x86_64 3/3 Installed products updated. Installed: libXxf86dga-1.1.5-8.el9.x86_64 libdmx-1.1.4-12.el9.x86_64 xorg-x11-utils-7.5-40.el9.x86_64 Complete! 02/10/2023 12:27:03 INFO: Installing xorg-x11-fonts-cyrillic. Last metadata expiration check: 0:02:37 ago on Mon 02 Oct 2023 12:24:26 PM UTC. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: xorg-x11-fonts-cyrillic noarch 7.5-33.el9 appstream 409 k Transaction Summary ================================================================================ Install 1 Package Total download size: 409 k Installed size: 377 k Downloading Packages: xorg-x11-fonts-cyrillic-7.5-33.el9.noarch.rpm 626 kB/s | 409 kB 00:00 -------------------------------------------------------------------------------- Total 623 kB/s | 409 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : xorg-x11-fonts-cyrillic-7.5-33.el9.noarch 1/1 Running scriptlet: xorg-x11-fonts-cyrillic-7.5-33.el9.noarch 1/1 Verifying : xorg-x11-fonts-cyrillic-7.5-33.el9.noarch 1/1 Installed products updated. Installed: xorg-x11-fonts-cyrillic-7.5-33.el9.noarch Complete! 02/10/2023 12:27:06 INFO: Installing xorg-x11-fonts-Type1. Last metadata expiration check: 0:02:41 ago on Mon 02 Oct 2023 12:24:26 PM UTC. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: xorg-x11-fonts-Type1 noarch 7.5-33.el9 appstream 505 k Installing dependencies: ttmkfdir x86_64 3.0.9-65.el9 appstream 53 k Transaction Summary ================================================================================ Install 2 Packages Total download size: 558 k Installed size: 978 k Downloading Packages: (1/2): ttmkfdir-3.0.9-65.el9.x86_64.rpm 82 kB/s | 53 kB 00:00 (2/2): xorg-x11-fonts-Type1-7.5-33.el9.noarch.r 619 kB/s | 505 kB 00:00 -------------------------------------------------------------------------------- Total 681 kB/s | 558 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : ttmkfdir-3.0.9-65.el9.x86_64 1/2 Installing : xorg-x11-fonts-Type1-7.5-33.el9.noarch 2/2 Running scriptlet: xorg-x11-fonts-Type1-7.5-33.el9.noarch 2/2 Verifying : ttmkfdir-3.0.9-65.el9.x86_64 1/2 Verifying : xorg-x11-fonts-Type1-7.5-33.el9.noarch 2/2 Installed products updated. Installed: ttmkfdir-3.0.9-65.el9.x86_64 xorg-x11-fonts-Type1-7.5-33.el9.noarch Complete! 02/10/2023 12:27:09 INFO: Installing xorg-x11-fonts-misc. Last metadata expiration check: 0:02:44 ago on Mon 02 Oct 2023 12:24:26 PM UTC. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: xorg-x11-fonts-misc noarch 7.5-33.el9 appstream 5.2 M Transaction Summary ================================================================================ Install 1 Package Total download size: 5.2 M Installed size: 6.1 M Downloading Packages: xorg-x11-fonts-misc-7.5-33.el9.noarch.rpm 3.1 MB/s | 5.2 MB 00:01 -------------------------------------------------------------------------------- Total 3.1 MB/s | 5.2 MB 00:01 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : xorg-x11-fonts-misc-7.5-33.el9.noarch 1/1 Running scriptlet: xorg-x11-fonts-misc-7.5-33.el9.noarch 1/1 Verifying : xorg-x11-fonts-misc-7.5-33.el9.noarch 1/1 Installed products updated. Installed: xorg-x11-fonts-misc-7.5-33.el9.noarch Complete! 02/10/2023 12:27:15 INFO: Installing fontconfig. Last metadata expiration check: 0:02:50 ago on Mon 02 Oct 2023 12:24:26 PM UTC. Package fontconfig-2.14.0-2.el9.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! 02/10/2023 12:27:17 INFO: Installing freetype. Last metadata expiration check: 0:02:52 ago on Mon 02 Oct 2023 12:24:26 PM UTC. Package freetype-2.10.4-9.el9.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! 38 files removed 02/10/2023 12:27:18 DEBUG: CentOS repositories deleted. 02/10/2023 12:27:18 INFO: Starting Wazuh dashboard installation. [root@redhat9 vagrant]# yum repolist repo id repo name epel Extra Packages for Enterprise Linux 9 - x86_64 epel-cisco-openh264 Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 [root@redhat9 vagrant]# ```
:green_circle: RHEL8 ```console [root@redhat8 vagrant]# bash wazuh-install.sh -wd dashboard -i 02/10/2023 13:18:54 INFO: Starting Wazuh installation assistant. Wazuh version: 4.5.2 02/10/2023 13:18:54 INFO: Verbose logging redirected to /var/log/wazuh-install.log 02/10/2023 13:19:05 INFO: --- Dependencies --- 02/10/2023 13:19:05 INFO: Installing systemd. 02/10/2023 13:19:18 INFO: Installing sed. 02/10/2023 13:19:34 WARNING: Hardware and system checks ignored. 02/10/2023 13:19:34 INFO: Wazuh web interface port will be 443. 02/10/2023 13:19:36 INFO: Wazuh repository added. 02/10/2023 13:19:36 INFO: --- Wazuh dashboard ---- 02/10/2023 13:19:50 INFO: --- Dependencies --- 02/10/2023 13:19:50 INFO: Installing chromium. 02/10/2023 13:21:54 INFO: Installing nss. 02/10/2023 13:21:56 INFO: Installing xorg-x11-fonts-100dpi. 02/10/2023 13:22:02 INFO: Installing xorg-x11-fonts-75dpi. 02/10/2023 13:22:07 INFO: Installing xorg-x11-utils. 02/10/2023 13:22:12 INFO: Installing xorg-x11-fonts-cyrillic. 02/10/2023 13:22:15 INFO: Installing xorg-x11-fonts-Type1. 02/10/2023 13:22:19 INFO: Installing xorg-x11-fonts-misc. 02/10/2023 13:22:26 INFO: Installing fontconfig. 02/10/2023 13:22:29 INFO: Starting Wazuh dashboard installation. ```
:green_circle: RHEL9 ```console [root@redhat9 vagrant]# bash wazuh-install.sh -wd dashboard -i 02/10/2023 13:10:14 INFO: Starting Wazuh installation assistant. Wazuh version: 4.5.2 02/10/2023 13:10:14 INFO: Verbose logging redirected to /var/log/wazuh-install.log 02/10/2023 13:10:37 WARNING: Hardware and system checks ignored. 02/10/2023 13:10:37 INFO: Wazuh web interface port will be 443. 02/10/2023 13:10:39 INFO: Wazuh repository added. 02/10/2023 13:10:39 INFO: --- Wazuh dashboard ---- 02/10/2023 13:10:53 INFO: --- Dependencies --- 02/10/2023 13:10:53 INFO: Installing chromium. 02/10/2023 13:14:04 INFO: Installing nss. 02/10/2023 13:14:06 INFO: Installing xorg-x11-fonts-100dpi. 02/10/2023 13:14:12 INFO: Installing xorg-x11-fonts-75dpi. 02/10/2023 13:14:16 INFO: Installing xorg-x11-utils. 02/10/2023 13:14:21 INFO: Installing xorg-x11-fonts-cyrillic. 02/10/2023 13:14:24 INFO: Installing xorg-x11-fonts-Type1. 02/10/2023 13:14:29 INFO: Installing xorg-x11-fonts-misc. 02/10/2023 13:14:36 INFO: Installing fontconfig. 02/10/2023 13:14:38 INFO: Installing freetype. 02/10/2023 13:14:40 INFO: Starting Wazuh dashboard installation. ```