[resolved] Omega2 - can't install NANO (neither on or offline installs)
-
Hello, i wanted to install Nano
but the command "opkg install nano" does not work (NB: i indeed made opkg update before !)also i copied manually nano packages from here to /tmp/ : https://downloads.openwrt.org/snapshots/trunk/lantiq/generic/packages/packages/
or here https://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/packages/
as you can see in this screenshot none of the 3 methods work. what am i doing wrong ?
-
@frederic-raducki It says rather clearly "incompatible with the architecture" -- You're trying to install a package for ar71xx-architecture on a ramips device. It won't work. Also, installing nano from the repos should work fine.
-
sorry i'm a noob in this field.
May i ask you to point-out for me the proper repo where i should get packages from for the Omega2 ?
-
@frederic-raducki You have to run
opkg update
to fetch the list of packages from the repos. This list is kept in RAM, so every time you reboot your device it's lost and you have to run the command again. So, run the command again, then tryopkg install nano
and it should work fine.
-
damn it worked ! thanks a lot.
i was not aware you need to run this EVERYTIME after a reboot !
-
Thanks for resolving his issue!
If you don't mind I'll be marking this as resolved so other people can find it in the future.
-
Hi
opkg update completed
opkg install nano ..........failsUnknown package 'nano'.
Collected errors:- opkg_install_cmd: Cannot install package nano.
any advise please
regards
Simon
-
@simon-jones
resolved
I had to oupgrade -l to enable the changes to
etc/opkg/dist......... uncomment lines 2&5oupgrade alone did not upgrade to latest firmware, which threw me
Cheers
SImon
-
@simon-jones I missed youre message as it was necroposted on a thread 6 years old. Always best to create a new thread and refer to the past thread if it is relevant.