美文网首页
ubuntu apt 换源

ubuntu apt 换源

作者: xcyzjs | 来源:发表于2020-11-11 13:50 被阅读0次
// 1. /etc/apt/sources.list 文件备份
cp -a /etc/apt/sources.list /etc/apt/sources.list.bak

// 2. 修改 sources.list 文件
sudo vim sources.list

tips:

  • 阿里源文件:
  • 出现 /etc/apt/sources.list" E212: Can't open file for writing 解决方案 , 可能是因为用户权限不足, 使用 root 或 sudo vim 试试

参考自: /etc/apt/sources.list" E212: Can't open file for writing

相关文章

网友评论

      本文标题:ubuntu apt 换源

      本文链接:https://www.haomeiwen.com/subject/sbpebktx.html