Guest Arg Posted August 10, 2017 Posted August 10, 2017 (edited) Hi there I've followed the instructions to install Emby on CentOS 7. I already have EPEL activated and I installed the emby.repo from OBS. But unfortunately I get a dependency error with mono : Error: Package: emby-server-3.2.26.0-49.1.x86_64 (home_emby) Requires: mono-wcf >= 4.4.2.11 Available: mono-wcf-4.2.4-7.el7.x86_64 (epel) mono-wcf = 4.2.4-7.el7 Error: Package: emby-server-3.2.26.0-49.1.x86_64 (home_emby) Requires: mono-core >= 4.4.2.11 Available: mono-core-4.2.4-7.el7.x86_64 (epel) mono-core = 4.2.4-7.el7 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest PS: I haven't seen a newer version of mono-core in the Software Collections (SCL) neither. Edited August 10, 2017 by Arg
Luke 42078 Posted August 11, 2017 Posted August 11, 2017 Hi, did you follow all of the instructions on our download page for CentOS? https://emby.media/linux-server.html Thanks.
Solution mastrmind11 722 Posted August 11, 2017 Solution Posted August 11, 2017 (edited) Hi there I've followed the instructions to install Emby on CentOS 7. I already have EPEL activated and I installed the emby.repo from OBS. But unfortunately I get a dependency error with mono : Error: Package: emby-server-3.2.26.0-49.1.x86_64 (home_emby) Requires: mono-wcf >= 4.4.2.11 Available: mono-wcf-4.2.4-7.el7.x86_64 (epel) mono-wcf = 4.2.4-7.el7 Error: Package: emby-server-3.2.26.0-49.1.x86_64 (home_emby) Requires: mono-core >= 4.4.2.11 Available: mono-core-4.2.4-7.el7.x86_64 (epel) mono-core = 4.2.4-7.el7 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest PS: I haven't seen a newer version of mono-core in the Software Collections (SCL) neither. Version mono-core-4.6.2-4.el7.x86_64.rpm is available if you switch over to Testing. https://pkgs.org/download/mono-core Or you can just install the rpm above manually. Some useful info here: https://stackoverflow.com/questions/37996705/installing-a-specific-mono-version-on-centos7-or-rhel-7-2 Edited August 11, 2017 by mastrmind11
Guest Arg Posted August 11, 2017 Posted August 11, 2017 (edited) Ok thanks mastermind ! Then the CentOS 7 manual could be updated : cd /etc/yum.repos.d/ wget http://download.opensuse.org/repositories/home:emby/CentOS_7/home:emby.repo yum --enablerepo=epel-testing install mono-core yum install emby-server systemctl start emby-server Edited August 11, 2017 by Arg
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now