一、执行apt-get update

使用一个长期未更新的本地源,得到错误的提示:

Release file for ... is expired. Updates for this repository will not be applied.

二、解决办法

apt-get -o Acquire::Check-Valid-Until=false update

 

相关文章:

  • 2022-02-14
  • 2021-12-07
  • 2022-02-09
  • 2022-12-23
  • 2021-10-04
  • 2022-02-07
  • 2021-10-16
  • 2022-02-07
猜你喜欢
  • 2022-02-07
  • 2022-02-07
  • 2022-02-07
  • 2021-11-29
  • 2021-11-02
相关资源
相似解决方案