I decide during install not to give access to network repositories.
Then I run zypper up.
This first install come at least with a mix of NVIDIA driver version 570 and 580.
nvidia-open-driver-G06-signed-kmp-meta version 570.172.08-lp156.12.1
nvidia-open-driver-G06-signed-kmp-azure version 580.82.07_k6.4.0_150600.8.48-150600.3.63.1
nvidia-open-driver-G06-signed-kmp-default version 580.82.07_k6.4.0_150600.23.65-150600.3.63.1
Some drivers with the two different versions (570 and 580) were installed simultaneously.
I decide to reinstall and give access to network repositories.
The following NVIDIA drivers were installed :
user_install@localhost:~> sudo zypper se -si nvidia-
Loading repository data…
Reading installed packages…S | Name | Type | Version | Arch | Repository
—±------------------------------------------±--------±---------------------------------------±-------±-----------
i | nvidia-open-driver-G06-signed-kmp-default | package | 570.169_k6.4.0_150600.21-150600.3.53.2 | x86_64 | update-sle (15.6)
i | nvidia-open-driver-G06-signed-kmp-default | package | 570.169_k6.4.0_150600.21-150600.3.53.2 | x86_64 | Update repository with updates from SUSE Linux Enterprise 15
I see that two driver with the same version are installed from two different repositories. I found that surprising.
Then I runzypper up
Then the following NVIDIA drivers were installed :
user_install@localhost:~> sudo zypper se -si nvidia-
[sudo] password for root:
Loading repository data…
Reading installed packages…S | Name | Type | Version | Arch | Repository
—±------------------------------------------±--------±--------------------------------------------±-------±----------
i | libnvidia-egl-gbm1 | package | 1.1.2-lp156.5.1 | x86_64 | repo-non-free (15.6)
i | libnvidia-gpucomp | package | 580.82.07-lp156.39.1 | x86_64 | repo-non-free (15.6)
i | nvidia-common-G06 | package | 580.82.07-lp156.39.1 | x86_64 | repo-non-free (15.6)
i | nvidia-compute-G06 | package | 580.82.07-lp156.39.1 | x86_64 | repo-non-free (15.6)
i | nvidia-compute-utils-G06 | package | 580.82.07-lp156.39.1 | x86_64 | repo-non-free (15.6)
i | nvidia-gl-G06 | package | 580.82.07-lp156.39.1 | x86_64 | repo-non-free (15.6)
i | nvidia-modprobe | package | 580.82.07-150400.9.3.1 | x86_64 | update-sle (15.6)
i | nvidia-modprobe | package | 580.82.07-150400.9.3.1 | x86_64 | Update repository with updates from SUSE Linux Enterprise 15
i | nvidia-open-driver-G06-signed-kmp-default | package | 580.82.07_k6.4.0_150600.23.65-150600.3.63.1 | x86_64 | update-sle (15.6)
i | nvidia-open-driver-G06-signed-kmp-default | package | 580.82.07_k6.4.0_150600.23.65-150600.3.63.1 | x86_64 | Update repository with updates from SUSE Linux Enterprise 15
i | nvidia-open-driver-G06-signed-kmp-default | package | 570.169_k6.4.0_150600.21-150600.3.53.2 | x86_64 | update-sle (15.6)
i | nvidia-open-driver-G06-signed-kmp-default | package | 570.169_k6.4.0_150600.21-150600.3.53.2 | x86_64 | Update repository with updates from SUSE Linux Enterprise 15
i | nvidia-persistenced | package | 580.82.07-150400.9.3.1 | x86_64 | update-sle (15.6)
i | nvidia-persistenced | package | 580.82.07-150400.9.3.1 | x86_64 | Update repository with updates from SUSE Linux Enterprise 15
i | nvidia-userspace-meta-G06 | package | 580.82.07-lp156.12.1 | noarch | repo-non-free (15.6)
i | nvidia-video-G06 | package | 580.82.07-lp156.39.1 | x86_64 | repo-non-free (15.6)
Question 1 :
What packages should I found.
Is there any list showing all the mandatory packages
Question 2 :
Why some packages are installed simultaneously from two different repositories.
Is it safe two delete one of the duplicate and how to choose which one to keep
Question 3 :
Why two different version of a package can be installed simultaneously.
Any comments are welcome…