openpli manual install ipk trouble

robi62

Registered
Messages
224
Hi I have been trying to manually install tunisiasat addons manager
from telnet because if I put it in tmp when I try manage local extension does not find it

I try with this ipkg install /tmp/enigma2-plugin-extensions-pluginame.ipk


but in pli tmp is var/volatile/tmp so i tried adding this to command but still no luck

any ideas???
this is the errorI get from telnet
OpenEmbedded Linux dm800


openpli 2.1 dm800


dm800 login: root
dreambox
root@dm800:~# dreambox
-sh: dreambox: not found
root@dm800:~# cd
root@dm800:~# ipkg install /tmp/tunisiasat-addons-manager_3.0mipsel.ipk
-sh: ipkg: not found
root@dm800:~# ipkg install var/volatile/tmp/tunisiasat-addons-manager_3.0mipsel.
ipk
-sh: ipkg: not found
root@dm800:~#
 

gjergj2009

Registered
Messages
22
Hi I have been trying to manually install tunisiasat addons manager
from telnet because if I put it in tmp when I try manage local extension does not find it

I try with this ipkg install /tmp/enigma2-plugin-extensions-pluginame.ipk


but in pli tmp is var/volatile/tmp so i tried adding this to command but still no luck

any ideas???
this is the errorI get from telnet
OpenEmbedded Linux dm800


openpli 2.1 dm800


dm800 login: root
dreambox
root@dm800:~# dreambox
-sh: dreambox: not found
root@dm800:~# cd
root@dm800:~# ipkg install /tmp/tunisiasat-addons-manager_3.0mipsel.ipk
-sh: ipkg: not found
root@dm800:~# ipkg install var/volatile/tmp/tunisiasat-addons-manager_3.0mipsel.
ipk
-sh: ipkg: not found
root@dm800:~#
You can install tunisiasat addons manager very easy if you are using openpli 2.1 image on upur dm800.
First go to plugins, download extensions, and you have to download a file i don't remember quite well now, smth like "folder". After this, with DCC put the ipk file on tmp, and through the "folder" file tht you previously downloaded and installed, look inside the tmp folder, select with your remote the tunisiasat ipk file and install it. It's simble, I'have done in my box.
Good luck
 

Ferret

Marching On Together !
Staff member
Administrator
Messages
17,492
The above post is correct its not ipkg youi need to use opkg in your command line.
 

Ferret

Marching On Together !
Staff member
Administrator
Messages
17,492
This is the correct telnet command

ipkg install /tmp/*.ipk
 

gjergj2009

Registered
Messages
22
ok, so install tunisiasat addons manager ipk file, you have to follow these steps:
1. Main menu
2. Plugins
3. Green button to download plugins
4. Extensions
5. Find and install "Filebrowser"
After installation filebrowser will appear in your main menu.
Now with DCC put your ipk file at tmp file.
Go to your box at Filebrowser, check at tmp folder, find the ipk there, press ok to your remote, click to the file to be installed and enter again to execute the installation.
Restart your box and you will find TSPanel installed or in your main menu or at the Plugins.
Try it, i've done the same with success.
 

crille4

Registered
Messages
194
I contribute with my lazy way
puttytel (free telenet prog with autologin)
upload to tmp
start puttytel (login)
cd /tmp
ls
you see your file uoloaded
opkg install "filename" (just copy filename and past)
killall enigma2

and we are done, can be nice to know if you have to do a force overwrite/downgrade
 
Top