1.备份

cd /etc/apt
sudo cp sources.list sources.list.backup

 

 

2.用新的文件替换掉soures.list

deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse

 

3.更新

sudo apt-get update

 

  

相关文章:

  • 2021-09-25
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2021-11-19
  • 2021-08-24
  • 2022-01-20
猜你喜欢
  • 2021-10-12
  • 2021-12-31
  • 2021-09-16
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案