installed openjdk-7-jre but cant install madsonic-5.1.5150
Posted: 11 Jan 2015, 12:45
hi, i used: sudo apt-get install openjdk-7-jre
that seemed to install fine, then i did:
sudo dpkg -i 20140927_madsonic-5.1.5150.deb
then i got this:
but when i do: sudo apt-get install default-jre-headless, i get:
any thoughts?
that seemed to install fine, then i did:
sudo dpkg -i 20140927_madsonic-5.1.5150.deb
then i got this:
Code: Select all
Selecting previously unselected package madsonic.
(Reading database ... 45178 files and directories currently installed.)
Unpacking madsonic (from 20140927_madsonic-5.1.5150.deb) ...
dpkg: dependency problems prevent configuration of madsonic:
madsonic depends on default-jre-headless | default-jre; however:
Package default-jre-headless is not installed.
Package default-jre is not installed.
dpkg: error processing madsonic (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
madsonicCode: Select all
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
default-jre-headless : Depends: openjdk-6-jre-headless (>= 6b23~pre8-2~) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).