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

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

2 Answers

You can easily list that using:

zypper pa -ir <repo_name_or_number>
5

Alternative:

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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like