Jump to content

Problem to install emby on DEBIAN


thiagomnk

Recommended Posts

thiagomnk
http://download.opensuse.org/repositories/home:/emby/Debian_8.0/ /'> / Etc / apt / sources.list.d / emby-server.list)Appears: file or directory not found. When I give the command (apt-get install emby-server) it appears E: impossible to find the package emby-server, I am of the time of the media browser 3 I always used windowns server, I want to use debian now, can anyone help me ??? ????

Sorry my english hehehehe

My friends have a problem, the following I installed DEBIAN and downloaded the packages, when I give the command (echo 'deb http://download.opensuse.org/repositories/home:/emby/Debian_8.0/ /'> / Etc / apt / sources.list.d / emby-server.list) I'm trying to use debian now, but I'm not sure what to do, but I'm not sure how to do this. , Can someone help me.???????

Link to comment
Share on other sites

Jdiesel

You need to run the commands as root.

sudo echo 'deb http://download.opensuse.org/repositories/home:/emby/Debian_8.0/ /' > /etc/apt/sources.list.d/emby-server.list
sudo wget http://download.opensuse.org/repositories/home:emby/Debian_8.0/Release.key
sudo apt-key add - < Release.key
sudo apt-get update
sudo apt-get install emby-server
Edited by Jdiesel
Link to comment
Share on other sites

mastrmind11

Add the repository key to apt by following the instructions on the dl page.

 

edit: @@Jdiesel beat me to it.

Edited by mastrmind11
Link to comment
Share on other sites

thiagomnk

Boy, now it works out with the codes and tips that have passed me, what's happening right now, and when I send the command (apt-get install emby-server) it appears: impossible to find emby-server package.

 

Any light ???

Link to comment
Share on other sites

thiagomnk

Hello @@Luke my friend I followed the tutorial step by step but I was giving these errors, if someone has been willing to do a remote access on my machine and see what I am doing wrong I would be very grateful.

Link to comment
Share on other sites

thiagomnk

netsim@debian-emby:~$ su
Senha:

 

root@debian-emby:/home/netsim# sudo echo "deb http://downlaod.opensuse.org/repositories/home:/emby/Debian_8.0/ /' > /etc/apt/sources.list.d/emby-server.list
> ^C

 

root@debian-emby:/home/netsim# sudo wget http://download.opensuse.org/repositories/home:emby/Debian_8.0/Release.key
--2016-12-14 17:32:59--  http://download.opensuse.org/repositories/home:emby/Debian_8.0/Release.key
Resolvendo download.opensuse.org (download.opensuse.org)... 195.135.221.134, 2001:67c:2178:8::13
Conectando-se a download.opensuse.org (download.opensuse.org)|195.135.221.134|:80... conectado.
A requisição HTTP foi enviada, aguardando resposta... 301 Moved Permanently
Localização: http://download.opensuse.org/repositories/home:/emby/Debian_8.0/Release.key [redirecionando]
--2016-12-14 17:33:00--  http://download.opensuse.org/repositories/home:/emby/Debian_8.0/Release.key
Reaproveitando a conexão existente para download.opensuse.org:80.
A requisição HTTP foi enviada, aguardando resposta... 200 OK
Tamanho: 1089 (1,1K) [application/pgp-keys]
Salvando em: “Release.key.3”

Release.key.3       100%[=====================>]   1,06K  --.-KB/s   em 0s     

2016-12-14 17:33:01 (169 MB/s) - “Release.key.3” salvo [1089/1089]

 

root@debian-emby:/home/netsim# sudo apt-key add - < Release.key
OK

root@debian-emby:/home/netsim# sudo apt-get update
Ign cdrom://[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 DVD Binary-1 20160917-14:25] jessie InRelease
Ign cdrom://[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 DVD Binary-1 20160917-14:25] jessie Release.gpg
Ign cdrom://[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 DVD Binary-1 20160917-14:25] jessie Release
Ign cdrom://[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 DVD Binary-1 20160917-14:25] jessie/contrib amd64 Packages/DiffIndex
Ign cdrom://[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 DVD Binary-1 20160917-14:25] jessie/main amd64 Packages/DiffIndex
Ign cdrom://[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 DVD Binary-1 20160917-14:25] jessie/contrib Translation-pt_BR
Ign cdrom://[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 DVD Binary-1 20160917-14:25] jessie/contrib Translation-pt
Lendo listas de pacotes... Pronto

