I want to know when we last ran the package upgrades/updates on our Debian server.
|
feedback
|
|
The file
will give you this information for the last run of APT (not necessarily the last run of upgrage, though). To find out when was the last time you've run an upgrade, you want to look for a line starting with | |||||||||
feedback
|
|
There are some other comments that are not bad, but what you are really looking for is dpkg is a low level tool for manipulating packages thus every package modification will be logged there. | |||||
feedback
|
|
Outside of lucking out on log files located in The closest thing I can think about is to examine dpkg:
The dates on the top should approximate the last time apt handled those packages. | |||||
feedback
|