1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-29 11:27:05 +02:00

[APT−GET] Show apt-get installed packages

This commit is contained in:
ImmortalPC 2014-04-18 18:04:25 +02:00
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 '