回答:
ターミナルの次のコマンドは、インストールされたパッケージとダウンロードのリストを取得します。パッケージは/ var / cache / apt / archivesに保存されます
dpkg -l | grep "^ii"| awk ' {print $2} ' | xargs sudo apt-get -y --force-yes install --reinstall --download-only
--download-only
フラグ...感謝:-)