I am trying to install Filebot on my pi running Dietpi.
I use the command "sudo ar -x filebot_4.5.6_arm.ipk" but this comes up with an error saying ar is not known!.
How do I either a: install ar or b: what command do I use to unpack on dietpi?
Thanks for your help
How Do I unpack an .ipk
Re: How Do I unpack an .ipk
Thanks for the reply but from checking on posts in the Filebot forum its clear this ".ipk" file is unpacked on Raspbian with the command "ar" to enable it to be installed. Perhaps the author of Dietpi can say whether Dietpi excludes this package which Raspbian appears to have and if so how I can install it.
Re: How Do I unpack an .ipk
I found this page: https://www.filebot.net/forums/viewtopic.php?f=4&t=2904
which demonstrates what you're referring to.
ar is part of the binutils package. you can either install the binutils package by itself:
or, run dietpi-software, then on the Software Addition menu, select [ * ] Build Essentials
then exit that menu, and, on the main menu, select GO to perform the install.
This will install, amoungst other things, gcc and binutils
(I have confirmed that this works per that weblink for extracting the ipk.)
I apologize for the mistaken post earlier.
-rob
which demonstrates what you're referring to.
ar is part of the binutils package. you can either install the binutils package by itself:
Code: Select all
apt-get install binutils
then exit that menu, and, on the main menu, select GO to perform the install.
This will install, amoungst other things, gcc and binutils
(I have confirmed that this works per that weblink for extracting the ipk.)
I apologize for the mistaken post earlier.
-rob