Question

I access an ubuntu 10.04LTS server that is administered by someone else, I have a feeling that it hasn't been getting updates/upgrades recently.

Is there a way to check on the command line when updates were last taken, without sudo privileges?

Was it helpful?

Solution

If permissions haven't changed from default an unprivledge user in Ubuntu can read the apt history log:

less /var/log/apt/history.log

If you just care about how often you can:

grep Start-Date /var/log/apt/history.log
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top