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

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

You can easily list that using:

zypper pa -ir <repo_name_or_number>
link|improve this answer
Thanks! It works for me only with capital R Please correct the answer. – java.is.for.desktop Nov 4 '09 at 14:01
The capital R is for sorting by repo. The lower case one is for the specific repo. You can check the documentation by typing: zypper pa -h – Mereghost Nov 4 '09 at 14:11
Sorry, I must have typed it just the wrong way at first time. Indeed, r works. – java.is.for.desktop Nov 4 '09 at 15:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.