Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
As far as I remember , sfc /scannow scans files for matching amounts and restores them if necessary.
Install the scan tool :
sudo apt-get install -y debsums
Check system:
sudo debsums -c
Full equivalent of sfc /scannow for linux (deb compatible):
sudo apt-get install -y --reinstall $(dpkg -S $(debsums -c) | cut -d : -d 1| uniq -u)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question