Hi,
Is it possible to use zypper to find out what files a package installed and where I can find them?
You can just use RPM:
$ rpm -ql <packagename>
Hi,
Is it possible to use zypper to find out what files a package installed and where I can find them?
You can just use RPM:
$ rpm -ql <packagename>