Created
January 21, 2018 02:35
-
-
Save donaldsteele/02be7370f6401e0c6f0b2fdcb6aafab2 to your computer and use it in GitHub Desktop.
find Installed Software Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(zcat $(ls -tr /var/log/apt/history.log*.gz); cat /var/log/apt/history.log) 2>/dev/null | | |
egrep '^(Start-Date:|Commandline:)' | | |
grep -v aptdaemon | | |
egrep '^Commandline:' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment