34

Please tell me, how to let zypper display all installed packages of a certain repository.

sebix
  • 184

3 Answers3

27

You can easily list that using:

zypper pa -ir <repo_name_or_number>
Mereghost
  • 770
18

Alternative:

zypper search -i -r <repo alias|#|URI>
jaltek
  • 473
-1

To find the repo of a package

zypper se -v <package_name>