vlc can not be installed because of dependency problem. like :
Error: Missing Dependency: libx264.so.54 is needed by package ffmpeg-libs Error: Missing Dependency: libdts.so.0 is needed by package ffmpeg-libs Error: Missing Dependency: libdts.so.0 is needed by package vlc Error: vlc conflicts with faad2 >= 2.5 Error: Missing Dependency: libx264.so.54 is needed by package vlc Error: Missing Dependency: faad2 < 2.5 is needed by package ffmpeg-libs
when livna repository [ http://rpm.livna.org/livna-release-7.rpm ] is installed into Fedora setup.
But even then if some want to install vlc the s/he can do that by
</span>
yum --disablerepo=livna install vlc -y
<span>
But even then one can not escape from the dependency problem. Because they would show up when s/he will start to update the system “yum update” !!!!
So whats the solution??
HERE is one more addition:
Error: Missing Dependency: libx264.so.54 is needed by package vlc
can be resolved by:
yum remove libdca
yum remove x264
yum –disablerepo=freshrpms install libdca
yum –disablerepo=freshrpms install x264
WHAT I DID
Removed the livna repository from my Fedora setup (just remove the livna rpm mentioned earlier). and also removed all FAAD – related programs. Then uninstalled xmms etc.
and then I inssued ‘yum install vlc’ when it install:
vlc can not be installed because of dependency problem. like :
Error: Missing Dependency: libx264.so.54 is needed by package ffmpeg-libs Error: Missing Dependency: libdts.so.0 is needed by package ffmpeg-libs Error: Missing Dependency: libdts.so.0 is needed by package vlc Error: vlc conflicts with faad2 >= 2.5 Error: Missing Dependency: libx264.so.54 is needed by package vlc Error: Missing Dependency: faad2 < 2.5 is needed by package ffmpeg-libs
when livna repository [ http://rpm.livna.org/livna-release-7.rpm ] is installed into Fedora setup.
But even then if some want to install vlc the s/he can do that by
</span>
yum --disablerepo=livna install vlc -y
<span>
But even then one can not escape from the dependency problem. Because they would show up when s/he will start to update the system “yum update” !!!!
So whats the solution??
HERE is one more addition:
Error: Missing Dependency: libx264.so.54 is needed by package vlc
can be resolved by:
yum remove libdca
yum remove x264
yum –disablerepo=freshrpms install libdca
yum –disablerepo=freshrpms install x264
WHAT I DID
Removed the livna repository from my Fedora setup (just remove the livna rpm mentioned earlier). and also removed all FAAD – related programs. Then uninstalled xmms etc.
and then I inssued ‘yum install vlc’ when it installs:
Installed: vlc.i386 0:0.8.6c-1.fc7
Dependency Installed: faad2.i386 0:2.5-2.fc7
Now I can reinstall all the other programs that I removed earlier easily.