Jump to content

Emby not installing from new ppa


bishop
Go to solution Solved by bishop,

Recommended Posts

bishop
$ sudo apt-get install -f emby
Reading package lists... Done
Building dependency tree       
Reading state information... Done
$

I upgraded all of the other pieces before trying to install emby. Mediabrowser package is no longer installed.

tail -f /var/log/apt.* and dpkg.* don't reveal any helpful information.

Link to comment
Share on other sites

hurricanehrndz

sudo add-apt-repository ppa:apps-z/emby
sudo apt-get update
sudo apt-get install mono-runtime mediainfo libsqlite3-dev imagemagick-6.q8 \
libmagickwand-6.q8-2 libmagickcore-6.q8-2 emby

 

the apt-get update is important, same with the whole install instructions. If you are on debian, please use those instructions.  Please ensure you don't use "-f" flag unless apt-get tells you to.

 

Please see install instructions on front page.

Edited by hurricanehernandez
Link to comment
Share on other sites

bishop

I followed the guide as posted. All dependencies are met.

 

This is the result of my latest attempt to install:

[18:19:50] username@server:~$ sudo add-apt-repository ppa:apps-z/emby
[sudo] password for username: 
 Emby Server is a home media server built using other popular open source technologies. http://www.emby.media
 More info: https://launchpad.net/~apps-z/+archive/ubuntu/emby
Press [ENTER] to continue or ctrl-c to cancel adding it

[removed]
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK

[18:20:13] username@server:~$ sudo apt-get update
[removed for length, successful]

[18:20:45] username@server:~$ sudo apt-get install mono-runtime mediainfo libsqlite3-dev imagemagick-6.q8 \
> libmagickwand-6.q8-2 libmagickcore-6.q8-2 emby
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libsqlite3-dev is already the newest version.
mediainfo is already the newest version.
imagemagick-6.q8 is already the newest version.
libmagickcore-6.q8-2 is already the newest version.
libmagickwand-6.q8-2 is already the newest version.

[18:21:56] username@server:~$ 

That leaves mono-runtime for me to install/update and emby. This is what happens if I run those two:

$ sudo apt-get install mono-runtime emby
Reading package lists... Done
Building dependency tree       
Reading state information... Done
$

Oh, look at this:

$ sudo apt-get install mono-runtime
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
[truncated, successful]
$

Now at this:

$ sudo apt-get install emby
Reading package lists... Done
Building dependency tree       
Reading state information... Done
$
Edited by bishop
Link to comment
Share on other sites

hurricanehrndz

What distro?

 

try apt-get download emby

Edited by hurricanehernandez
Link to comment
Share on other sites

bishop


$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty


$ sudo apt-get download emby
Get:1 http://ppa.launchpad.net/apps-z/emby/ubuntu/ trusty/main emby all 3.0.5607.2-0.bzr3778+201505261732~ubuntu14.04.1 [14.2 MB]
Fetched 14.2 MB in 11s (1,228 kB/s)

$

Link to comment
Share on other sites

bishop

Split emby into its own install line in the guide. Following it as written is what got me.

 

I didn't want to upgrade mono unless it worked. Figured I'd give it a go and all successful.

Link to comment
Share on other sites

hurricanehrndz

Split emby into its own install line in the guide. Following it as written is what got me.

 

I didn't want to upgrade mono unless it worked. Figured I'd give it a go and all successful.

emby is build against mono 4.0, you would have update regardless otherwise the runtime dependencies would not have been met. So did you get it working? And can you please clarify "Following it as written is what got me."

Link to comment
Share on other sites

  • Solution
bishop

Instead of

sudo add-apt-repository ppa:apps-z/emby
sudo apt-get update
sudo apt-get install mono-runtime mediainfo libsqlite3-dev imagemagick-6.q8 \
libmagickwand-6.q8-2 libmagickcore-6.q8-2 emby

this is what worked

sudo add-apt-repository ppa:apps-z/emby
sudo apt-get update
sudo apt-get install mono-runtime mediainfo libsqlite3-dev imagemagick-6.q8 libmagickwand-6.q8-2 libmagickcore-6.q8-2 
sudo apt-get install emby
Link to comment
Share on other sites

hurricanehrndz

 

Instead of

sudo add-apt-repository ppa:apps-z/emby
sudo apt-get update
sudo apt-get install mono-runtime mediainfo libsqlite3-dev imagemagick-6.q8 \
libmagickwand-6.q8-2 libmagickcore-6.q8-2 emby

this is what worked

sudo add-apt-repository ppa:apps-z/emby
sudo apt-get update
sudo apt-get install mono-runtime mediainfo libsqlite3-dev imagemagick-6.q8 libmagickwand-6.q8-2 libmagickcore-6.q8-2 
sudo apt-get install emby

Interesting, because I have never had an issue either way, thank you for the feedback though.

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...