Dreambox How To Install Ipkg

Openpli manual install ipk trouble. I try with this ipkg install /tmp/enigma2-plugin-extensions-pluginame.ipk. Dreambox [email protected]:~# dreambox. How to guide: Making IPK files on the Dreambox, without a Linux PC. 1.Put my ipk file to/tmp ****Install ipk tools file with Green Panel****Addons**** Manual Install Ipk packges 2. Guide to enigma2 dreambox ipk files installation. How to make ipk packges on Dreambox for dreambox images that you can use in our images. I have test all with BH 0.12 image 1.Put my ipk file to/tmp >>Install ipk tools file with Green Panel>>Addons>> Manual Install Ipk packges 2.Restart Dreambox 3.Now you should have ipkg-tools folder (/hdd/ipkg-tools) Now start TELNET.

For those who do not have Linux machines. How to make ipk packges on Dreambox for dreambox images. That you can use in our images. 1.Put my ipk file to/tmp ****Install ipk tools file with Green. Panel****Addons**** Manual Install Ipk packges. 2.Restart Dreambox. 3.Now you should have ipkg-tools folder (/hdd/ipkg-tools) Now start TELNET. 1.Put my ipk file to/tmp ****Install ipk tools file with Green Panel****Addons**** Manual Install Ipk packges 2.Restart Dreambox 3.Now you should have ipkg-tools folder (/hdd/ipkg-tools) Now start TELNET 4.ipk file unpack with the command ipkg-unbuild filename.ipk example. Of course there are other ways of installing.ipk files. Some images have embedded.ip. Skip navigation Sign in. How to install.ipk file on Enigma 2 receivers (OpenPLi) Satnigmo.

Active7 days ago

I'm trying to install ipkg-utils.

However, when I try to install it, it is unable to locate the package

I tried wget https://dev.openwrt.org/log/trunk/tools/ipkg-utils (the repository for ipkg), but it didn't work.

I inherited the code. ipkg was used to distribute and need to build an ipkg archive of a PIC build.

ipkg has been superseded by opkg. I have opkg running ok but haven't built anything yet. What I didn't find out was whether I could create an ipkg archive using opkg.

I've been googling for hours with no joy. Does anyone know how to install ipkg?

SeanJ
SeanJSeanJ

1 Answer

Actually what you are trying to do is quite far from so called simple and you are doing a few things wrong.

First of all, sudo apt-get install ipkg-utils is bound to fail in the first place and to yield the error message you provided because such package does not exist in the repositories as it shouldn't.

Dreambox How To Install Ipk File

Secondly, the link you provided as a 'repository' is not a repository but a commit log.

Furthermore ipkg is discontinued and is commonly been replaced by it's fork: opkg, and ipkg does not have any official packages or sources available. You couldn't even find that information after hours of googling? Even though no questions should be issued in the answers: For what purpose should you need ipkg-utils and is it a must have instead of opkg? No offense, but doesn't seem like you have proper knowledge on package managers to start with...

That aside, you can get opkg sources via command git clone git://git.yoctoproject.org/opkg and go on building those. On how to build from sources, here's a link to start with: https://help.ubuntu.com/community/CompilingEasyHowTo

Ahti KomuAhti Komu
Dreambox

Dreambox How To Install Ipk

Not the answer you're looking for? Browse other questions tagged software-installation or ask your own question.