Package: apt-show-versions
Version: 0.22.7

I often use apt-show-versions to quickly check what packages I have installed 
from a non-default release, like this:

$ apt-show-versions -b |grep -v stretch

However, presumably since 0.22.5, such output still lists all the packages that 
I don't have installed at all. Right now, I'm adding a second |grep command to 
filter these out, but I'm much rather just use an additional command-line 
argument.

By the way, I'm not sure if echoing not installed packages in lists by default 
makes much sense. Perhaps that additional argument should instead be used to 
toggle these on, not off?

Cheers!

Reply via email to