Got problem when update ubuntu
apt-get update
Error Message
dists_precise_restricted_source_Sources Hash Sum mismatch
This is what i try and it success.
sudo -i
apt-get clean
cd /var/lib/apt
mv lists lists.old
mkdir -p lists/partial
apt-get clean
apt-get update
exit
No comments:
Post a Comment