📅  最后修改于: 2023-12-03 14:52:28.312000             🧑  作者: Mango
在 Parrot OS 中,可以使用以下命令来检查 glibc 的版本:
ldd --version
这将返回一个包含 glibc 版本信息的输出。例如:
ldd (Debian GLIBC 2.28-10) 2.28
Copyright (C) 2018 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.
在输出中,(Debian GLIBC 2.28-10)
表示 glibc 的版本号为 2.28,这是当前 Parrot OS 中使用的版本。
另外,还可以使用以下命令来检查 glibc 的版本:
apt-cache policy libc6
此命令将返回安装在系统上的 glibc 版本及其来源,例如:
libc6:
Installed: 2.28-10
Candidate: 2.28-10
Version table:
*** 2.28-10 500
500 http://http.kali.org/kali kali-rolling/main amd64 Packages
500 http://http.kali.org/kali kali-rolling/non-free amd64 Packages
100 /var/lib/dpkg/status
上述输出中的 Installed: 2.28-10
表示 glibc 的版本号为 2.28,当前已安装在系统中。
以上是在 Parrot OS 中检查 glibc 版本的两种方法,可以根据具体情况选择使用其中一种。