Hi, I have NeverwInter Nights Diamond (A classic by Atari). Used zypper
to pull in some missing packages (comparing with another machine) in order for the game to now play
How can I display all of the Vulkan, Mesa etc packages that are now installed on the machine so that I can note them down?
This will help in the future if for instance a Tumbleweed reinstall is done or something like that.
-Thanks
rpm -qa | grep -i [string]
, replacing [string]
with whatever youโre looking for (vulkan, mesa, etc).
Additionally, you could look at the zypper logs to see what you installed.
1 Like
@hendersj Thank you for this information now all combined in the post. When I su -
and then cd /var/log
then kate zypper.log
I simply canโt understand what I see in there.
In Leap I find it easier to check /var/log/zypp/history as root
Sorry, I should have specified /var/log/zypp/history
as what to look at. @brunomcl is correct, that is the file to look at.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.