Last active
January 22, 2023 17:59
-
-
Save sdoro/4663115 to your computer and use it in GitHub Desktop.
How do I find out upgrade history of Debian/Ubuntu ?
This file contains 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
# use the log Luke! | |
less /var/log/apt/term.log | |
# 2014-09-24 | |
# also in: | |
less /var/log/apt/history.log | |
less /var/log/dpkg.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment