あなた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
必要な正確なファイルを除外するのは簡単です。