Hi, Here is the output . "source install" don't use the same package name as "install".
# rpm -qf /usr/lib/libQtOpenGL.so.4 libqtopengl4-4.7.1-3.1.i586 # zypper si libqtopengl4-4.7.1-3.1.i586 Reading installed packages... Loading repository data... Source package 'libqtopengl4-4.7.1-3.1.i586' not found. Resolving package dependencies... Nothing to do. # zypper si libqtopengl4 Reading installed packages... Loading repository data... Source package 'libqtopengl4' not found. Resolving package dependencies... Nothing to do. 2011/1/10 danny <[email protected]>: > Hi, > > rpm -qf file-you-want > > This could get the rpm package name, and then use: > rpm -qi package-name > or you could get the source package by: > zyppet si package-name > -- > Best Regards, > > > > At 2011-01-10 16:22:18,zhu <[email protected]> wrote: > >>For example. >>I know libqtopengl4 is built from qt-4.7.1-3.1.src.rpm. >> >>Does any zypper command can know libqtopengl4 came's from >>qt-4.7.1-3.1.src.rpm. >> >>like what yumdownloader do: >>yumdownloader --source libqtopengl4 . >> >>Thanks >>_______________________________________________ >>MeeGo-dev mailing list >>[email protected] >>http://lists.meego.com/listinfo/meego-dev > > > _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
