Error installing "binutils"

Due to the current issue with the Nvidia drivers, I’m currently using snapshot “20260425” (kernel 6.19). Since the latest snapshot now works for some people, who had issues before, I wanted to install it. However, I get an error when installing “binutils” (unfortunately, I didn’t catch the exact wording of the error message, something about “…subcomponent…”). When I answer the following prompt with “i” (for ignore), more errors appear. I then reverted to the old snapshot and tried again, but the same error appeared.

I am afraid this is just a story without much computer facts. You did not even tell how you tried to install.
The best thing is always to copy/paste the command and all output here in a post (and of course as Preformatted text, the button </>)

And when you did using a GUI (YaST > Software Management or Myrlyn) then the best is to change to

zypper in binutils

to show what you did and what happened.

I used “zypper dup”!
Using “zypper in binutils” gives:

Das folgende Paket wird aktualisiert:
  binutils

1 Paket wird aktualisiert.

Größe des Pakets zum Herunterladen:
            |       7,8 MiB  Gesamtpaketgröße
       0 B  |  -    7,8 MiB  bereits im Cache

Änderung der Installationsgröße des Pakets:
              |      64,0 MiB  erforderlich für Pakete, die installiert werden sollen
   107,6 KiB  |  -   63,9 MiB  freigegeben von Paketen, die entfernt werden sollen

Backend:  classic_rpmtrans
Fortfahren? [j/n/v/...? zeigt alle Optionen] (j): j
Im Cache binutils-2.45-3.2.x86_64.rpm                                                                   (1/1),   7,8 MiB    

Überprüfung auf Dateikonflikte läuft: ..............................................................................[fertig]
update-alternatives: error: no alternatives for ld
error: %prein(binutils-2.45-3.2.x86_64) scriptlet failed, exit status 2
error: binutils-2.45-3.2.x86_64: install failed
error: binutils-2.45-2.3.x86_64: erase skipped
(1/1) Installieren: binutils-2.45-3.2.x86_64 .......................................................................[Fehler]
Installation von binutils-2.45-3.2.x86_64 fehlgeschlagen:
Fehler: Subprocess failed. Error: RPM fehlgeschlagen: Kommando mit Status 1 beendet.
Abbrechen, wiederholen, ignorieren? [a/w/i] (a): a

There are already several threads with the same topic. Search for „ no alternatives for ld“.

Btw, you don‘t even need to stay on this old snapshot regardless of the kernel/Nvidia issue. Simply use the longterm kernel and driver and you can use an up to date system (this was also described in the relevant thread).

As an afterburner.
Please do not say things like “Using xxx gives”, just include that prompt/command line inside the copy/paste. We then all see what you did and there is no reason for you to type that extra line.
Also, when your system is not English and you want to post in the English language forums, then always precede your command with LANG=C. Example:

LANG=C zypper in binutils

Like “hendersj” in the thread “Black screen on nvidia…”, I now did:

sudo update-alternatives --install /usr/bin/ld ld /usr/bin/ld.bfd 20

and then “zypper in binutils” successfully.
After that i did “zypper dup” with no errors, but interestingly there were only ~1900 packages, instead of ~3500 as before.
After reboot the system now is booting without issues, but a KWin error (reset) pops up every now and then in Plasma .

micha@linux:~> inxi -b
System:
  Host: linux.fritz.box Kernel: 7.0.5-1-default arch: x86_64 bits: 64
  Desktop: KDE Plasma v: 6.6.4 Distro: openSUSE Tumbleweed 20260511
Machine:
  Type: Desktop Mobo: ASUSTeK model: ROG STRIX X570-F GAMING v: Rev X.0x
    serial: <superuser required> Firmware: UEFI vendor: American Megatrends
    v: 2203 date: 06/17/2020
CPU:
  Info: 16-core AMD Ryzen 9 3950X [MT MCP] speed (MHz): avg: 2200
    min/max: 2200/4761
Graphics:
  Device-1: NVIDIA GA106 [GeForce RTX 3060 Lite Hash Rate] driver: nvidia
    v: 580.159.03
  Display: wayland server: X.org v: 1.21.1.21 with: Xwayland v: 24.1.11
    compositor: kwin_wayland driver: X: loaded: nvidia
    unloaded: modesetting,vesa gpu: nvidia,nvidia-nvswitch
    resolution: 1920x1200~60Hz
  API: OpenGL v: 4.6.0 compat-v: 4.6 vendor: nvidia mesa v: 580.159.03
    renderer: NVIDIA GeForce RTX 3060/PCIe/SSE2
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
    de: kscreen-console,kscreen-doctor gpu: nvidia-smi wl: wayland-info
    x11: xdpyinfo, xprop, xrandr
Network:
  Device-1: Intel I211 Gigabit Network driver: igb
  Device-2: Intel Wi-Fi 6E AX210/AX1675 2x2 [Typhoon Peak] driver: iwlwifi
Drives:
  Local Storage: total: 1.71 TiB used: 71.46 GiB (4.1%)
Info:
  Memory: total: 32 GiB available: 31.24 GiB used: 3.79 GiB (12.1%)
  Processes: 555 Uptime: 0h 12m Shell: Bash inxi: 3.3.40

Should I try G07-driver?