Debian-based system: Verify all packages (integrity)

Step-by-Step descriptions of how to do things.
Post Reply
User avatar
peter_b
Chatterbox
Posts: 370
Joined: Tue Nov 12, 2013 2:05 am

Debian-based system: Verify all packages (integrity)

Post by peter_b »

Code: Select all

$ apt install debsums
# Verify all packages and show only errors:

Code: Select all

$ sudo debsums -s
Remove the "-s" to get a verbose output that shows all package files that are okay too.

Links:
https://blog.sleeplessbeastie.eu/2015/0 ... -packages/
Post Reply