Skip to content
Snippets Groups Projects
Commit 3ddc4d08 authored by Claude Becker's avatar Claude Becker
Browse files

notes_on_linux_package_management: debsums

parent 25cf7ace
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,14 @@
* [[Debian Version Numbers]]
===== debsums : check md5 sums of installed debian packages =====
Sometimes it can be useful to make sure the binary on a system has not been tampered with and corresponds indeed to the one provided by the package. Debsums allows to compare the md5 sum of the installed files with those provided by the debian package.
<code>
debsums <packagename> # check all files installed by given package
</code>
===== apt-file : list or search package contents =====
<code>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment