정확히 무엇을 원하느냐에 따라 사용자 정의 아카이브 디렉토리를 사용하여 '다운로드 전용 모드' apt-get install
로 실행 하는 것이 좋습니다 apt-get install
.
-d, --download-only
Download only; package files are only retrieved, not unpacked or installed.
Configuration Item: APT::Get::Download-Only.
아카이브 디렉토리를 변경하는 방법? 이것은 구성 옵션입니다.
FILES
[...]
/var/cache/apt/archives/
Storage area for retrieved package files. Configuration Item: Dir::Cache::Archives.
--option
매개 변수를 사용하여 임시로 변경할 수 있습니다 .
-o, --option
Set a Configuration Option; This will set an arbitrary configuration option.
The syntax is -o Foo::Bar=bar. -o and --option can be used multiple times
to set different options.
요약:
apt-get install -d -o dir::cache::archives="/some/cache/dir" <package>
이 명령은 다운로드 (만 다운로드하지 설치) 관련됩니다 .deb
에 대한 파일 <package>
에 /some/cache/dir
. 디렉토리에는 .deb
패키지 파일, 종속 항목, 잠금 파일 및 '부분'디렉토리 (비어 있어야 함)가 포함됩니다. .deb
필요한 정확한 파일을 필터링하는 것은 쉽지 않습니다.