zypper & rpm tricks
Finding all packages installed from one repository:
zypper se -i -r <Repo>
show all repos that providing a package (wp=what provides):
zypper wp <pkg>
Use following syntax to list the files for already INSTALLED package:
rpm -ql package-name
Use following syntax to list the files for RPM package:
rpm -qlp package.rpm