1 개념 []. apt가 패키지를 가져 올 수 있는 위치 정보를 담고 있음; sources.list 파일 내 deb와 deb-src는 archive 타입을 나타냄; 일부 특정 데비안 패키지 프로그램의 설치를 위해서는 sources.list 파일에 위치 정보를 추가해 줘야 하는 경우가 있음

Oct 29, 2018 Add Kali Linux official repositories to sources.list Jan 27, 2020 How To Configure Apt Sources.List - For Complete Newbies

May 31, 2018

Ubuntu Package Management Part 3: Basic Sources.list Settings What is sources.list? A sources.list is a file containing list of repository addresses. APT knows all available packages and where to download them based on settings inside a sources.list. A sources.list file is primarily important for APT and a whole Ubuntu system to install/upgrade software. This file is located at /etc/apt/sources.list. Use apt-get source on a debian repo without using /etc/apt I'm trying to use apt-get source as a regular user on a debian squeeze system.. I want to retrieve the sources for cyrus-imapd-2.4 from the testing/wheezy repository.. apt-get source works without root privileges; however, it seems there is no way to get apt-get to fetch anything from a repository that is not in /etc/apt/sources.list.. Is there any command line option, alternate sources.list

Related sources.list repositories: Wheezy, Jessie, Stretch, Buster Security Updates # /etc/apt/sources.list : deb http://security.debian.org/ buster/updates main

Ik thinks you better use the folder /etc/apt/sources.list.d/ for adding files. add a file like etch.list in this and put everything for etch in it. i have for example. debian-backports.list debian-updates.list testing.list unstable.list each contains its ow lines which you can enable or disable.