CUDA install issue on Centos 8

Hi,

Is developer.download nvidia sever down? I am not able to install NVidia drivers and CUDA.

Here is the error message on Centos 8 5.4.204-1.el8.elrepo.x86_64.

sudo dnf -y install cuda
created by dnf config-manager from http://developer.download.nvidia.com/ 1.7 kB/s | 445 B 00:00
Errors during downloading metadata for repository ‘developer.download.nvidia.com_’:

  • Status code: 404 for
    Error: Failed to download metadata for repo ‘developer.download.nvidia.com_’: Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

Hi @vanip,

I have the team looking into the issue now.
Thanks for your patience as we work to resolve this.

Best,
Tom K

1 Like

Hi @vanip
I am not able to reproduce this. Can you please post your .repo file?

$ podman run -it rockylinux:8 /bin/bash -c "dnf install -y dnf-plugins-core sudo; bash"
$ sudo dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-rhel8.repo
$ sudo dnf install cuda

Hi Attached repo file
cuda-rhel8.repo (232 Bytes)

Thanks
Vani

Hi @vanip,
Thanks for sharing your .repo file, it is correct.

Perhaps the system has multiple entries? Please grep around /etc/yum.repos.d/

I still cannot reproduce any such issue:

$ podman run -it rockylinux:8 /bin/bash -c "dnf install -y dnf-plugins-core sudo; bash"
Rocky Linux 8 - AppStream                       7.4 MB/s | 8.8 MB     00:01    
Rocky Linux 8 - BaseOS                          438 kB/s | 4.6 MB     00:10    
Rocky Linux 8 - Extras                           30 kB/s |  11 kB     00:00    
Dependencies resolved.
================================================================================
 Package                       Arch        Version            Repository   Size
================================================================================
Installing:
 dnf-plugins-core              noarch      4.0.21-11.el8      baseos       70 k
 sudo                          x86_64      1.8.29-8.el8       baseos      924 k
Installing dependencies:
 dbus-glib                     x86_64      0.110-2.el8        baseos      126 k
 python3-dateutil              noarch      1:2.6.1-6.el8      baseos      250 k
 python3-dbus                  x86_64      1.2.4-15.el8       baseos      133 k
 python3-dnf-plugins-core      noarch      4.0.21-11.el8      baseos      239 k
 python3-six                   noarch      1.11.0-8.el8       baseos       37 k

Transaction Summary
================================================================================
Install  7 Packages

Total download size: 1.7 M
Installed size: 5.7 M
Downloading Packages:
(1/7): dnf-plugins-core-4.0.21-11.el8.noarch.rp 188 kB/s |  70 kB     00:00    
(2/7): dbus-glib-0.110-2.el8.x86_64.rpm         290 kB/s | 126 kB     00:00    
(3/7): python3-dateutil-2.6.1-6.el8.noarch.rpm  465 kB/s | 250 kB     00:00    
(4/7): python3-dbus-1.2.4-15.el8.x86_64.rpm     588 kB/s | 133 kB     00:00    
(5/7): python3-dnf-plugins-core-4.0.21-11.el8.n 1.2 MB/s | 239 kB     00:00    
(6/7): python3-six-1.11.0-8.el8.noarch.rpm      342 kB/s |  37 kB     00:00    
(7/7): sudo-1.8.29-8.el8.x86_64.rpm             2.9 MB/s | 924 kB     00:00    
--------------------------------------------------------------------------------
Total                                           1.7 MB/s | 1.7 MB     00:00     
Rocky Linux 8 - BaseOS                          1.6 MB/s | 1.6 kB     00:00    
Importing GPG key 0x6D745A60:
 Userid     : "Release Engineering <infrastructure@rockylinux.org>"
 Fingerprint: 7051 C470 A929 F454 CEBE 37B7 15AF 5DAC 6D74 5A60
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : python3-six-1.11.0-8.el8.noarch                        1/7 
  Installing       : python3-dateutil-1:2.6.1-6.el8.noarch                  2/7 
  Installing       : dbus-glib-0.110-2.el8.x86_64                           3/7 
  Running scriptlet: dbus-glib-0.110-2.el8.x86_64                           3/7 
  Installing       : python3-dbus-1.2.4-15.el8.x86_64                       4/7 
  Installing       : python3-dnf-plugins-core-4.0.21-11.el8.noarch          5/7 
  Installing       : dnf-plugins-core-4.0.21-11.el8.noarch                  6/7 
  Installing       : sudo-1.8.29-8.el8.x86_64                               7/7 
  Running scriptlet: sudo-1.8.29-8.el8.x86_64                               7/7 
  Verifying        : dbus-glib-0.110-2.el8.x86_64                           1/7 
  Verifying        : dnf-plugins-core-4.0.21-11.el8.noarch                  2/7 
  Verifying        : python3-dateutil-1:2.6.1-6.el8.noarch                  3/7 
  Verifying        : python3-dbus-1.2.4-15.el8.x86_64                       4/7 
  Verifying        : python3-dnf-plugins-core-4.0.21-11.el8.noarch          5/7 
  Verifying        : python3-six-1.11.0-8.el8.noarch                        6/7 
  Verifying        : sudo-1.8.29-8.el8.x86_64                               7/7 

