0

How do I get a timestamped list of kernel updates? I am using Ubuntu 18.04.

Sunanda
  • 113
  • 5
  • 1
    Does zgrep 'install linux-headers' /var/log/dpkg.log* | sort | cut -f1,2,4 -d' ' help? – Kulfy May 21 '20 at 21:09
  • One easy way to check if a kernel update is responsible is to expose your grub menu and select an older kernel to boot from. – user535733 May 21 '20 at 21:10
  • Which Linux distro have you installed (Ubuntu server, Ubuntu desktop, Kubuntu, Lubuntu, Xubuntu, Ubuntu MATE, Mint, et al.), & which release number? Different releases have different tools for us to recommend. Please click [edit] & add that to your question, so all facts we need are in the question. Please don't use Add Comment, since that's our one-way channel to you. All facts about your PC should go in the Question with [edit] – K7AAY May 21 '20 at 22:49
  • @Kulfy - I believe it does, I get the kernel update history. Thank you so much. – Sunanda May 22 '20 at 17:13
  • 5
  • @MitaliCyrus You can change the pattern in zgrep to achieve that. The answers in the above question are more general. – Kulfy May 22 '20 at 21:21
  • @Kulfy Yes the answers in the question above more general, but my question is specific to kernel updates and hence is not addressed in the answers. If you post your solution as a answer then I can accept it since it answers my question. Thank you. – Sunanda Jul 20 '20 at 20:59

0 Answers0