Which Debian package system command will list all partially installed packages and suggest how to get them correctly installed?

Which Debian package system command will list all partially installed packages and suggest how
to get them correctly installed?

Which Debian package system command will list all partially installed packages and suggest how
to get them correctly installed?

A.
dpkg-G

B.
apt-get-u

C.
dpkg-Dh

D.
dpkg-l

E.
apt-get-y



Leave a Reply 3

Your email address will not be published. Required fields are marked *


Max

Max

-list/-l for the status of installed packages!

Doug

Doug

dpkg -C is the correct command.

Mahoni

Mahoni

“dpkg -C” command and parameter explanation is below:
# man dpkg
-C, –audit [package-name…]
Performs database sanity and consistency checks for package-name or all packages if omitted(per package checks since dpkg 1.17.10). For example, searches for packages that have been installed only partially on your system or that have missing, wrong or obsolete control data or files. dpkg will suggest what to do with them to get them fixed.