Broken dependencies in rpmfusion-free

Ho Fedora 37, ho installato gli rpmfusion e ho digitato nel Terminale:

dnf install ffmpeg ffmpeg-libs x264

DNF mi avvisa che ci sono pacchetti con dipendenze rotte e mi invita a usare --allowerasing o --skip-broken:

Ultima verifica della scadenza dei metadati: 0:06:20 fa il lun 2 gen 2023, 22:19:42.
*Errore: *

  • Problema 1: problem with installed package libswscale-free-5.1.2-1.fc37.x86_64*
    • package ffmpeg-libs-5.1.2-3.fc37.x86_64 conflicts with libswscale-free provided by libswscale-free-5.1.2-1.fc37.x86_64*
    • package ffmpeg-5.1.2-3.fc37.x86_64 requires ffmpeg-libs(x86-64) = 5.1.2-3.fc37, but none of the providers can be installed*
    • conflicting requests*
  • Problema 2: problem with installed package libswresample-free-5.1.2-1.fc37.x86_64*
    • package ffmpeg-libs-5.1.2-3.fc37.x86_64 conflicts with libswresample-free provided by libswresample-free-5.1.2-1.fc37.x86_64*
    • package x264-0.164-3.20220602gitbaee400f.fc37.x86_64 requires ffmpeg-libs(x86-64), but none of the providers can be installed*
    • conflicting requests*
  • Problema 3: problem with installed package libpostproc-free-5.1.2-1.fc37.x86_64*
    • package ffmpeg-libs-5.1.2-3.fc37.i686 conflicts with libpostproc-free provided by libpostproc-free-5.1.2-1.fc37.x86_64*
    • conflicting requests*
    • package ffmpeg-libs-5.1.2-3.fc37.x86_64 conflicts with libpostproc-free provided by libpostproc-free-5.1.2-1.fc37.x86_64*
      (try to add ‘–allowerasing’ to command line to replace conflicting packages or ‘–skip-broken’ to skip uninstallable packages)

Non fidandomi del --allowerasing ho preferito --skip-broken:

dnf --skip-broken install ffmpeg ffmpeg-libs x264

e riporta questo:

Esclusione dei pacchetti con conflitti (aggiungere ‘–best --allowerasing’ alla linea di comando per forzarne l’aggiornamento):
ffmpeg-libs 5.1.2-3.fc37 (rpmfusion-free)
Ignoro i pacchetti con dipendenze rotte :
ffmpeg 5.1.2-3.fc37 (rpmfusion-free)
x264 0.164-3.fc37 (rpmfusion-free)

Riepilogo della transazione
==============================
Ignorati 3 pacchetti

Domanda. Devo forzare l’aggiornamento? Posso fidarmi di --best --allowerasing?

Ho provato con --best --allowerasing, ma dnf mi avvisa che il parametro --best è sconosciuto.

Ho quindi riprovato con:

dnf --allowerasing install ffmpeg ffmpeg-libs x264

e l’installazione si è completata senza errori. Almeno spero.
:neutral_face: