Package: dpkg
Version: 1.19.7
Obviously
export DPKG_PAGER=""
doesn't work as expected (overriding $PAGER, as promised by the man page).
OTOH Stretch and Jessie give me
% dpkg --no-pager -l
dpkg: error: unknown option --no-pager
Type dpkg --help for help about installing and deinstalling packages
[*];
:
The workaround (export DPKG_PAGER=cat) might affect color mode (but I haven't
seen any colors in dpkg's output, anyway).
This is weird. Please fix.
Thanx very much in advance. Please continue your good work
Harri