Ubuntu一些文件及问题研究分析
总结一些ubuntu中文件的作用
0.简介
1./etc/apt/sources.list.d目录作用
Ubuntu下软件源的文件是/etc/apt/sources.list,那么sourdces.list.d目录下的文件又是什么作用呢?
该文件夹下的文件是第三方软件的源,可以分别存放不同的第三源地址,只需“扩展名”为list即可,更新后使用命令:apt update 更新一下软件源。
ubuntu中 sudo apt update中一些多余的list删除
打开/etc/apt 文件夹,将命令行中提示的部分删除即可。(简单记录下)
仓库的管理在/etc/apt/sources.list文件中
2.apt-get update GPG error
参考:apt-get gpg error when i try to update
Use
sudo apt-key list to list the keys
Find these keys and delete them with
sudo apt-key del <key>
Use apt-get update to finish the clea