Linux Logo Have you seen the error while installing a package using yum / yumex? Вы знаете об ошибке при установке пакета, используя yum / yumex?

Error: vlc conflicts with faad2 >= 2.5 Ошибка: vlc конфликты с faad2> = 2,5
Error: Missing Dependency: faad2 < 2.5 is needed by package ffmpeg-libs Ошибка: Отсутствует зависимостей: faad2 <2,5 необходим пакет ffmpeg-libs

The error is because of using freshrpms repository or other repository to install recent version of faad2. Ошибка из-за использования freshrpms хранилища или другого хранилища для установки последних версий faad2. Now let’s see how you can solve it. Теперь давайте посмотрим, как можно решить эту проблему.

This is a common error when you are trying to install / update vlc or some other video libraries. Это общая ошибка, когда вы пытаетесь установить / обновить vlc или какой-либо другой видеотек. To solve it follow the steps below: Чтобы решить эту проблему выполните следующие действия:

  1. Remove faad2 - yum remove faad2 Удалить faad2 - yum удалить faad2
  2. Re-install faad2 from livna - yum –enablerepo=livna faad2 and any other removed libraries like ffmpeg-libs. Повторно установить faad2 из Ливна - yum-enablerepo = Ливна faad2 и любые другие удалены библиотек как ffmpeg-libs. Remember not to include freshrpms repository while re-installing. Запомните, что нельзя включать freshrpms хранилище в то время как повторно установить. It contains an advanced version of faad2, which is incompatible with most software. Она содержит расширенный вариант faad2, которая не совместима с большинством программного обеспечения.
  3. Now install vlc from livna. Теперь установите vlc от Ливна.