based on article https://www.novell.com/support/kb/doc.php?id=7016113 trying apply glibc patches. however, cannot update system online not connected internet. have downloaded relevant security patches
glibc-html-2.11.3-17.45.55.5 glibc-i18ndata-2.11.3-17.45.55.5
glibc-info-2.11.3-17.45.55.5 glibc-locale-2.11.3-17.45.55.5
glibc-profile-2.11.3-17.45.55.5 nscd-2.11.3-17.45.55.5
all these .rpm files. not sure how apply these system. command need use? per suse documentation refers using zypper not sure on exact procedure. please let me know how apply these , how check if there dependencies need install before this?
thanks!
you can do:
zypper in <path-to-rpm> <path-to-other-rpm>
if there missing dependencies, zypper tell you.
you can old way using rpm
:
rpm -uvh <path-to-rpm> <path-to-other-rpm>
which same...