L'équivalent de rpm -qV, bien mieux que debsums qui se limite à verifier quelques fichiers. J'ai l'impression que dpkg -V vérifie bien TOUS les fichiers du packages (même ceux dans /etc)
-V, --verify [package-name...]
Verifies  the integrity of package-name or all packages if omit‐
ted, by comparing information from the installed paths with  the
database metadata.
      The output format is selectable with the --verify-format option,
      which by default uses the rpm format, but that might  change  in
      the  future,  and  as  such programs parsing this command output
      should be explicit about the format they expect. -
                
                http://serverfault.com/questions/322518/can-dpkg-verify-files-from-an-installed-package
  
 -
                
                http://serverfault.com/questions/322518/can-dpkg-verify-files-from-an-installed-packagels /var/lib/dpkg/info/irssi*
 -
                
                https://links.infomee.fr/?TYJPLw
  
 -
                
                https://links.infomee.fr/?TYJPLwPratique :
Installation : apt-get install apt-file && apt-file update
Chercher un fichier dans les packages en utilisant une regex :
apt-file search -x '/dig$'
Lister les fichiers d'un package sans l'installer (équivalent dpkg -L) :
apt-file show dnsutils
 -
                
                http://vivapinkfloyd.blogspot.fr/2008/07/how-to-use-apt-file-to-see-what-files.html
  
 -
                
                http://vivapinkfloyd.blogspot.fr/2008/07/how-to-use-apt-file-to-see-what-files.htmlapt-get --download-only install percona-server-server-5.6
dpkg --contents /var/cache/apt/archives/percona-server-server-5.6_5.6.13-rel61.0-461.wheezy_amd64.deb
 -
                
                https://links.infomee.fr/?SyV76g
  
 -
                
                https://links.infomee.fr/?SyV76g