如何确认RedHat Enterprise Linux版本?

发布于 2024-10-01 15:21:42 字数 1549 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

简单气质女生网名 2024-10-08 15:21:42

避免 /etc/*release* 文件并运行此命令,它更可靠并提供更多详细信息:

rpm -qia '*release*'

Avoid /etc/*release* files and run this command instead, it is far more reliable and gives more details:

rpm -qia '*release*'
坐在坟头思考人生 2024-10-08 15:21:42

我假设您已经运行了 yum update。这通常会将您更新到最新的次要版本。

用于确定版本的主要资源是 /etc/redhat_releaselsb_release -a

I assume that you've run yum upgrade. That will in general update you to the newest minor release.

Your main resources for determining the version are /etc/redhat_release and lsb_release -a

紅太極 2024-10-08 15:21:42

那是 RHEL 发行版本。

您可以通过输入uname -r来查看内核版本。它将是 2.6.something。

That's the RHEL release version.

You can see the kernel version by typing uname -r. It'll be 2.6.something.

风吹雨成花 2024-10-08 15:21:42

这是 RHEL 的发行版,或者至少是安装了提供 /etc/redhat-release 的软件包的 RHEL 发行版。这样的文件可能是您能找到的最接近的文件;您还可以查看 /etc/lsb-release.

理论上可以从混合版本安装软件包(例如,将系统的一部分升级到 5.5,而将其他部分保留在 5.4),因此,如果您依赖于特定组件的版本,则需要单独检查这些版本。

That is the release version of RHEL, or at least the release of RHEL from which the package supplying /etc/redhat-release was installed. A file like that is probably the closest you can come; you could also look at /etc/lsb-release.

It is theoretically possible to have packages installed from a mix of versions (e.g. upgrading part of the system to 5.5 while leaving other parts at 5.4), so if you depend on the versions of specific components you will need to check for those individually.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文