- This topic has 6 replies, 3 voices, and was last updated Nov 19-4:44 am by terrybull.
-
AuthorPosts
-
November 16, 2019 at 5:24 am #29392Member
terrybull
I would like to install get iplayer on my 32bit antix system. I naormally (in other systems that is) add this repo
sudo add-apt-repository ppa:jon-hedgerows/get-iplayer
and then install it.
However the above command is unknown.
Can anyone help me on installing get iplayer please.
ThanksNovember 16, 2019 at 2:18 pm #29411Membernumber698
::same result here too, seen this before but dont recall what change is needed for the solution.
so for now have you tried , going to synaptic package manager, settings, repositories, new , enter fields manually ?
November 16, 2019 at 5:00 pm #29413Anonymous
::Here’s a packaged version of today’s v3.22+ git master branch
(one of 3 “known issues” has been fixed since the v3.22 release)how to install:
cd /tmp
wget https://gitlab.com/skidoo/get-iplayer/blob/master/get-iplayer_3.22~skigit_all.deb
sudo dpkg -i get-iplayer_3.22~skigit_all.deb
sudo apt-get -f installIf you are already familiar with the app, you can dive right in and test that it is working
(I successfully tested the following in antiX 17 and antiX 19; most of my other requests were geoblocked)
get_iplayer “.*”
get_iplayer http://www.bbc.co.uk/programmes/b07gcv34In addition to the manpage, you’ll find installed docs here:
/usr/share/doc/get_iplayer/get_iplayer.html
/usr/share/doc/get_iplayer/get_iplayer.manpage.txtThe installed docs provide links to online tutorials, wiki, and forum.
This packaged app either works for you, or does not. As a non-user, I’m unable to provide further support.note:
I have removed the in-app “update check” functionality, as well as the “experimental” (and non-secure) webpvr cgi component.November 16, 2019 at 5:07 pm #29414Anonymous
::3rd attempt at posting ~~ the forum software is rejecting ?slash tmp ?urls?
Here’s a packaged version of today’s v3.22+ git master branch
(one of 3 “known issues” has been fixed since the v3.22 release)how to install:
cd /tmp
wget https://gitlab.com/skidoo/get-iplayer/blob/master/get-iplayer_3.22~skigit_all.deb
sudo dpkg -i get-iplayer_3.22~skigit_all.deb
sudo apt-get -f installIf you are already familiar with the app, you can dive right in and test that it is working
(I successfully tested the following in antiX 17 and antiX 19; most of my other requests were geoblocked)
get_iplayer “.*”
get_iplayer http://www.bbc.co.uk/programmes/b07gcv34In addition to the manpage, you’ll find installed docs here:
/usr/share/doc/get_iplayer/get_iplayer.html
/usr/share/doc/get_iplayer/get_iplayer.manpage.txtThe installed docs provide links to online tutorials, wiki, and forum.
This packaged app either works for you, or does not. As a non-user, I’m unable to provide further support.note:
I have removed the in-app “update check” functionality, as well as the “experimental” (and non-secure) webpvr cgi component.November 19, 2019 at 3:16 am #29502Memberterrybull
::I get the following error
sudo dpkg -i get-iplayer_3.22~skigit_all.deb
dpkg-deb: error: ‘get-iplayer_3.22~skigit_all.deb’ is not a debian format archive
dpkg: error processing archive get-iplayer_3.22~skigit_all.deb (–install):
subprocess dpkg-deb –control returned error exit status 2
Errors were encountered while processing:November 19, 2019 at 4:44 am #29503Memberterrybull
::I think I’ve managed to resolve this. I down loaded ‘get-iplayer_3.22~skigit_all.deb’ to my Downloads folder and ran the command sudo dpkg -i get-iplayer_3.22~skigit_all.deb. I got a list of dependencies which I manually installed via synaptic.
The cammand sudo apt-get -f install then installed without issue.
sudo apt-get -f installThanks to Skidoo for the solution.
-
AuthorPosts
- You must be logged in to reply to this topic.