apt-get update Failed to fetch bzip2
在运行sudo apt-get update的时候遇到以下错误:
W: Failed to fetch bzip2
(1)
sudo apt-get clean sudo apt-get update --fix-missing
(2)删掉/var/lib/apt/lists 这个目录下的东西
# 删除
sudo rm -fR /var/lib/apt/lists/*
# 新建相应文件夹
sudo mkdir /var/lib/apt/lists/partial
# 重新update
sudo apt-get update

浙公网安备 33010602011771号