How do I list the most recent software installed via YaST? Like an hour ago.
Thanks in advance.
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 …
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