How To Check Glibc Version In Linux - Alfredo's Memo Wiki

Toggle navigation My Memo Wiki
  • Archive
  • Categories (ordered)
  • Categories
  • Online resources
  • Pages
  • Quick help
  • Tags
Submit How to check glibc version in Linux 09 May 2016

Check

ldd --version yum info glibc

Update

yum -y update glibc

Clear cache before updating

yum clean all

Check services using glibc

lsof +c0 -d DEL | awk 'NR==1 || /libc-/ {print $2,$1,$4,$NF}' | column -t

Reboot

sudo reboot

  • linux 73
  • glibc 1
  • « Previous
  • Archive
  • Next »

© 2018 Alfredo Roca with help from Jekyll Bootstrap and Bootstrap

Tag » How To Check Glibc Version