root@debian-emby:/home/netsim# sudo apt-get install emby-server
Lendo listas de pacotes... Pronto
Construindo árvore de dependências       
Lendo informação de estado... Pronto
E: Impossível encontrar o pacote emby-server

root@debian-emby:/home/netsim# /

 

 

 

 

 

 

I was wrong the parts in Portuguese and not to leave context, I'm Brazilian.

 

I was wrong the parts in Portuguese and not to leave context, I'm Brazilian.

Edited by thiagomnk
Link to comment
Share on other sites

Jdiesel

netsim@debian-emby:~$ su

Senha:

 

root@debian-emby:/home/netsim# sudo echo "deb http://downlaod.opensuse.org/repositories/home:/emby/Debian_8.0/ /' > /etc/apt/sources.list.d/emby-server.list

> ^C

 

There appears to be a typo in this line, download is spelled wrong. Should be:

 

sudo echo "deb http://download.opensuse.org/repositories/home:/emby/Debian_8.0/ /' > /etc/apt/sources.list.d/emby-server.list

 

Remove the incorrect entry first before re-adding the correct one.

sudo rm /etc/apt/sources.list.d/emby-server.list
sudo echo "deb http://download.opensuse.org/repositories/home:/emby/Debian_8.0/ /' > /etc/apt/sources.list.d/emby-server.list
sudo apt-get update
sudo apt-get install emby-server
Edited by Jdiesel
  • Like 1
Link to comment
Share on other sites

thiagomnk

root@debian-emby:/home/netsim# rm /etc/apt/sources.list.d/emby-server.list
rm: não foi possível remover “/etc/apt/sources.list.d/emby-server.list”: Arquivo ou diretório não encontrado

 

root@debian-emby:/home/netsim# echo 'deb http://download.opensuse.org/repositories/home:/emby/Debian_8.0/ /' > /etc/apt/sources.list.d/emby-server.list
root@debian-emby:/home/netsim# wget http://download.opensuse.org/repositories/home:emby/Debian_8.0/Release.key
--2016-12-14 23:49:58--  http://download.opensuse.org/repositories/home:emby/Debian_8.0/Release.key
Resolvendo download.opensuse.org (download.opensuse.org)... 195.135.221.134, 2001:67c:2178:8::13
Conectando-se a download.opensuse.org (download.opensuse.org)|195.135.221.134|:80... conectado.
A requisição HTTP foi enviada, aguardando resposta... 301 Moved Permanently
Localização: http://download.opensuse.org/repositories/home:/emby/Debian_8.0/Release.key [redirecionando]
--2016-12-14 23:49:58--  http://download.opensuse.org/repositories/home:/emby/Debian_8.0/Release.key
Reaproveitando a conexão existente para download.opensuse.org:80.
A requisição HTTP foi enviada, aguardando resposta... 200 OK
Tamanho: 1089 (1,1K) [application/pgp-keys]
Salvando em: “Release.key.4”

Release.key.4       100%[=====================>]   1,06K  --.-KB/s   em 0s     

2016-12-14 23:49:59 (173 MB/s) - “Release.key.4” salvo [1089/1089]

root@debian-emby:/home/netsim# apt-key add - < Release.key
OK

 

root@debian-emby:/home/netsim# apt-get update
Ign cdrom://[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 DVD Binary-1 20160917-14:25] jessie InRelease
Ign cdrom://[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 DVD Binary-1 20160917-14:25] jessie Release.gpg
Ign cdrom://[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 DVD Binary-1 20160917-14:25] jessie Release
Ign cdrom://[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 DVD Binary-1 20160917-14:25] jessie/contrib amd64 Packages/DiffIndex
Ign cdrom://[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 DVD Binary-1 20160917-14:25] jessie/main amd64 Packages/DiffIndex
Ign cdrom://[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 DVD Binary-1 20160917-14:25] jessie/contrib Translation-pt_BR
Ign cdrom://[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 DVD Binary-1 20160917-14:25] jessie/contrib Translation-pt
Ign http://download.opensuse.org InRelease
Obter:1 http://download.opensuse.org Release.gpg [481 B]
Obter:2 http://download.opensuse.org Release [997 B]
Obter:3 http://download.opensuse.org Packages [35,9 kB]
Ign http://download.opensuse.org Translation-pt_BR    
Ign http://download.opensuse.org Translation-pt                               
Ign http://download.opensuse.org Translation-en                               
Baixados 37,4 kB em 6s (5.487 B/s)                                             
Lendo listas de pacotes... Pronto

 

