View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#4
Originally Posted by magullo View Post
I looked in pkcon documentation, but could not find how. Which option does give "what"? Is it "what-provides"? It doesn't work...
Code:
zypper what-provides <package_name>
or to see only name of repo:
Code:
zypper what-provides <package_name>|tail -1|awk '{print $11}'

Last edited by Schturman; 2014-06-25 at 17:18.
 

The Following 2 Users Say Thank You to Schturman For This Useful Post: