Linux Logo Have you seen the error while installing a package using yum / yumex? ¿Ha visto el error al instalar un paquete utilizando yum / yumex?

Error: vlc conflicts with faad2 >= 2.5 Error: VLC conflictos con faad2> = 2,5
Error: Missing Dependency: faad2 < 2.5 is needed by package ffmpeg-libs Error: Falta de dependencia: faad2 <2,5 que se necesita por paquete FFmpeg-libs

The error is because of using freshrpms repository or other repository to install recent version of faad2. El error se debe a que el uso de freshrpms repositorio o de otro tipo repositorio para instalar la versión reciente de faad2. Now let’s see how you can solve it. Ahora vamos a ver cómo puede resolverlo.

This is a common error when you are trying to install / update vlc or some other video libraries. Este es un error común cuando usted está tratando de instalar o actualizar VLC o algún otro vídeo bibliotecas. To solve it follow the steps below: Para solucionarlo siga los siguientes pasos:

  1. Remove faad2 - yum remove faad2 Eliminar faad2 - yum eliminar faad2
  2. Re-install faad2 from livna - yum –enablerepo=livna faad2 and any other removed libraries like ffmpeg-libs. Vuelva a instalar faad2 de livna - yum-enablerepo = livna faad2 y cualquier otro eliminado las bibliotecas como FFmpeg-libs. Remember not to include freshrpms repository while re-installing. Recuerde no incluir freshrpms repositorio mientras que re-instalar. It contains an advanced version of faad2, which is incompatible with most software. Contiene una versión avanzada del faad2, que es incompatible con la mayoría del software.
  3. Now install vlc from livna. Ahora instale VLC de livna.