How to see package upgrade history? #5807
Answered
by
gromgit
abitrolly
asked this question in
Everyday usage
-
Is there a way to see when a package was upgraded and from which version to which? |
Beta Was this translation helpful? Give feedback.
Answered by
gromgit
Dec 16, 2024
Replies: 1 comment 2 replies
-
You can try looking at the Git log. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're looking for an install log like apt's
history.log
, then as far as I know, Homebrew doesn't write anything like that, and evenhistory.log
doesn't tell you what old package versions are overwritten.This is something you can probably cobble together yourself by parsing the current output of
brew upgrade
though.