1. /etc/apt/sources.list.d 这个文件夹是什么作用?
he /etc/apt/sources.list.d directory provides a way to add sources.list entries in seperate files that end with .list. The format is the same as for the regular sources.list file.
也就是提供了一种有序管理第三源的方式而己,多个文件可以分别存放不同的第三源地址,“文件名”可以对第三源进行标识,只需“扩展名”为list即可。