Is there a way to check an installation for corrupt files?
Verify the installed packages integrity:
sudo rpm -V -a | sort -t / -k 2
4 Likes
Is there a way to check an installation for corrupt files?
Verify the installed packages integrity:
sudo rpm -V -a | sort -t / -k 2