📜  ubuntu 19.10 eoan 更新错误 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:42.881000             🧑  作者: Mango

代码示例1
# solution
sudo sed -i -re 's/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list

# then try 
sudo apt update