aben20807 / blog-post-issues

https://aben20807.github.io/
MIT License
9 stars 2 forks source link

apt list installed packages with time #130

Open aben20807 opened 2 years ago

aben20807 commented 2 years ago

ref

$ zgrep 'install ' /var/log/dpkg.log* | sort | cut -f1,2,4 -d' '

or

$ vim /var/log/dpkg.log