문제

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?

도움이 되었습니까?

해결책

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
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top