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
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
-list/-l for the status of installed packages!
dpkg -C is the correct command.
“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.