On Sun December 14 2014 18:07:29 Felix Miata wrote:
dpkg-query
--show --showformat='${STATUS} ${PACKAGE} ${VERSION}
${ARCHITECTURE}\n' | grep -v 'install ok installed'
Of 148 lines of output, 147 looked like this one:
deinstall ok config-files libweather-ion4a 4:4.4.5-7+squeeze1 amd64
Those packages are removed but not purged. Unless you planned on
reinstalling them you would normally purge them just to tidy up
your system. If you leave them as they are some (rare) problems
can occur.
The other is this:
install ok half-configured linux-image-2.6.32-5-amd64 2.6.32-48squeeze6
amd64
Its installation was interrupted by an error or ctrl-C. Best to
reinstall or purge it to avoid possible boot-related problems.
--Mike