linux 中查看GNU c库版本 libc.so.6(GLIBC版本)

 

001、 centos7 中

(base) [root@pc1 test]# cat /etc/redhat-release     ## 查看当前系统
CentOS Linux release 7.6.1810 (Core)
(base) [root@pc1 test]# ldd --version               ## 查看gnu c库版本
ldd (GNU libc) 2.17
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.

 

002、centos8 中

(base) [b20223040323@cnode2047 ~]$ cat /etc/redhat-release          ## 系统版本
CentOS Linux release 8.4.2105
(base) [b20223040323@cnode2047 ~]$ ldd --version                    ## gnu c库版本
ldd (GNU libc) 2.28
Copyright (C) 2018 自由软件基金会。
这是一个自由软件;请见源代码的授权条款。本软件不含任何没有担保;甚至不保证适销性
或者适合某些特殊目的。
由 Roland McGrath 和 Ulrich Drepper 编写。

 

003、ubuntu 中 

复制代码
root@ubuntu01:~# lsb_release -a               ## 系统版本
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 22.04.3 LTS
Release:    22.04
Codename:    jammy
root@ubuntu01:~# ldd --version                ## 查看gnu c库
ldd (Ubuntu GLIBC 2.35-0ubuntu3.4) 2.35
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
复制代码

 。

 

posted @   小鲨鱼2018  阅读(1709)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
历史上的今天:
2022-11-06 python中os模块下路径的常见操作
2021-11-06 docker pull越来越慢的解决方法
2021-11-06 Vmware虚拟机和docker在win10上不兼容的处理
2021-11-06 docker笔记
2020-11-06 什么是架构 ?
2020-11-06 linux系统中防火墙策略管理工具firewalld
点击右上角即可分享
微信分享提示