Re: verify integrity of installed packages
Lucky for me all were fine and I'm typing this after rebooting \o/ .
And the reboot was quite snappy!
I mostly post comments about stuff I spend a bit of time finding on the internet or figured out myself, in a hope that myself and others can find it easier the next time (so I blog a lot about stacktraces!). From time to time I will also post some personal experiences I'd like to share.
Install debsums
Debsums will verify the files on your system against the files in the package repositories (and tell you if they differ)Code:sudo apt-get install debsums
Most packages include the neccessary info to verify them against the repositories, but some don't, so first up, run
This will generate file hashes for any packages that lack them (note, this involves downloading the package from the repositories)Code:sudo debsums_init
Then you can run the verification
Code:sudo debsums -c
No comments:
Post a Comment