PDA

View Full Version : [GiGaBlue QUAD] IPK install within putty



josweet
03-03-13, 23:08
I want to install an ipk remotely via telent but dont know the command. The .ipk is already within the temp folder of the local machine (/var/volatile/tmp/) and all that is left to do is run the correct command.
I have tried the command > ipk install ./var/volatile/tmp/thefile.ipk without success.. :confused:
Could do with some help from those in the know.

judge
03-03-13, 23:11
opkg install /tmp/name of ipk

josweet
03-03-13, 23:14
Worked a treat, thankyou.

abu baniaz
03-03-13, 23:49
Can also use

opkg install /tmp/*.ipk or

ipkg install /tmp/*.ipk

This saves you naming ipks. It will install all ipks in the /tmp folder so handy if doing a few.