Skip to content

Instantly share code, notes, and snippets.

@sdoro
Last active January 22, 2023 17:59
Show Gist options
  • Save sdoro/4663115 to your computer and use it in GitHub Desktop.
Save sdoro/4663115 to your computer and use it in GitHub Desktop.
How do I find out upgrade history of Debian/Ubuntu ?
# 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