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 Please tell me, how to let zypper display all installed packages of a certain repository.
You can easily list that using:
zypper pa -ir <repo_name_or_number> 5 Alternative:
zypper search -i -r <repo alias|#|URI> 1