root@debian-emby:/home/netsim# apt-get install emby-server
Lendo listas de pacotes... Pronto
Construindo árvore de dependências       
Lendo informação de estado... Pronto
Alguns pacotes não puderam ser instalados. Isto pode significar que
você solicitou uma situação impossível ou, se você está usando a
distribuição instável, que alguns pacotes requeridos não foram
criados ainda ou foram retirados da "Incoming".
A informação a seguir pode ajudar a resolver a situação:

Os pacotes a seguir têm dependências desencontradas:
 emby-server : Depende: mono-devel (>= 4.6) mas não será instalado
E: Impossível corrigir problemas, você manteve (hold) pacotes quebrados.
root@debian-emby:/home/netsim# service emby-server start
Failed to start emby-server.service: Unit emby-server.service failed to load: No such file or directory.
root@debian-emby:/home/netsim#

 

 

 

Now it was however I gave error saying that some packages were not found, when I give start command of the emby of this message (root @ debian-emby: / home / netsim # service emby-server start
Failed to start emby-server.service: Unit emby-server.service failed to load: No such file or directory.)

Edited by thiagomnk
Link to comment
Share on other sites

thiagomnk

 

When I install it through the direct directory this error appears.

Boy, if you can help me one more time, I thank you.

5851fa255395c_embybug.png

 

Error: This package is uninstallable
Cannot install 'mono-devel'

Link to comment
Share on other sites

thiagomnk

netsim@debian-emby:~$ su
Senha:
root@debian-emby:/home/netsim# apt-get install mono-devel
Lendo listas de pacotes... Pronto
Construindo árvore de dependências       
Lendo informação de estado... Pronto
Alguns pacotes não puderam ser instalados. Isto pode significar que
você solicitou uma situação impossível ou, se você está usando a
distribuição instável, que alguns pacotes requeridos não foram
criados ainda ou foram retirados da "Incoming".
A informação a seguir pode ajudar a resolver a situação:

Os pacotes a seguir têm dependências desencontradas:
 mono-devel : Depende: libmono-cil-dev (= 4.6.2.7-0xamarin3) mas não será instalado
E: Impossível corrigir problemas, você manteve (hold) pacotes quebrados.
root@debian-emby:/home/netsim#

 

 

 

 

And my friends I'm about to give up installing on debian and put on the same windowns server, I did manually apt-get install mono-devel and gave me the same message, said that this package is missing
 

Link to comment
Share on other sites

mastrmind11

sudo apt-get update

sudo apt-get install --fix-missing

 

or...

 

cd to where the package file is located and run:

sudo dpkg -i emby-server_3.0.8500_8.1_all.deb

sudo apt-get -f install

Edited by mastrmind11
Link to comment
Share on other sites

thiagomnk

And my buddy will format again and try from the beginning that so far has come to nothing, it is not possible an hour I can install this server, I am not wanting to install the windowns server I want to do in debian

Link to comment
Share on other sites

mastrmind11

So install Ubuntu 16.04 and install Emby on that.  Basically the same thing as Debian (not sure why it makes a difference anyway), and tons of us have it running fine on Ubuntu.

Edited by mastrmind11
Link to comment
Share on other sites

thiagomnk

Oops my friend thank you I will try here if you give some warning in the forum since I thank you for the help of all, I will make last attempt in debian of the beginning if it does not work I will go to another system.

Link to comment
Share on other sites

thiagomnk

and laughing like not putting the file and pointing to him not go, puts wanted to do with debian and ubuntu, not fuck too much. ...

 

dude did anyone already installed with debian? and it worked the first time.

Link to comment
Share on other sites

thiagomnk

Guys seriously, thank you so much for the strength they gave me, when our friend @@hurricanehrndz has posted the video I had already begun to do in UBUNTU it all worked out now and I'm starting to download the packages only emby, thanks guys by force heheheh community mediabrowser software oops now and emby boys all blood if anyone is going through Brasilia send msg if you need a place to stay hug!!!

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