user-697
27-11-2015, 04:51 PM
I'm trying to install get_iplayer on debian 8. Looking at the release info, the testing repository has a reasonable version, but no the latest so I was planning to install that first, to get all the dependancies then use the latest from the unstable. However, there seems to be a *lot* of broken dependancies.
This may be operator error, but I can't see what I'm doing wrong.
Trying to pre-install all these by hand:
And so on.
I decided to give up and do a manual install, only to be stuck unable to install the 'external programs' - id3v2 etc.
Any ideas whats up?
This may be operator error, but I can't see what I'm doing wrong.
Code:
# apt-get install get-iplayer
Reading package lists... Done
Building dependency tree
Reading state information... Done
get-iplayer is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
get-iplayer : Depends: rtmpdump but it is not going to be installed or
flvstreamer but it is not going to be installed
Depends: libxml-simple-perl but it is not going to be installed
Recommends: id3v2 but it is not going to be installed
Recommends: atomicparsley but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Trying to pre-install all these by hand:
Code:
# apt-get install libwww-perl libxml-simple-perl perl rtmpdump atomicparsley id3v2 libmp3-info-perl libav-tools mplayer2
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:
id3v2 : Depends: libid3-3.8.3v5 but it is not going to be installed
libav-tools : Depends: ffmpeg but it is not going to be installed
mplayer2 : Depends: liba52-0.7.4 but it is not going to be installed
Depends: libass5 (>= 0.10.2) but it is not going to be installed
Depends: libbs2b0 but it is not going to be installed
Depends: libdca0 but it is not going to be installed
Depends: libdvdread4 (>= 4.1.3) but it is not going to be installed
Depends: libenca0 (>= 1.9) but it is not going to be installed
Depends: libfaad2 (>= 2.7) but it is not going to be installed
Depends: liblircclient0 but it is not going to be installed
Depends: libmad0 (>= 0.15.1b-3) but it is not going to be installed
Depends: libmpg123-0 (>= 1.13.7) but it is not going to be installed
Depends: libpostproc52 (>= 5:0.git20120217~) but it is not going to be installed
Depends: libquvi7 (>= 0.4.0) but it is not going to be installed
perl : Depends: perl-base (= 5.20.2-6) but 5.20.2-3+deb8u1 is to be installed
Depends: perl-modules (>= 5.20.2-6) but 5.20.2-3+deb8u1 is to be installed
rtmpdump : Depends: libhogweed4 but it is not going to be installed
Depends: libnettle6 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
And so on.
I decided to give up and do a manual install, only to be stuck unable to install the 'external programs' - id3v2 etc.
Any ideas whats up?