YaSt2 last installed software

How do I list the most recent software installed via YaST? Like an hour ago.

Thanks in advance.

see in /var/log/zypp/history and grep for it.

Solution.

cat /var/log/zypp/history shows last installed.

Sorry to bother you.

Thanks for the reponse. I didn’t see it in time to avoid my last message.

I suggest that, “less” is better than “cat” for this exercise …

  • On this machine, the Zypp history goes back to 2014 – the history file is 7 M – I suspect that, I should think about reducing the size of the thing …

Note there is also a history option in Yast- software management

grep -i '2020-02-12' /var/log/zypp/history

or

grep -i '2020-02-12' /var/log/zypp/history | grep -i qt5

or
or
or