Hi Tim,
Yes, found the expected result.
Thank you!
On Sat, Mar 22, 2014 at 10:19 PM, Tim Lauridsen <tim.lauridsen@xxxxxxxxx> wrote:
you are looking for.ui_from_repo
TImOn Thu, Mar 20, 2014 at 12:26 PM, Navid Shaikh <shaikhnavid14@xxxxxxxxx> wrote:
_______________________________________________Hi,I am using python yum module.I am finding all installed packages in system and yum repositories, from which these RPMsare installed.From command line, I can see this using command:$yum list installedHowever when I am using python yum module, I can find the installed packages butI am not able to find associated yum repository from which a package is installed.Here is how I got the installed packages:import yumyb = yum.YumBase()pkg_list = yb.doPackageLists(pkgnarrow="installed")inst_pkg_list = pkg_list.installed#Now I am trying to find if there is an attribute giving yum repository info for this packagerpm1 = inst_pkg_list[0]rpm1.repoid'installed'#However, it returns 'installed', which is not yum repository name.Where I am doing it wrong?Any help is highly appreciated.--Regards,Navid Shaikh
Yum mailing list
Yum@xxxxxxxxxxxxxxxxx
http://lists.baseurl.org/mailman/listinfo/yum
_______________________________________________
Yum mailing list
Yum@xxxxxxxxxxxxxxxxx
http://lists.baseurl.org/mailman/listinfo/yum
Regards,
Navid Shaikh | @SwordPhilic
_______________________________________________ Yum mailing list Yum@xxxxxxxxxxxxxxxxx http://lists.baseurl.org/mailman/listinfo/yum