Jump to content

Dependency error on CentOS 7


Guest Arg
Go to solution Solved by mastrmind11,

Recommended Posts

Guest Arg

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 by Arg
Link to comment
Share on other sites

  • Solution
mastrmind11

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 by mastrmind11
Link to comment
Share on other sites

Guest Arg

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  by Arg
	
	

			
		
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...