Page 1 of 1

Debian-based system: Verify all packages (integrity)

Posted: Fri Jun 12, 2020 6:07 pm
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/