0
点赞
收藏
分享

微信扫一扫

计算机网络回顾

上善若水山西太原 2024-09-28 阅读 15
ubuntulinux

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

Find these keys and delete them with

Use apt-get update to finish the clea

举报

相关推荐

0 条评论