User:Ravas
Forum: https://forums.opensuse.org/member.php/98454-ravas
Email: my name @tuta.io
Command Cheat Sheet
Packages
Information about a package / determine if it is installed:
rpm -qi package zypper info package
List package requirements:
zypper info --requires package
List files installed by a package:
rpm -ql package
Determine what package provides a file:
rpm -qf file zypper se --provides file zypper se --provides -x file (exact match)
View package installation history, sorted by most recent:
rpm -qa --last | less