mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 18:55:06 +01:00
[APT−GET] Show apt-get installed packages
This commit is contained in:
parent
74c6c9b01b
commit
d87cf0ae81
@ -20,3 +20,6 @@ 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 ...
|
||||
|
||||
# Show apt-get installed packages.
|
||||
cat /var/log/dpkg.log | grep 'install '
|
||||
|
Loading…
Reference in New Issue
Block a user