我在 RHEL 7.6 上安装 VLC Player 时遇到问题
我收到以下错误
Error: Package: libplacebo-0.4.0-2.el7.x86_64 (epel)
Requires: libvulkan.so.1()(64bit)
Error: Package: 1:vlc-core-3.0.6-17.el7.x86_64 (rpmfusion-free-updates)
Requires: libprotobuf-lite.so.8()(64bit)
**********************************************************************
yum can be configured to try to resolve such errors by temporarily enabling
disabled repos and searching for missing dependencies.
To enable this functionality please set 'notify_only=0' in /etc/yum/pluginconf.d/search-disabled-repos.conf
**********************************************************************
Error: Package: libplacebo-0.4.0-2.el7.x86_64 (epel)
Requires: libvulkan.so.1()(64bit)
Error: Package: 1:vlc-core-3.0.6-17.el7.x86_64 (rpmfusion-free-updates)
Requires: libprotobuf-lite.so.8()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
我尝试修复这个问题已经 3 天了,但还是没能修复。有人能帮我解释一下吗,这样我就能更好地理解并帮助别人?
答案1
缺少的软件包位于 RHEL 可选频道中,您需要在系统上启用它。
subscription-manager repos --enable=rhel-7-server-optional-rpms
在 AWS 上使用 RHEL 时,请通过以下方式启用它:
yum-config-manager --enable rhui-REGION-rhel-server-optional