emby 安装时报错,异常如下
emby's Home Project (CentOS_7) 41 kB/s | 40 kB 00:00
Error:
Problem: package emby-server-3.3.1.0-68.6.x86_64 requires embymagick >= 6.9.6+6, but none of the providers can be installed
- conflicting requests
- nothing provides libwebp.so.4()(64bit) needed by embymagick-6.9.6+6-7.5.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
出现此问题可能是系统版本和repo版本不一致导致。
- 检查一下系统版本
cat /etc/redhat-release
CentOS Linux release 8.1.1911 (Core)
- 检查repo版本。如路径中包含 (Centos 7)
http://download.opensuse.org/repositories/home:/emby/CentOS_7/home:emby.repo
或者 直接查看导入的repo文件
cat /etc/yum.repos.d/home\:emby.repo
[home_emby]
name=emby's Home Project (CentOS_7)
type=rpm-md
baseurl=http://download.opensuse.org/repositories/home:/emby/CentOS_7/
gpgcheck=1
gpgkey=http://download.opensuse.org/repositories/home:/emby/CentOS_7/repodata/repomd.xml.key
enabled=1
因为网上还没有Centos 8的仓库,可以直接使用官方的rpm文件安装。
如
Centos 8 安装 Emby