Jump to content

Debian


Luke

Recommended Posts

WARNING: this post will likely contain a high level of Debian and/or Emby ignorance...

 

I'm just starting to try to install Emby on my media server, a PogoPlug V4 running Debian/Wheezy 7.11

 

Logged in as root, I tried:

echo 'deb http://download.opensuse.org/repositories/home:/emby/Debian_7.0/ /' > /etc/apt/sources.list.d/emby-server.list
apt-get update

I got a GPG error which I fixed with

 

apt-key adv --keyserver keyserver.opensuse.org --recv-keys 0A506F712A7D8A28
...after which apt-get update seemed to complete successfully:
 
...
Ign http://download.webmin.com sarge/contrib Translation-en
Hit http://download.opensuse.org  Packages
Ign http://download.opensuse.org  Translation-en
Fetched 481 B in 27s (17 B/s)
 
But then when I entered  "apt-get install emby-server", I got the following message:
 
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:


The following packages have unmet dependencies:
 emby-server : Depends: mono-runtime (>= 2.10.1) but it is not going to be installed
               Depends: libmono-corlib4.5-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-microsoft-csharp4.0-cil (>= 1.0) but it is not going to be installed
               Depends: libmono-posix4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-configuration4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-core4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-data4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-drawing4.0-cil (>= 3.0.6) but it is not going to be installed
               Depends: libmono-system-io-compression4.0-cil (>= 3.2.1) but it is not going to be installed
               Depends: libmono-system-net-http4.0-cil (>= 1.0) but it is not going to be installed
               Depends: libmono-system-runtime-serialization4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-servicemodel4.0a-cil (>= 3.2.3) but it is not going to be installed
               Depends: libmono-system-transactions4.0-cil (>= 1.0) but it is not going to be installed
               Depends: libmono-system-web4.0-cil (>= 2.10.3) but it is not going to be installed
               Depends: libmono-system-xml-linq4.0-cil (>= 3.0.6) but it is not going to be installed
               Depends: libmono-system-xml4.0-cil (>= 3.12.0) but it is not going to be installed
               Depends: libmono-system4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libembysqlite3-0 but it is not installable
               Depends: embymagick but it is not installable
               Depends: mono-devel (>= 4.6) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
 
...at which point I have reached the limit of my abilities to improvise a fix. 
 
Any help or advice you can offer a poor noob would be greatly appreciated.
 
Edited by huge
Link to comment
Share on other sites

 

WARNING: this post will likely contain a high level of Debian and/or Emby ignorance...

 

I'm just starting to try to install Emby on my media server, a PogoPlug V4 running Debian/Wheezy 7.11

 

Logged in as root, I tried:

 

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

apt-get update

 

 

...and got the following at the end of the usual "apt-get update" text:

 

...

Ign http://download.webmin.com sarge/contrib Translation-en
Ign http://download.opensuse.org  Translation-en
Fetched 481 B in 27s (17 B/s)
Reading package lists... Done
W: GPG error: http://download.opensuse.org  Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0A506F712A7D8A28
 
 
 
A little googling on that error message led me to try:
 
apt-key adv --keyserver keyserver.opensuse.org --recv-keys 0A506F712A7D8A28
 
 
 
 
...after which apt-get update seemed to complete successfully:
 
Ign http://download.webmin.com sarge/contrib Translation-en
Ign http://download.opensuse.org  Translation-en
Fetched 481 B in 27s (17 B/s)
 
 
 
But then when I entered  "apt-get install emby-server", I got the following message:
 
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
 