Installed:
  dbus-glib-0.110-2.el8.x86_64                                                  
  dnf-plugins-core-4.0.21-11.el8.noarch                                         
  python3-dateutil-1:2.6.1-6.el8.noarch                                         
  python3-dbus-1.2.4-15.el8.x86_64                                              
  python3-dnf-plugins-core-4.0.21-11.el8.noarch                                 
  python3-six-1.11.0-8.el8.noarch                                               
  sudo-1.8.29-8.el8.x86_64                                                      

Complete!
$ cat << EOF > /etc/yum.repos.d/cuda-rhel8.repo
> [cuda-rhel8-x86_64]
> name=cuda-rhel8-x86_64
> baseurl=https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64
> enabled=1
> gpgcheck=1
> gpgkey=https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/D42D0685.pub
> EOF
$ cat /etc/yum.repos.d/cuda-rhel8.repo 
[cuda-rhel8-x86_64]
name=cuda-rhel8-x86_64
baseurl=https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64
enabled=1
gpgcheck=1
gpgkey=https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/D42D0685.pub
$ sudo dnf install cuda
cuda-rhel8-x86_64                                14 MB/s | 1.6 MB     00:00    
Dependencies resolved.
================================================================================
 Package                   Arch   Version               Repository         Size
================================================================================
Installing:
 cuda                      x86_64 11.7.0-1              cuda-rhel8-x86_64 2.7 k
