Got the following error when installing VLC on Fedora Core 27.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
[root@host ~]# dnf install vlc-core This system is receiving updates from Spacewalk server. error: rpmdbNextIterator: skipping h# 1627 region trailer: BAD, tag 139 type 140 offset -141 count 142 Last metadata expiration check: 0:42:52 ago on Wed 21 Nov 2018 14:03:07 AEDT. Error: Problem: conflicting requests - nothing provides libx264.so.148 needed by vlc-core-3.0.0-0.43.git20171208.fc27.i686 - nothing provides libx265.so.130()(64bit) needed by vlc-core-3.0.0-0.43.git20171208.fc27.x86_64 - nothing provides libx265.so.130()(64bit) needed by vlc-core-3.0.0-0.40.git20171122.fc27.x86_64 - nothing provides libx264.so.148 needed by vlc-core-3.0.0-0.40.git20171122.fc27.i686 - nothing provides libx264.so.148 needed by vlc-core-3.0.0-0.44.git20171215rc2.fc27.i686 - nothing provides libx265.so.130()(64bit) needed by vlc-core-3.0.0-0.44.git20171215rc2.fc27.x86_64 - nothing provides libx264.so.148 needed by vlc-core-3.0.0-0.48.git20180109.rc5.fc27.i686 - nothing provides libx265.so.130()(64bit) needed by vlc-core-3.0.0-0.48.git20180109.rc5.fc27.x86_64 - nothing provides libx264.so.148 needed by vlc-core-3.0.0-1.fc27.i686 - nothing provides libx265.so.130()(64bit) needed by vlc-core-3.0.0-1.fc27.x86_64 - nothing provides libx264.so.148 needed by vlc-core-3.0.1-1.fc27.i686 - nothing provides libx265.so.130()(64bit) needed by vlc-core-3.0.1-1.fc27.x86_64 - nothing provides libx264.so.148 needed by vlc-core-3.0.2-1.fc27.i686 - nothing provides libx265.so.130()(64bit) needed by vlc-core-3.0.2-1.fc27.x86_64 - nothing provides libx265.so.130()(64bit) needed by vlc-core-3.0.3-2.fc27.x86_64 - nothing provides libx264.so.148 needed by vlc-core-3.0.3-2.fc27.i686 - nothing provides libx264.so.148 needed by vlc-core-3.0.4-2.fc27.i686 - nothing provides libx265.so.130()(64bit) needed by vlc-core-3.0.4-2.fc27.x86_64 - nothing provides libx265.so.130()(64bit) needed by vlc-core-3.0.5-4.fc27.x86_64 - nothing provides libx264.so.148 needed by vlc-core-3.0.5-4.fc27.i686 |
The correct way to install VLC on any FC new then 22 is,
1 2 3 4 5 |
dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm dnf install vlc dnf install python-vlc npapi-vlc |
This will work.