Francis Kong

Francis Kong

Difference between "/etc/apt/sources.list.d/ubuntu.sources" and "/etc/apt/sources.list"

Common points: These files are used to store the addresses of servers for Ubuntu software updates. They all have the same format, starting with deb or deb-src, followed by the source URL, the release code name, and the software package category.#

Differences: /etc/apt/sources.list is a single file, while /etc/apt/sources.list.d is a directory where multiple files with the .list extension can be created. Each file can contain different source addresses, usually used for installing third-party software. APT will automatically read all files in this directory, merge them into sources.list, so there is no need to manually modify the sources.list file.#

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.