diff --git a/cheatsheets/apt-get b/cheatsheets/apt-get index c18baf8..3208a53 100644 --- a/cheatsheets/apt-get +++ b/cheatsheets/apt-get @@ -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 '