Installing dependencies:
 adwaita-cursor-theme      noarch 3.28.0-3.el8          appstream         646 k
 adwaita-icon-theme        noarch 3.28.0-3.el8          appstream          11 M
 alsa-lib                  x86_64 1.2.6.1-3.el8         appstream         490 k
 at-spi2-atk               x86_64 2.26.2-1.el8          appstream          88 k
 at-spi2-core              x86_64 2.28.0-1.el8          appstream         168 k
 atk                       x86_64 2.28.1-1.el8          appstream         270 k
 avahi-libs                x86_64 0.7-20.el8            baseos             61 k
 cairo                     x86_64 1.15.12-6.el8         appstream         718 k
 cairo-gobject             x86_64 1.15.12-6.el8         appstream          32 k
 colord-libs               x86_64 1.4.2-1.el8           appstream         234 k
 copy-jdk-configs          noarch 4.0-2.el8             appstream          29 k
 cpio                      x86_64 2.12-11.el8           baseos            265 k
 cpp                       x86_64 8.5.0-10.1.el8_6      appstream          10 M
 crypto-policies-scripts   noarch 20211116-1.gitae470d6.el8
                                                        baseos             82 k
 cuda-11-7                 x86_64 11.7.0-1              cuda-rhel8-x86_64 2.8 k
 cuda-cccl-11-7            x86_64 11.7.58-1             cuda-rhel8-x86_64 1.7 M
 cuda-command-line-tools-11-7
                           x86_64 11.7.0-1              cuda-rhel8-x86_64 2.9 k
 cuda-compiler-11-7        x86_64 11.7.0-1              cuda-rhel8-x86_64 2.8 k
 cuda-cudart-11-7          x86_64 11.7.60-1             cuda-rhel8-x86_64 216 k
 cuda-cudart-devel-11-7    x86_64 11.7.60-1             cuda-rhel8-x86_64 1.3 M
 cuda-cuobjdump-11-7       x86_64 11.7.50-1             cuda-rhel8-x86_64 156 k
 cuda-cupti-11-7           x86_64 11.7.50-1             cuda-rhel8-x86_64  24 M
 cuda-cuxxfilt-11-7        x86_64 11.7.50-1             cuda-rhel8-x86_64 276 k
 cuda-demo-suite-11-7      x86_64 11.7.50-1             cuda-rhel8-x86_64 5.1 M
 cuda-documentation-11-7   x86_64 11.7.50-1             cuda-rhel8-x86_64 123 k
 cuda-driver-devel-11-7    x86_64 11.7.60-1             cuda-rhel8-x86_64  36 k
 cuda-drivers              x86_64 515.48.07-1           cuda-rhel8-x86_64 8.1 k
 cuda-gdb-11-7             x86_64 11.7.50-1             cuda-rhel8-x86_64 5.2 M
 cuda-libraries-11-7       x86_64 11.7.0-1              cuda-rhel8-x86_64 3.0 k
 cuda-libraries-devel-11-7 x86_64 11.7.0-1              cuda-rhel8-x86_64 3.1 k
 cuda-memcheck-11-7        x86_64 11.7.50-1             cuda-rhel8-x86_64 172 k
 cuda-nsight-11-7          x86_64 11.7.50-1             cuda-rhel8-x86_64 113 M
 cuda-nsight-compute-11-7  x86_64 11.7.0-1              cuda-rhel8-x86_64 5.2 k
 cuda-nsight-systems-11-7  x86_64 11.7.0-1              cuda-rhel8-x86_64 4.9 k
 cuda-nvcc-11-7            x86_64 11.7.64-1             cuda-rhel8-x86_64  47 M
 cuda-nvdisasm-11-7        x86_64 11.7.50-1             cuda-rhel8-x86_64  31 M
 cuda-nvml-devel-11-7      x86_64 11.7.50-1             cuda-rhel8-x86_64 102 k
 cuda-nvprof-11-7          x86_64 11.7.50-1             cuda-rhel8-x86_64 4.6 M
 cuda-nvprune-11-7         x86_64 11.7.50-1             cuda-rhel8-x86_64  67 k
 cuda-nvrtc-11-7           x86_64 11.7.50-1             cuda-rhel8-x86_64  20 M
 cuda-nvrtc-devel-11-7     x86_64 11.7.50-1             cuda-rhel8-x86_64  21 M
 cuda-nvtx-11-7            x86_64 11.7.50-1             cuda-rhel8-x86_64  83 k
 cuda-nvvp-11-7            x86_64 11.7.50-1             cuda-rhel8-x86_64 115 M
 cuda-runtime-11-7         x86_64 11.7.0-1              cuda-rhel8-x86_64 2.7 k
 cuda-sanitizer-11-7       x86_64 11.7.50-1             cuda-rhel8-x86_64  17 M
 cuda-toolkit-11-7         x86_64 11.7.0-1              cuda-rhel8-x86_64 4.2 k
 cuda-toolkit-11-7-config-common
                           noarch 11.7.60-1             cuda-rhel8-x86_64 3.1 k
 cuda-toolkit-11-config-common
                           noarch 11.7.60-1             cuda-rhel8-x86_64 3.4 k
 cuda-toolkit-config-common
                           noarch 11.7.60-1             cuda-rhel8-x86_64 3.4 k
 cuda-tools-11-7           x86_64 11.7.0-1              cuda-rhel8-x86_64 2.7 k
 cuda-visual-tools-11-7    x86_64 11.7.0-1              cuda-rhel8-x86_64 2.9 k
 cups-libs                 x86_64 1:2.2.6-45.el8_6.2    baseos            433 k
 dejavu-fonts-common       noarch 2.35-7.el8            baseos             73 k
 dejavu-sans-mono-fonts    noarch 2.35-7.el8            baseos            446 k
 dnf-plugin-nvidia         noarch 2.0-1.el8             cuda-rhel8-x86_64  12 k
 dracut                    x86_64 049-202.git20220511.el8_6
                                                        baseos            375 k
 egl-wayland               x86_64 1.1.9-3.el8           appstream          39 k
 file                      x86_64 5.33-20.el8           baseos             76 k
 findutils                 x86_64 1:4.6.0-20.el8        baseos            526 k
 fontconfig                x86_64 2.13.1-4.el8          baseos            273 k
 fontpackages-filesystem   noarch 1.44-22.el8           baseos             15 k
 freetype                  x86_64 2.9.1-4.el8_3.1       baseos            393 k
 fribidi                   x86_64 1.0.4-8.el8           appstream          88 k
 gcc                       x86_64 8.5.0-10.1.el8_6      appstream          23 M
 gcc-c++                   x86_64 8.5.0-10.1.el8_6      appstream          12 M
 gdk-pixbuf2               x86_64 2.36.12-5.el8         baseos            465 k
 gdk-pixbuf2-modules       x86_64 2.36.12-5.el8         appstream         108 k
 gds-tools-11-7            x86_64 1.3.0.44-1            cuda-rhel8-x86_64  40 M
 gettext                   x86_64 0.19.8.1-17.el8       baseos            1.1 M
 gettext-libs              x86_64 0.19.8.1-17.el8       baseos            309 k
 giflib                    x86_64 5.1.4-3.el8           appstream          50 k
 glib-networking           x86_64 2.56.1-1.1.el8        baseos            153 k
 glibc-devel               x86_64 2.28-189.5.el8_6      baseos             78 k
 glibc-headers             x86_64 2.28-189.5.el8_6      baseos            482 k
 graphite2                 x86_64 1.3.10-10.el8         appstream         120 k
 grub2-common              noarch 1:2.02-123.el8_6.8.rocky.0.1
                                                        baseos            892 k
 grub2-tools               x86_64 1:2.02-123.el8_6.8.rocky.0.1
                                                        baseos            2.0 M
 grub2-tools-minimal       x86_64 1:2.02-123.el8_6.8.rocky.0.1
                                                        baseos            211 k
 grubby                    x86_64 8.40-42.el8           baseos             48 k
 gsettings-desktop-schemas x86_64 3.32.0-6.el8          baseos            632 k
 gtk-update-icon-cache     x86_64 3.22.30-10.el8        appstream          32 k
 gtk3                      x86_64 3.22.30-10.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          47 k
 hwdata                    noarch 0.314-8.12.el8        baseos            1.7 M
 isl                       x86_64 0.16.1-6.el8          appstream         834 k
 jansson                   x86_64 2.14-1.el8            baseos             46 k
 jasper-libs               x86_64 2.0.14-5.el8          appstream         166 k
 java-1.8.0-openjdk        x86_64 1:1.8.0.332.b09-2.el8_6
                                                        appstream         346 k
 java-1.8.0-openjdk-headless
                           x86_64 1:1.8.0.332.b09-2.el8_6
                                                        appstream          34 M
 javapackages-filesystem   noarch 5.3.0-2.module+el8.3.0+125+5da1ae29
                                                        appstream          29 k
 jbigkit-libs              x86_64 2.1-14.el8            appstream          54 k
 json-glib                 x86_64 1.4.4-1.el8           baseos            143 k
 kbd-legacy                noarch 2.0.4-10.el8          baseos            480 k
 kbd-misc                  noarch 2.0.4-10.el8          baseos            1.5 M
 kernel-headers            x86_64 4.18.0-372.16.1.el8_6 baseos            9.3 M
 kmod                      x86_64 25-19.el8             baseos            125 k
 kmod-nvidia-515.48.07-4.18.0-372.13.1
                           x86_64 3:515.48.07-3.el8_6   cuda-rhel8-x86_64  30 M
 lcms2                     x86_64 2.9-2.el8             appstream         163 k
 libX11                    x86_64 1.6.8-5.el8           appstream         610 k
 libX11-common             noarch 1.6.8-5.el8           appstream         157 k
 libX11-devel              x86_64 1.6.8-5.el8           appstream         975 k
 libX11-xcb                x86_64 1.6.8-5.el8           appstream          13 k
 libXau                    x86_64 1.0.9-3.el8           appstream          36 k
 libXau-devel              x86_64 1.0.9-3.el8           appstream          19 k
 libXcomposite             x86_64 0.4.4-14.el8          appstream          27 k
 libXcursor                x86_64 1.1.15-3.el8          appstream          35 k
 libXdamage                x86_64 1.1.4-14.el8          appstream          26 k
 libXdmcp                  x86_64 1.1.3-1.el8           appstream          40 k
 libXext                   x86_64 1.3.4-1.el8           appstream          44 k
 libXfixes                 x86_64 5.0.3-7.el8           appstream          24 k
 libXfont2                 x86_64 2.0.3-2.el8           appstream         147 k
 libXft                    x86_64 2.3.3-1.el8           appstream          66 k
 libXi                     x86_64 1.7.10-1.el8          appstream          48 k
 libXinerama               x86_64 1.1.4-1.el8           appstream          14 k
 libXrandr                 x86_64 1.5.2-1.el8           appstream          33 k
 libXrender                x86_64 0.9.10-7.el8          appstream          32 k
 libXtst                   x86_64 1.2.3-7.el8           appstream          21 k
 libXxf86vm                x86_64 1.1.4-9.el8           appstream          18 k
 libcroco                  x86_64 0.6.12-4.el8_2.1      baseos            112 k
 libcublas-11-7            x86_64 11.10.1.25-1          cuda-rhel8-x86_64 317 M
 libcublas-devel-11-7      x86_64 11.10.1.25-1          cuda-rhel8-x86_64 330 M
 libcufft-11-7             x86_64 10.7.2.50-1           cuda-rhel8-x86_64  98 M
 libcufft-devel-11-7       x86_64 10.7.2.50-1           cuda-rhel8-x86_64 205 M
 libcufile-11-7            x86_64 1.3.0.44-1            cuda-rhel8-x86_64 629 k
 libcufile-devel-11-7      x86_64 1.3.0.44-1            cuda-rhel8-x86_64  13 M
 libcurand-11-7            x86_64 10.2.10.50-1          cuda-rhel8-x86_64  51 M
 libcurand-devel-11-7      x86_64 10.2.10.50-1          cuda-rhel8-x86_64  52 M
 libcusolver-11-7          x86_64 11.3.5.50-1           cuda-rhel8-x86_64 111 M
 libcusolver-devel-11-7    x86_64 11.3.5.50-1           cuda-rhel8-x86_64  79 M
 libcusparse-11-7          x86_64 11.7.3.50-1           cuda-rhel8-x86_64 162 M
 libcusparse-devel-11-7    x86_64 11.7.3.50-1           cuda-rhel8-x86_64 330 M
 libdatrie                 x86_64 0.2.9-7.el8           appstream          32 k
 libdrm                    x86_64 2.4.108-1.el8         appstream         167 k
 libepoxy                  x86_64 1.5.8-1.el8           appstream         224 k
 libevdev                  x86_64 1.10.0-1.el8          appstream          43 k
 libfontenc                x86_64 1.1.3-8.el8           appstream          36 k
 libglvnd                  x86_64 1:1.3.4-1.el8         appstream         126 k
 libglvnd-egl              x86_64 1:1.3.4-1.el8         appstream          48 k
 libglvnd-gles             x86_64 1:1.3.4-1.el8         appstream          39 k
 libglvnd-glx              x86_64 1:1.3.4-1.el8         appstream         136 k
 libglvnd-opengl           x86_64 1:1.3.4-1.el8         appstream          46 k
 libgomp                   x86_64 8.5.0-10.1.el8_6      baseos            206 k
 libgudev                  x86_64 232-4.el8             baseos             32 k
 libgusb                   x86_64 0.3.0-1.el8           baseos             48 k
 libinput                  x86_64 1.16.3-3.el8_6        appstream         216 k
 libjpeg-turbo             x86_64 1.5.3-12.el8          appstream         156 k
 libkcapi                  x86_64 1.2.0-2.el8           baseos             47 k
 libkcapi-hmaccalc         x86_64 1.2.0-2.el8           baseos             30 k
 libmodman                 x86_64 2.0.1-17.el8          baseos             35 k
 libmpc                    x86_64 1.1.0-9.1.el8         appstream          60 k
 libnpp-11-7               x86_64 11.7.3.21-1           cuda-rhel8-x86_64 125 M
 libnpp-devel-11-7         x86_64 11.7.3.21-1           cuda-rhel8-x86_64 121 M
 libnvjpeg-11-7            x86_64 11.7.2.34-1           cuda-rhel8-x86_64 2.6 M
 libnvjpeg-devel-11-7      x86_64 11.7.2.34-1           cuda-rhel8-x86_64 2.3 M
 libpciaccess              x86_64 0.14-1.el8            baseos             31 k
 libpkgconf                x86_64 1.4.2-1.el8           baseos             34 k
 libpng                    x86_64 2:1.6.34-5.el8        baseos            125 k
 libproxy                  x86_64 0.4.15-5.2.el8        baseos             73 k
 libsoup                   x86_64 2.62.3-2.el8          baseos            423 k
 libstdc++-devel           x86_64 8.5.0-10.1.el8_6      appstream         2.0 M
 libthai                   x86_64 0.1.27-2.el8          appstream         202 k
 libtiff                   x86_64 4.0.9-21.el8          appstream         187 k
 libvdpau                  x86_64 1.4-2.el8             appstream          40 k
 libwacom                  x86_64 1.6-3.el8             appstream          41 k
 libwacom-data             noarch 1.6-3.el8             appstream         103 k
 libwayland-client         x86_64 1.19.0-1.el8          appstream          38 k
 libwayland-cursor         x86_64 1.19.0-1.el8          appstream          25 k
 libwayland-egl            x86_64 1.19.0-1.el8          appstream          18 k
 libwayland-server         x86_64 1.19.0-1.el8          appstream          46 k
 libxcb                    x86_64 1.13.1-1.el8          appstream         228 k
 libxcb-devel              x86_64 1.13.1-1.el8          appstream         1.1 M
 libxcrypt-devel           x86_64 4.1.1-6.el8           baseos             24 k
 libxkbcommon              x86_64 0.9.1-1.el8           appstream         115 k
 libxkbfile                x86_64 1.1.0-1.el8           appstream          87 k
 libxshmfence              x86_64 1.3-2.el8             appstream          12 k
 lksctp-tools              x86_64 1.0.18-3.el8          baseos             98 k
 llvm-libs                 x86_64 13.0.1-1.module+el8.6.0+825+7e27476a
                                                        appstream          24 M
 lua                       x86_64 5.3.4-12.el8          appstream         191 k
 mesa-libEGL               x86_64 21.3.4-1.el8          appstream         136 k
 mesa-libGL                x86_64 21.3.4-1.el8          appstream         184 k
 mesa-libgbm               x86_64 21.3.4-1.el8          appstream          58 k
 mesa-libglapi             x86_64 21.3.4-1.el8          appstream          65 k
 mesa-vulkan-drivers       x86_64 21.3.4-1.el8          appstream         6.7 M
 mtdev                     x86_64 1.1.5-12.el8          appstream          23 k
 nsight-compute-2022.2.0   x86_64 2022.2.0.13-1         cuda-rhel8-x86_64 471 M
 nsight-systems-2022.1.3   x86_64 2022.1.3.3_1c7b5f7-0  cuda-rhel8-x86_64 232 M
 nspr                      x86_64 4.32.0-1.el8_4        appstream         141 k
 nss                       x86_64 3.67.0-7.el8_5        appstream         740 k
 nss-softokn               x86_64 3.67.0-7.el8_5        appstream         486 k
 nss-softokn-freebl        x86_64 3.67.0-7.el8_5        appstream         394 k
 nss-sysinit               x86_64 3.67.0-7.el8_5        appstream          72 k
 nss-util                  x86_64 3.67.0-7.el8_5        appstream         136 k
 numactl-libs              x86_64 2.0.12-13.el8         baseos             35 k
 nvidia-driver             x86_64 3:515.48.07-1.el8     cuda-rhel8-x86_64  23 M
 nvidia-driver-NVML        x86_64 3:515.48.07-1.el8     cuda-rhel8-x86_64 462 k
 nvidia-driver-NvFBCOpenGL x86_64 3:515.48.07-1.el8     cuda-rhel8-x86_64  54 k
 nvidia-driver-cuda        x86_64 3:515.48.07-1.el8     cuda-rhel8-x86_64 455 k
 nvidia-driver-cuda-libs   x86_64 3:515.48.07-1.el8     cuda-rhel8-x86_64  54 M
 nvidia-driver-devel       x86_64 3:515.48.07-1.el8     cuda-rhel8-x86_64  13 k
 nvidia-driver-libs        x86_64 3:515.48.07-1.el8     cuda-rhel8-x86_64 177 M
 nvidia-kmod-common        noarch 3:515.48.07-1.el8     cuda-rhel8-x86_64  13 k
 nvidia-libXNVCtrl         x86_64 3:515.48.07-1.el8     cuda-rhel8-x86_64  26 k
 nvidia-libXNVCtrl-devel   x86_64 3:515.48.07-1.el8     cuda-rhel8-x86_64  56 k
 nvidia-modprobe           x86_64 3:515.48.07-1.el8     cuda-rhel8-x86_64  37 k
 nvidia-persistenced       x86_64 3:515.48.07-1.el8     cuda-rhel8-x86_64  43 k
 nvidia-settings           x86_64 3:515.48.07-1.el8     cuda-rhel8-x86_64 835 k
 nvidia-xconfig            x86_64 3:515.48.07-1.el8     cuda-rhel8-x86_64 106 k
 ocl-icd                   x86_64 2.2.12-1.el8          appstream          50 k
 opencl-filesystem         noarch 1.0-6.el8             appstream         7.3 k
 openssl                   x86_64 1:1.1.1k-6.el8_5      baseos            708 k
 os-prober                 x86_64 1.74-9.el8            baseos             50 k
 pango                     x86_64 1.42.4-8.el8          appstream         296 k
 pixman                    x86_64 0.38.4-2.el8          appstream         256 k
 pkgconf                   x86_64 1.4.2-1.el8           baseos             37 k
 pkgconf-m4                noarch 1.4.2-1.el8           baseos             16 k
 pkgconf-pkg-config        x86_64 1.4.2-1.el8           baseos             14 k
 procps-ng                 x86_64 3.3.15-6.el8          baseos            328 k
 rest                      x86_64 0.8.1-2.el8           appstream          69 k
 shared-mime-info          x86_64 1.9-3.el8             baseos            328 k
 systemd-udev              x86_64 239-58.el8            baseos            1.6 M
 ttmkfdir                  x86_64 3.0.9-54.el8          appstream          61 k
 tzdata-java               noarch 2022a-1.el8           appstream         190 k
 vulkan-loader             x86_64 1.3.204.0-2.el8       appstream         133 k
 which                     x86_64 2.21-17.el8           baseos             48 k
 xcb-util                  x86_64 0.4.0-10.el8          appstream          21 k
 xcb-util-image            x86_64 0.4.0-9.el8           appstream          20 k
 xcb-util-keysyms          x86_64 0.4.0-7.el8           appstream          15 k
 xcb-util-renderutil       x86_64 0.3.9-10.el8          appstream          18 k
 xcb-util-wm               x86_64 0.4.1-12.el8          appstream          31 k
 xkeyboard-config          noarch 2.28-1.el8            appstream         781 k
 xorg-x11-drv-fbdev        x86_64 0.5.0-2.el8           appstream          26 k
 xorg-x11-drv-libinput     x86_64 0.29.0-1.el8          appstream          49 k
 xorg-x11-drv-vesa         x86_64 2.4.0-3.el8           appstream          30 k
 xorg-x11-font-utils       x86_64 1:7.5-41.el8          appstream         103 k
 xorg-x11-fonts-Type1      noarch 7.5-19.el8            appstream         521 k
 xorg-x11-proto-devel      noarch 2020.1-3.el8          appstream         279 k
 xorg-x11-server-Xorg      x86_64 1.20.11-5.el8_6.2     appstream         1.5 M
 xorg-x11-server-common    x86_64 1.20.11-5.el8_6.2     appstream          42 k
 xorg-x11-xkb-utils        x86_64 7.7-28.el8            appstream         113 k
 xz                        x86_64 5.2.4-4.el8_6         baseos            152 k
Installing weak dependencies:
 abattis-cantarell-fonts   noarch 0.0.25-6.el8          appstream         154 k
 dconf                     x86_64 0.28.0-4.el8          appstream         107 k
 gtk2                      x86_64 2.24.32-5.el8         appstream         3.4 M
 hardlink                  x86_64 1:1.3-6.el8           baseos             28 k
 kbd                       x86_64 2.0.4-10.el8          baseos            389 k
 kpartx                    x86_64 0.8.4-22.el8          baseos            113 k
 memstrack                 x86_64 0.1.11-1.el8          baseos             46 k
 pigz                      x86_64 2.4-4.el8             baseos             78 k
Enabling module streams:
 javapackages-runtime             201801                                       
 llvm-toolset                     rhel8                                        
 nvidia-driver                    latest-dkms                                  

Transaction Summary
================================================================================
Install  250 Packages

Total download size: 3.5 G
Installed size: 6.9 G
Is this ok [y/N]: n
Operation aborted.