Upgrade apps and plug-ins after firmware upgrade

Hello
I have Flint 2, running the latest OP24, namely 4.7.5 Beta3.

Before this update, to upgrade all apps and plug-ins after a firmware update, I remember running this command to upgrade any upgradable app

opkg list-upgradable | cut -f 1 -d ' ' | xargs -r
opkg upgrade

With this version, when I run the above command nothing happens, in fact opkg list-upgradable gives nothing at all while from the router UI I see 50 (yes FIFTY) updates available. Is this expected or a bug?

These are just one page out of 7 pages where I see updates available

Thanks

1 Like

Execute the command opkg update first, and try opkg list-upgradable | cut -f 1 -d ' ' | xargs -r again:

I think if the router system is running normally, there is no need to update these plugins. When updating the plug-in, there may be some unknown incompatibility risks to break the system.

1 Like