mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 18:55:06 +01:00
[APT-GET] Donwload deb withtou installing it
This commit is contained in:
parent
bfaf39d7ab
commit
1c79ab5ed6
@ -14,3 +14,9 @@ apt-get update && apt-get dist-upgrade
|
|||||||
|
|
||||||
# To install a new package(s)
|
# To install a new package(s)
|
||||||
apt-get install package(s)
|
apt-get install package(s)
|
||||||
|
|
||||||
|
# Download a package without installing it. (The package will be downloaded in your current working dir)
|
||||||
|
apt-get download modsecurity-crs
|
||||||
|
|
||||||
|
# Change Cache dir and archive dir (where .deb are stored).
|
||||||
|
apt-get -o Dir::Cache="/path/to/destination/dir/" -o Dir::Cache::archives="./" install ...
|
||||||
|
Loading…
Reference in New Issue
Block a user