Forum Forums Members Recent Posts Forums Main Category Questions and Discu... How can we find the... Notifications Clear all How can we find the yum variables been declared in linux ? Last Post RSS amrit_3327 (@amrit_3327) Trusted Member Joined: 1 year ago Posts: 61 Topic starter 17/10/2020 7:33 pm Variables such as basearch, releasever etc Quote Topic Tags linux yum amrit_3327 (@amrit_3327) Trusted Member Joined: 1 year ago Posts: 61 Topic starter 17/10/2020 7:34 pm python -c 'import yum, pprint; yb = yum.YumBase(); pprint.pprint(yb.conf.yumvar, width=1)' Above command will provide the detailed out put for yb.conf ReplyQuote Share: