#

更换apt source为阿里云后执行apt install某些软件包仍然报错
部分依赖使用旧软件源
sudo apt-get update报错 E: 部分索引文件下载失败。如果忽略它们,那将转而使用旧的索引文件

#

更换source.list后部分残留信息需要手动清除

cd /etc/apt/sources.list.d/

sudo rm -rf *.list

sudo apt clean

sudo apt update

 

相关文章:

  • 2021-12-08
  • 2021-12-31
  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
猜你喜欢
  • 2021-05-07
  • 2022-12-23
  • 2021-06-16
  • 2022-12-23
  • 2021-07-19
  • 2021-11-29
相关资源
相似解决方案