2024年4月26日 星期五
通知

修复Linux服务器Glibc漏洞

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漏洞

关于 荣耀博客

好记性,不如烂笔头。

随机推荐

2018031608114371 310x165.png

Linux下wget下载整个FTP目录(含子目录)

wget -nH -m --f …

发表回复