How to know package's version

Hi,

I try to see the version of some packages, I tried many things but I'm not able.
for exemple, if I want to see the dnsmasq version? Or dnscrypt-proxy2?

thanks

really ?

3 Likes

I dont have the LuCi software tab in the moment, so is it possible from command line, I guess so :wink:

root@OpenWrt:~# opkg list-installed | grep dnsmasq
dnsmasq - 2.88-3
4 Likes

opkg list-installed | cut -f 1 -d ' ' | grep dnsmasq | xargs opkg info

1 Like

awesome thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.