Linux的標誌 Have you seen the error while installing a package using yum / yumex?你見過的錯誤,而安裝了一套使用蔭/ 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 -庫

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 -百勝刪除f aad2
  2. Re-install faad2 from livna - yum –enablerepo=livna faad2 and any other removed libraries like ffmpeg-libs.重新安裝faad2從livna -百勝- e nablerepo= l ivnaf aad2和任何其他拆除圖書館一樣, f fmpeg-庫。 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從livna 。