List out installed packages sort according to time

How to list out all installed packages according to time in KDE ?
I have installed a few packages few days ago, but i don’t remember what they were… some were installed from pamac and 1 installed from yay.
Problem with installing too many packages to try out, in the end forgot what they were.

I know i can get the list from pacman log file, but in this case, i didn’t they were not installed with pacman.
Thx

Maybe:

cat /var/log/pacman.log | grep installed 

You can view package transcation history in pamac. This included everything installed via pamac, pacman or yay. For example this is mine on 2022-02-01:

Screenshot

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.