今天,我嘗試更新個人 Ubuntu 18.04 LTS 的倉庫列表,但收到了一條錯誤消息:「E: The package cache file is corrupted, it has the wrong hash」。這是我在終端運行的命令以及輸出:linux
$ sudo apt update
複製代碼
示例輸出:git
Hit:1 http://it-mirrors.evowise.com/ubuntu bionic InRelease
Hit:2 http://it-mirrors.evowise.com/ubuntu bionic-updates InRelease
Hit:3 http://it-mirrors.evowise.com/ubuntu bionic-backports InRelease
Hit:4 http://it-mirrors.evowise.com/ubuntu bionic-security InRelease
Hit:5 http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu bionic InRelease
Hit:7 http://ppa.launchpad.net/leaeasy/dde/ubuntu bionic InRelease
Hit:8 http://ppa.launchpad.net/rvm/smplayer/ubuntu bionic InRelease
Ign:6 https://dl.bintray.com/etcher/debian stable InRelease
Get:9 https://dl.bintray.com/etcher/debian stable Release [3,674 B]
Fetched 3,674 B in 3s (1,196 B/s)
Reading package lists... Done
E: The package cache file is corrupted, it has the wrong hash
複製代碼
Ubuntu 中的 「The package cache file is corrupted, it has the wrong hash」 錯誤github
通過一番谷歌搜索,我找到了解決此錯誤的方法。ubuntu
若是你遇到過這個錯誤,不要驚慌。只需運行下面的命令修復。bash
在運行命令以前,請再次確認你在最後加入了 *
。在命令最後加上 *
很重要。若是你沒有添加,它會刪除 /var/lib/apt/lists/
*目錄,並且沒法恢復。我提醒過你了!less
$ sudo rm -rf /var/lib/apt/lists/*
複製代碼
如今我再次使用下面的命令更新系統:ionic
$ sudo apt update
複製代碼
如今好了!但願它有幫助。ui
via: www.ostechnix.com/fix-e-the-p…spa