Zypper: How do I display all packages from a certain repository?

Solution 1:

You can easily list that using:

zypper pa -ir <repo_name_or_number>

Solution 2:

Alternative:

zypper search -i -r <repo alias|#|URI>