Linux Logo Have you seen the error while installing a package using yum / yumex? Hai visto l'errore durante l'installazione di un pacchetto usando yum / yumex?

Error: vlc conflicts with faad2 >= 2.5 Errore: vlc conflitti con faad2> = 2,5
Error: Missing Dependency: faad2 < 2.5 is needed by package ffmpeg-libs Errore: mancante di dipendenza: faad2 <2,5 è necessario pacchetto di FFmpeg-libs

The error is because of using freshrpms repository or other repository to install recent version of faad2. L'errore è dovuto al fatto di utilizzare repository di freshrpms o altri repository di installare versione recente di faad2. Now let’s see how you can solve it. Adesso vediamo come è possibile risolverlo.

This is a common error when you are trying to install / update vlc or some other video libraries. Questo è un errore comune quando si sta tentando di installare / aggiornare vlc o qualche altro video biblioteche. To solve it follow the steps below: Per risolverlo seguire le seguenti operazioni:

  1. Remove faad2 - yum remove faad2 Rimuovere faad2 - yum rimuovere faad2
  2. Re-install faad2 from livna - yum –enablerepo=livna faad2 and any other removed libraries like ffmpeg-libs. Re-installare faad2 da livna - yum-enablerepo = livna faad2 e qualsiasi altra rimosso librerie come FFmpeg-libs. Remember not to include freshrpms repository while re-installing. Ricorda di non inserire freshrpms repository mentre re-installazione. It contains an advanced version of faad2, which is incompatible with most software. Esso contiene una versione avanzata del faad2, che è incompatibile con la maggior parte dei software.
  3. Now install vlc from livna. Ora installare vlc da livna.