Kurt Starsinic wrote: > dpkg --print-avail is telling a different story than dpkg --list and > grep-status -PX. --print-avail is wrong. Please let me know if I can > provide any further information.
You need to re-read the dpkg documentation (what little there is). --print-available lists one of the available versions of a package, not the version that is installed. dpkg -l displays the installed version; grep-status does the same. -- see shy jo

