[opensuse-support] osc se question

Hi, can anyone explain to me how osc works? docb@T520:~ > zypper se --provides libgtk-3.so Repository-Daten werden geladen... Installierte Pakete werden gelesen... S | Name | Zusammenfassung | Typ ---+------------------+--------------------------------------+------ i+ | libgtk-3-0 | The GTK+ toolkit library (version 3) | Paket | libgtk-3-0-32bit | The GTK+ toolkit library (version 3) | Paket -> So the package is called libgtk-3-0 docb@T520:~> osc se -s libgtk-3-0 No matches found for 'libgtk-3-0' in projects No matches found for 'libgtk-3-0' in packages Hups? My expectation is to find libgtk here.... OK, not so specific: docb@T520:~> osc se -s libgtk No matches found for 'libgtk' in projects #################################################################### matches for 'libgtk' in packages: # Project # Package <snip - only Leap 15.1> openSUSE:Leap:15.1 gdlmm openSUSE:Leap:15.1 libgtkdatabox Why does osc not find the package? docb@T520:~> osc --version 0.165.4 Thx Axel -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org

Hi Axel, On Wed, 25 Sep 2019, 11:57:24 +0200, Axel Braun wrote:
Hi,
can anyone explain to me how osc works?
docb@T520:~ > zypper se --provides libgtk-3.so Repository-Daten werden geladen... Installierte Pakete werden gelesen...
S | Name | Zusammenfassung | Typ ---+------------------+--------------------------------------+------ i+ | libgtk-3-0 | The GTK+ toolkit library (version 3) | Paket | libgtk-3-0-32bit | The GTK+ toolkit library (version 3) | Paket
-> So the package is called libgtk-3-0
Use "zypper info libgtk-3-0" to find out the package name from which it is built. Take the "Source package" name from it and use that in your queries using osc. HTH, cheers. l8er manfred

Am Mittwoch, 25. September 2019, 13:07:32 CEST schrieb Jiri Slaby:
On 25. 09. 19, 11:57, Axel Braun wrote:
osc se -s libgtk-3-0
For binaries (and not source pkgs): osc se --binary libgtk-3-0
Thank you both, Manfred and Jiri. Looks like the use of the phrase 'package' is a bit misleading in some cases. When I find a package in YaST or zypper I would expect to find it in an unconditional search with osc as well. Obviously, thats not the case Best, Axel -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
participants (3)
-
Axel Braun
-
Jiri Slaby
-
Manfred Hollstein