Can someone show me how to use ipkg to check for packages which need updating?
On Redhat / CentOS Linux, I've used "up2date" and "yum," both of which have built-in options to check the versions of the installed packages, and the versions of the packages on the server, and report (or actually update) out-of-date packages. I'm willing to bet that ipkg can do something like this, but for the life of me I can't figure it out!
Possibly related to this, I can't figure out ipkg's "compare_versions" command:
compare_versions <v1> <op> <v2> compare versions using <= < > >= = << >>
What does that mean? What are v1 and v2?