I have been trying to install libstdc++ packages using yum thru shell script in my customer’s machines. I need to confirm whether yum will list i686 or i386 package in user machine, i mean will yum check for ‘uname -p’ – processor info or ‘uname -i’ – hardware platform ..?
Share
As far as i have Checked , yum seems to be depeneds on processor architecture, uname -p.