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

 

posted @ 2015-10-23 10:13  Shinf.Yao  阅读(484)  评论(0编辑  收藏  举报