CentOS 5/6/7
[root@localhost~]# yum update glibc -y
Ubuntu 12/14
[root@localhost~]# apt-get update
[root@localhost~]# apt-get install libc6
Debian 6
[root@localhost~]# wget -O /etc/apt/sources.list.d/debian6-lts.list http://mirrors.aliyun.com/repo/debian6-lts.list apt-get update
[root@localhost~]# apt-get install libc6
Debian 7
[root@localhost~]# apt-get update
[root@localhost~]# apt-get install libc6
Opensuse 13
[root@localhost~]# zypper refresh
[root@localhost~]# zypper update glibc*
Aliyun linux 5u7
[root@localhost~]# wget -O /etc/yum.repos.d/aliyun-5.repo http://mirrors.aliyun.com/repo/aliyun-5.repo yum update glibc
安装后重启(# reboot)服务器。
本文链接地址: 修复Linux服务器Glibc漏洞