The following packages have unmet dependencies:
 emby-server : Depends: mono-runtime (>= 2.10.1) but it is not going to be installed
               Depends: libmono-corlib4.5-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-microsoft-csharp4.0-cil (>= 1.0) but it is not going to be installed
               Depends: libmono-posix4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-configuration4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-core4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-data4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-drawing4.0-cil (>= 3.0.6) but it is not going to be installed
               Depends: libmono-system-io-compression4.0-cil (>= 3.2.1) but it is not going to be installed
               Depends: libmono-system-net-http4.0-cil (>= 1.0) but it is not going to be installed
               Depends: libmono-system-runtime-serialization4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-servicemodel4.0a-cil (>= 3.2.3) but it is not going to be installed
               Depends: libmono-system-transactions4.0-cil (>= 1.0) but it is not going to be installed
               Depends: libmono-system-web4.0-cil (>= 2.10.3) but it is not going to be installed
               Depends: libmono-system-xml-linq4.0-cil (>= 3.0.6) but it is not going to be installed
               Depends: libmono-system-xml4.0-cil (>= 3.12.0) but it is not going to be installed
               Depends: libmono-system4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libembysqlite3-0 but it is not installable
               Depends: embymagick but it is not installable
               Depends: mono-devel (>= 4.6) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
 
 
 
...at which point I have reached the limit of my abilities to improvise a fix.  I'm guessing that the two problems are unrelated and that I did actually solve the GPG problem, but I could obviously be wrong.
 
Any help or advice you can offer a poor noob would be greatly appreciated.
 

 

Well i have a similar Problem. I have (or better had) emby-server running on a raspberry pi3 and i did some upgrades this morning. I noticed too late that some mono upgrades removed the emby-server package, wich is not so bad in the first place. But i can't reinstall it since it's now depending on embymagic but there is no arm build of it (yet ?), only i386 and amd64.

Link to comment
Share on other sites

Ok, it could resolve this by directly pulling the missing packages (embymagick, libembysqlite3) from the ubuntu 14.04 repo. So they are only missing in the debian repo.

 

@huge: You might try adding a mono repo by doing:

 

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF

echo "deb http://download.mono-project.com/repo/debian wheezy main " | sudo tee /etc/apt/sources.list.d/mono-xamarin.list

apt-get update

 

and afterwards you can get the two missing emby packages from here https://software.opensuse.org/download.html?project=home%3Aemby&package=libembysqlite3-0

and here https://software.opensuse.org/download.html?project=home%3Aemby&package=embymagick

(use the link on the bottom of the page to get the packages directly)

 

i'm guessing the *armhf packages might work for you es well

 

Link to comment
Share on other sites

hurricanehrndz

 

WARNING: this post will likely contain a high level of Debian and/or Emby ignorance...

 

I'm just starting to try to install Emby on my media server, a PogoPlug V4 running Debian/Wheezy 7.11

 

Logged in as root, I tried:

 

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

apt-get update

 

 

...and got the following at the end of the usual "apt-get update" text:

 

...

Ign http://download.webmin.com sarge/contrib Translation-en
Ign http://download.opensuse.org  Translation-en
Fetched 481 B in 27s (17 B/s)
Reading package lists... Done
W: GPG error: http://download.opensuse.org  Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0A506F712A7D8A28
 
 
 
A little googling on that error message led me to try:
 
apt-key adv --keyserver keyserver.opensuse.org --recv-keys 0A506F712A7D8A28
 
 
 
 
...after which apt-get update seemed to complete successfully:
 
Ign http://download.webmin.com sarge/contrib Translation-en
Ign http://download.opensuse.org  Translation-en
Fetched 481 B in 27s (17 B/s)
 
 
 
But then when I entered  "apt-get install emby-server", I got the following message:
 
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
 
The following packages have unmet dependencies:
 emby-server : Depends: mono-runtime (>= 2.10.1) but it is not going to be installed
               Depends: libmono-corlib4.5-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-microsoft-csharp4.0-cil (>= 1.0) but it is not going to be installed
               Depends: libmono-posix4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-configuration4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-core4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-data4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-drawing4.0-cil (>= 3.0.6) but it is not going to be installed
               Depends: libmono-system-io-compression4.0-cil (>= 3.2.1) but it is not going to be installed
               Depends: libmono-system-net-http4.0-cil (>= 1.0) but it is not going to be installed
               Depends: libmono-system-runtime-serialization4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-servicemodel4.0a-cil (>= 3.2.3) but it is not going to be installed
               Depends: libmono-system-transactions4.0-cil (>= 1.0) but it is not going to be installed
               Depends: libmono-system-web4.0-cil (>= 2.10.3) but it is not going to be installed
               Depends: libmono-system-xml-linq4.0-cil (>= 3.0.6) but it is not going to be installed
               Depends: libmono-system-xml4.0-cil (>= 3.12.0) but it is not going to be installed
               Depends: libmono-system4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libembysqlite3-0 but it is not installable
               Depends: embymagick but it is not installable
               Depends: mono-devel (>= 4.6) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
 
 
 
