Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Can you install XMLTV 0.5.69-1 on Jessie?

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
elsmandino
Posts: 8
Joined: 2017-03-23 12:38

Can you install XMLTV 0.5.69-1 on Jessie?

#1 Post by elsmandino »

Hello,

Very much a Linux novice, still getting to grips with things.

I have just installed Openmediavault 3 (based upon Debian Jessie) on my server with the intention of running TVHeadend on it.

Everything has gone well until I tried to use my Schedules Direct account for the EPG.

I installed XMLTV

Code: Select all

sudo apt-get update
sudo apt-get install xmltv
and was hoping to pick the tv_grab_zz_sdjson grabber from within TVHeadend but it was not one of the options.

After a lot of digging and asking in forums, it turns out that the reason is that the standard Debian version of XMLTV is 0.5.63-2.

https://packages.debian.org/jessie/xmltv

Unfortunately, this version does not contain the grabber than I need that - is only available in version 0.5.69-1.

Considering that I am a real beginner at Linux is there any resonable way that I can still install the latest version on my system?

Thanks in advance.


User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: Can you install XMLTV 0.5.69-1 on Jessie?

#3 Post by stevepusser »

Since they have their own Jessie-based repository, it would be best if they backported the 5.69 version in Stretch to their own repository.

However, since it's a simple Perl program, I should also be able to backport it myself in a minute...here you go:

https://drive.google.com/open?id=0BxE7w ... 29sVkowZG8

You must install all four deb packages

Code: Select all

# dpkg-i *.deb
I would recommend running

Code: Select all

apt-get -f install
afterwards, (Edit: again as root or with sudo), to make sure you have all the dependencies.
Last edited by stevepusser on 2017-03-24 21:33, edited 1 time in total.
MX Linux packager and developer

elsmandino
Posts: 8
Joined: 2017-03-23 12:38

Re: Can you install XMLTV 0.5.69-1 on Jessie?

#4 Post by elsmandino »

Thank you soooooooooo much for this - really do appreciate it.

I am such a Linux noob that I am slightly embarrassed to admit that I am not quite sure what to do with that zip file now :oops: - I am connecting to Openmediavault via Putty.

What should I do next?

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: Can you install XMLTV 0.5.69-1 on Jessie?

#5 Post by stevepusser »

What computer environments do you have available to use?

Google is your friend if you want to know "how to I unzip a zip file in Debian?" "How do I install deb files?" "How do I run as sysadmin in Debian?"
Debian Survival Guide
MX Linux packager and developer

elsmandino
Posts: 8
Joined: 2017-03-23 12:38

Re: Can you install XMLTV 0.5.69-1 on Jessie?

#6 Post by elsmandino »

I have my current Windows 10 Server (which I can use as a desktop) as well as a Laptop, running Mint.

This is what I originally tried:

I logged onto OMV with putty.

Code: Select all

sudo wget https://drive.google.com/open?id=0BxE7wbgixC4GUTcwY29sVkowZG8

Code: Select all

sudo apt-get install unzip

Code: Select all

sudo unzip 0BxE7wbgixC4GUTcwY29sVkowZG8.zip
It then tells me that it cannot find that zip file.

elsmandino
Posts: 8
Joined: 2017-03-23 12:38

Re: Can you install XMLTV 0.5.69-1 on Jessie?

#7 Post by elsmandino »

Sorry forget that - cannot believe that I got it so wrong!

Here's what I have since done:

I unzipped the nine files (on my windows machine) and put them on a USB stick.

I then copied those nine files to my /home folder.

I then did the following:

Code: Select all

root@Debian:/home# ls
hts                                  xmltv_0.5.69-1~bpo8.debian.tar.xz
libxmltv-perl_0.5.69-1~bpo8_all.deb  xmltv_0.5.69-1~bpo8.dsc
xmltv_0.5.69-1~bpo8_all.deb          xmltv_0.5.69.orig.tar.bz2
xmltv_0.5.69-1~bpo8_amd64.build      xmltv-gui_0.5.69-1~bpo8_all.deb
xmltv_0.5.69-1~bpo8_amd64.changes    xmltv-util_0.5.69-1~bpo8_all.deb
root@Debian:/home# sudo dpkg-i *.deb
sudo: dpkg-i: command not found
root@Debian:/home# sudo dpkg -i *.deb
Selecting previously unselected package libxmltv-perl.
(Reading database ... 41834 files and directories currently installed.)
Preparing to unpack libxmltv-perl_0.5.69-1~bpo8_all.deb ...
Unpacking libxmltv-perl (0.5.69-1~bpo8) ...
Selecting previously unselected package xmltv.
Preparing to unpack xmltv_0.5.69-1~bpo8_all.deb ...
Unpacking xmltv (0.5.69-1~bpo8) ...
Selecting previously unselected package xmltv-gui.
Preparing to unpack xmltv-gui_0.5.69-1~bpo8_all.deb ...
Unpacking xmltv-gui (0.5.69-1~bpo8) ...
Selecting previously unselected package xmltv-util.
Preparing to unpack xmltv-util_0.5.69-1~bpo8_all.deb ...
Unpacking xmltv-util (0.5.69-1~bpo8) ...
dpkg: dependency problems prevent configuration of libxmltv-perl:
 libxmltv-perl depends on libdate-manip-perl; however:
  Package libdate-manip-perl is not installed.
 libxmltv-perl depends on libwww-perl; however:
  Package libwww-perl is not installed.
 libxmltv-perl depends on libxml-parser-perl; however:
  Package libxml-parser-perl is not installed.
 libxmltv-perl depends on libxml-twig-perl; however:
  Package libxml-twig-perl is not installed.
 libxmltv-perl depends on libxml-writer-perl; however:
  Package libxml-writer-perl is not installed.

dpkg: error processing package libxmltv-perl (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of xmltv:
 xmltv depends on libxmltv-perl (= 0.5.69-1~bpo8); however:
  Package libxmltv-perl is not configured yet.

dpkg: error processing package xmltv (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of xmltv-gui:
 xmltv-gui depends on libxmltv-perl (= 0.5.69-1~bpo8); however:
  Package libxmltv-perl is not configured yet.
 xmltv-gui depends on libdate-manip-perl; however:
  Package libdate-manip-perl is not installed.
 xmltv-gui depends on libtk-tablematrix-perl; however:
  Package libtk-tablematrix-perl is not installed.
 xmltv-gui depends on libwww-perl; however:
  Package libwww-perl is not installed.
 xmltv-gui depends on libxml-parser-perl; however:
  Package libxml-parser-perl is not installed.
 xmltv-gui depends on libxml-twig-perl; however:
  Package libxml-twig-perl is not installed.
 xmltv-gui depends on libxml-writer-perl; however:
  Package libxml-writer-perl is not installed.
 xmltv-gui depends on perl-tk; however:
  Package perl-tk is not installed.

dpkg: error processing package xmltv-gui (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of xmltv-util:
 xmltv-util depends on libxmltv-perl (= 0.5.69-1~bpo8); however:
  Package libxmltv-perl is not configured yet.
 xmltv-util depends on libarchive-zip-perl; however:
  Package libarchive-zip-perl is not installed.
 xmltv-util depends on libdata-dump-perl; however:
  Package libdata-dump-perl is not installed.
 xmltv-util depends on libdate-manip-perl; however:
  Package libdate-manip-perl is not installed.
 xmltv-util depends on libdatetime-format-iso8601-perl; however:
  Package libdatetime-format-iso8601-perl is not installed.
 xmltv-util depends on libdatetime-format-sqlite-perl; however:
  Package libdatetime-format-sqlite-perl is not installed.
 xmltv-util depends on libdatetime-format-strptime-perl; however:
  Package libdatetime-format-strptime-perl is not installed.
 xmltv-util depends on libdatetime-perl; however:
  Package libdatetime-perl is not installed.
 xmltv-util depends on libdatetime-timezone-perl; however:
  Package libdatetime-timezo
dpkg: error processing package xmltv-util (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db (2.7.0.2-5) ...
Errors were encountered while processing:
 libxmltv-perl
 xmltv
 xmltv-gui
 xmltv-util
root@Debian:/home#
Was this the expected outcome?

User avatar
dilberts_left_nut
Administrator
Administrator
Posts: 5347
Joined: 2009-10-05 07:54
Location: enzed
Has thanked: 13 times
Been thanked: 66 times

Re: Can you install XMLTV 0.5.69-1 on Jessie?

#8 Post by dilberts_left_nut »

elsmandino wrote:Was this the expected outcome?
Yes.
dpkg doesn't resolve dependencies.
stevepusser wrote:I would recommend running

Code: Select all

apt-get -f install
afterwards to make sure you have all the dependencies.
AdrianTM wrote:There's no hacker in my grandma...

elsmandino
Posts: 8
Joined: 2017-03-23 12:38

Re: Can you install XMLTV 0.5.69-1 on Jessie?

#9 Post by elsmandino »

IT WORKS!!!!!!!!!!!!!!!!!!!!

I cannot thank you guys enough - I have spent literally months messing with this and annoyed countless forums over that time.

Lots of other people have had the same problems, so I will send them here for the files that were supplied.

Thanks again - can get on with enjoying Linux now.

Post Reply