4.2.2013 6:35, Syed Ahsan Ali Bokhari kirjoitti:
The problem on my machine is that for some reasons yum isn't working.
Therefore I am not able to install package glibc-devel.i386 from
repository.
The traditional way is to use RPM directly, instructions do exist, like :
http://www.tuxfiles.org/linuxhelp/rpminstall.html
For bare unpacking (a'la 'zip', 'tar.gz', 'tar.bz2') there is rpm2cpio
and cpio :
rpm2cpio <packagename>.rpm | cpio -idmuvB
to extract the '.rpm' package into the current directory and its subdirs.