...at which point I have reached the limit of my abilities to improvise a fix.  I'm guessing that the two problems are unrelated and that I did actually solve the GPG problem, but I could obviously be wrong.
 
Any help or advice you can offer a poor noob would be greatly appreciated.
 

Seems to me like you should be using the 14.04 repo since pogo plug is an arm based device.

Link to comment
Share on other sites

Seems to me like you should be using the 14.04 repo since pogo plug is an arm based device.

 

Thanks for your replies!  I'm going to make extra sure I understand, since I'm pretty new at this. Gronkdalonka also sent me a PM saying that I might try the Ubuntu repo (as a temporary workaround), and gave me the command I should use.

 

So if I'm understanding correctly, I should enter:

 

sudo "echo 'deb http://download.opensuse.org/repositories/home:/emby/xUbuntu_14.04/ /' > /etc/apt/sources.list.d/emby-ubuntu.list" 

 

...and then try to install emby-server again. Is that correct? Do I need to do anything else?

 

thanks again to both of you

-huge

 

[edit: the link is getting abbreviated in the forum - download.opensuse.org/repositories/home:/emby/xUbuntu_14.04/ ]

Edited by huge
Link to comment
Share on other sites

Thanks for the quick replies!   Unfortunately it did not make any difference.  I tried both 

echo 'deb http://download.opensuse.org/repositories/home:/emby/Debian_7.0/ /' > /etc/apt/sources.list.d/emby-ubuntu.list

and then 

echo 'deb http://download.opensuse.org/repositories/home:/emby/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/emby-server.list

...after each one I tried to install emby-server again, with the same result:

root@PogoV4Debian:~# apt-get install emby-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 emby-server : Depends: mono-runtime (>= 2.10.1) but it is not going to be installed
               Depends: libmono-corlib4.5-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-microsoft-csharp4.0-cil (>= 1.0) but it is not going to be installed
               Depends: libmono-posix4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-configuration4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-core4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-data4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-drawing4.0-cil (>= 3.0.6) but it is not going to be installed
               Depends: libmono-system-io-compression4.0-cil (>= 3.2.1) but it is not going to be installed
               Depends: libmono-system-net-http4.0-cil (>= 1.0) but it is not going to be installed
               Depends: libmono-system-runtime-serialization4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-servicemodel4.0a-cil (>= 3.2.3) but it is not going to be installed
               Depends: libmono-system-transactions4.0-cil (>= 1.0) but it is not going to be installed
               Depends: libmono-system-web4.0-cil (>= 2.10.3) but it is not going to be installed
               Depends: libmono-system-xml-linq4.0-cil (>= 3.0.6) but it is not going to be installed
               Depends: libmono-system-xml4.0-cil (>= 3.12.0) but it is not going to be installed
               Depends: libmono-system4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libembysqlite3-0 but it is not installable
               Depends: embymagick but it is not installable
               Depends: mono-devel (>= 4.6) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Do I need to do something different with emby-server.list or emby-ubuntu.list?  

 

Thanks very much for helping me with this. 

Edited by huge
Link to comment
Share on other sites

hurricanehrndz

Thanks for the quick replies!   Unfortunately it did not make any difference.  I tried both 

echo 'deb http://download.opensuse.org/repositories/home:/emby/Debian_7.0/ /' > /etc/apt/sources.list.d/emby-ubuntu.list

and then 

echo 'deb http://download.opensuse.org/repositories/home:/emby/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/emby-server.list

...after each one I tried to install emby-server again, with the same result:

root@PogoV4Debian:~# apt-get install emby-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 emby-server : Depends: mono-runtime (>= 2.10.1) but it is not going to be installed
               Depends: libmono-corlib4.5-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-microsoft-csharp4.0-cil (>= 1.0) but it is not going to be installed
               Depends: libmono-posix4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-configuration4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-core4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-data4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-drawing4.0-cil (>= 3.0.6) but it is not going to be installed
               Depends: libmono-system-io-compression4.0-cil (>= 3.2.1) but it is not going to be installed
               Depends: libmono-system-net-http4.0-cil (>= 1.0) but it is not going to be installed
               Depends: libmono-system-runtime-serialization4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-servicemodel4.0a-cil (>= 3.2.3) but it is not going to be installed
               Depends: libmono-system-transactions4.0-cil (>= 1.0) but it is not going to be installed
               Depends: libmono-system-web4.0-cil (>= 2.10.3) but it is not going to be installed
               Depends: libmono-system-xml-linq4.0-cil (>= 3.0.6) but it is not going to be installed
               Depends: libmono-system-xml4.0-cil (>= 3.12.0) but it is not going to be installed
               Depends: libmono-system4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libembysqlite3-0 but it is not installable
               Depends: embymagick but it is not installable
               Depends: mono-devel (>= 4.6) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Do I need to do something different with emby-server.list or emby-ubuntu.list?  

 

Thanks very much for helping me with this. 

You don't need the debian repo whatsoever. There is no debian arm repo. Please also ensure you are running apt-get update first.

Link to comment
Share on other sites

You don't need the debian repo whatsoever. There is no debian arm repo. Please also ensure you are running apt-get update first.

 

Thanks for your guidance (and patience) ... I *think* I'm following your suggestions correctly now, but still getting the same result (a bunch of unmet dependencies).  Here's the whole log:

root@PogoV4Debian:~# echo 'deb http://download.opensuse.org/repositories/home:/emby/xUbuntu_14.04/ /' > /etc/apt/sources.list.d/emby-server.list
root@PogoV4Debian:~#
root@PogoV4Debian:~#
root@PogoV4Debian:~# ls /etc/apt/sources.list.d/
.  ..  emby-server.list
root@PogoV4Debian:~#
root@PogoV4Debian:~#
root@PogoV4Debian:~# cat /etc/apt/sources.list.d/*
deb http://download.opensuse.org/repositories/home:/emby/xUbuntu_14.04/ /
root@PogoV4Debian:~#
root@PogoV4Debian:~#
root@PogoV4Debian:~# apt-get update
Hit http://download.webmin.com sarge Release.gpg
Hit http://ftp.us.debian.org wheezy Release.gpg
Hit http://security.debian.org wheezy/updates Release.gpg
Hit http://ftp.us.debian.org wheezy Release
Hit http://security.debian.org wheezy/updates Release
Hit http://download.webmin.com sarge Release
Hit http://download.opensuse.org  Release.gpg
Hit http://download.opensuse.org  Release
Hit http://ftp.us.debian.org wheezy/main armel Packages
Hit http://ftp.us.debian.org wheezy/main Translation-en
Hit http://security.debian.org wheezy/updates/main armel Packages
Hit http://security.debian.org wheezy/updates/contrib armel Packages
Hit http://security.debian.org wheezy/updates/non-free armel Packages
Hit http://security.debian.org wheezy/updates/contrib Translation-en
Hit http://security.debian.org wheezy/updates/main Translation-en
Hit http://download.webmin.com sarge/contrib armel Packages
Hit http://security.debian.org wheezy/updates/non-free Translation-en
Hit http://download.opensuse.org  Packages
Ign http://download.webmin.com sarge/contrib Translation-en
Ign http://download.opensuse.org  Translation-en
Reading package lists... Done
root@PogoV4Debian:~#
root@PogoV4Debian:~#
root@PogoV4Debian:~#
root@PogoV4Debian:~# apt-get install emby-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 emby-server : Depends: mono-runtime (>= 3.0~) but it is not going to be installed
               Depends: libc6 (>= 2.19) but 2.13-38+deb7u11 is to be installed or
                        libc6.1 (>= 2.19) but it is not installable or
                        libc0.1 (>= 2.19) but it is not installable
               Depends: libmono-corlib4.5-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-microsoft-csharp4.0-cil (>= 1.0) but it is not going to be installed
               Depends: libmono-posix4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-configuration4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-core4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-data4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-drawing4.0-cil (>= 3.0.6) but it is not going to be installed
               Depends: libmono-system-io-compression4.0-cil (>= 3.2.1) but it is not going to be installed
               Depends: libmono-system-net-http4.0-cil (>= 1.0) but it is not going to be installed
               Depends: libmono-system-runtime-serialization4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libmono-system-servicemodel4.0a-cil (>= 3.2.3) but it is not going to be installed
               Depends: libmono-system-transactions4.0-cil (>= 1.0) but it is not going to be installed
               Depends: libmono-system-web4.0-cil (>= 2.10.3) but it is not going to be installed
               Depends: libmono-system-xml-linq4.0-cil (>= 3.0.6) but it is not going to be installed
               Depends: libmono-system-xml4.0-cil (>= 3.12.0) but it is not going to be installed
               Depends: libmono-system4.0-cil (>= 4.0.0~alpha1) but it is not going to be installed
               Depends: libembysqlite3-0 but it is not installable
               Depends: embymagick but it is not installable
               Depends: mono-devel (>= 4.6) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@PogoV4Debian:~#
