[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

View File

@ -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 '