當(dāng)使用國內(nèi)的鏡像源時,有時會遇到Hash Sum mismatch錯誤。這個錯誤通常是由于鏡像源的更新不完全導(dǎo)致的。以下是解決此錯誤的一些步驟:
sudo apt clean
sudo apt update
/etc/apt/sources.list
文件,并將默認(rèn)的鏡像源注釋掉,添加以下內(nèi)容來使用清華大學(xué)的鏡像源:deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-backports main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-security main restricted universe multiverse
sudo apt update
如果上述步驟仍然無法解決問題,你可以嘗試更換其他的鏡像源。