root@PogoV4Debian:~#

Is there any reason to try an earlier or later version of Ubuntu?  The installation page for Emby on Ubuntu list separate instructions for xUbuntu 12.04, 14.04, 16.04, 16.10 and "Next", but you specifically pointed me at 14.04 so I'm guessing that was the right one to go with.

Edited by huge
Link to comment
Share on other sites

hurricanehrndz

Look at the architectures support by each distribution. What type of processor are you using.

 

Sent from my ONEPLUS A3000 using Tapatalk

Link to comment
Share on other sites

Look at the architectures support by each distribution. What type of processor are you using.

 

Sent from my ONEPLUS A3000 using Tapatalk

 

Architecture: ARMv5te

Processor: Marvell Kirkwood 800MHz  

 

I see very few references to ARMv5 in the forums here. This page on opensuse.org has several entries for ARMv6 & ARMv7, but no ARMv5 and of course no mention of Pogoplug.  Not sure if that means I'm facing too steep of a challenge for my minimal expertise level.

 

 

 

https://build.opensuse.org/package/binaries/home:emby/mono_4?repository=xUbuntu_14.04 try just installing mono for now

 

Sent from my ONEPLUS A3000 using Tapatalk

 

 

Likewise that page has a section on ARMv7l but no reference to ARMv5.  I'm worried I'm going to swamp you with my ignorance, but I'm not sure how to "try just installing mono for now" - I did try just apt-get install mono-runtime, which failed with one unmet dependency:

root@PogoV4Debian:~# apt-get install mono-runtime
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mono-runtime : Depends: mono-gac (= 2.10.8.1-8+deb7u1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Edited by huge
Link to comment
Share on other sites

I don't think we support armv5

 

 

OK ... does that mean I should just stop trying because it'll never work, or maybe I can patch it together by installing things manually?  Or I guess there's a 3rd possibility, that someone with more linux skills could patch it together but I should probably stop before I break everything.  

 

 

Run apt-get -f install

 

 

Assuming the answer above is not "OMG stop now you'll never make it work!!!" ... Do you mean "apt-get -f install mono-runtime"?  (I had tried that already - same failure with one unmet dependency on mono-gac)

 

 

Even if the end result is that I can't do what I'm trying to do, I really appreciate you taking the time to dig into this and help me.

 

Thanks,

-huge

Link to comment
Share on other sites

hurricanehrndz

I never said it is impossible anything is possible. You need to figure out how to get mono installed. If you can get mono running the rest is easy.

 

Sent from my ONEPLUS A3000 using Tapatalk

Link to comment
Share on other sites

I never said it is impossible anything is possible. You need to figure out how to get mono installed. If you can get mono running the rest is easy.

 

 

Cool, thanks ... I'll keep trying...

 

Run uname -a

root@PogoV4Debian:~# uname -a
Linux PogoV4Debian 3.18.5-kirkwood-tld-1 #1 PREEMPT Thu Feb 5 17:58:07 PST 2015 armv5tel GNU/Linux

Link to comment
Share on other sites

hurricanehrndz

I would suggest you create a topic with the model name of the device and the cpu in the topic

 

Sent from my ONEPLUS A3000 using Tapatalk

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