简体   繁体   中英

how to know software/tool is in which package in opensuse 13.1

for example ,I want to compile opencv with gstreamer support, and it say

Package 'gstreamer-app-0.10' not found. 

I have tried

sudo zypper in gstreamer-app-0.10

but I get:

Package 'gstreamer-app-0.10' not found.

finally I solved this by

sudo zypper in gstreamer-0_10-plugins-base-devel

so how do I know the "gstreamer-0_10-plugins-base-devel" provide the "gstreamer-app-0.10" ? is there a command or way to search which package provides what library?

thank you.

这应该工作:

zypper search --provides gstreamer-app-0.10

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM