[转帖]CentOS 8已经停止维护,怎么检查CentOS的版本

centos,已经,停止,维护,怎么,检查,版本 · 浏览次数 : 0

小编点评

从输出的描述中可以看出,您使用的是CentOS Linux 7.5.1804版。

正文

https://rumenz.com/rumenbiji/centos-check-version.html

 

  • CentOS 8 在2021年12月31日停止更新并停止维护(EOL)。
  • CentOS 7 将会在2024年6月30日停止维护(EOL)

那么怎么知道我们线上正在跑的是哪个版本呢?

现在CentOS Linux有4个主要的发布分支,CentOS 5,CentOS 6CentOS 7和CentOS 8

从命令行检查CentOS版本

lsb_release命令显示有关Linux发行版的Linux Standard Base(LSB)信息。

这是首选方法,无论你运行的是哪种CentOS版本都应该可以使用。

打开终端并键入以下命令:

lsb_release -a

CentOS版本将显示在”description”行中。从上面的输出可以看出我使用的是CentOS Linux 7.5.1804版。

这些版本号的数字 7.5.1804都指的是什么

  • 7 是CentOS的主要分支
  • 7.5 是CentOS 7的最新次要版本
  • 1804 是次要版本的日期代码,1804表示2018年4月,数字用于指示发布的时间

如果你在执行命令时看到bash: lsb_release: command not found...,则表示redhat-lsb-core 没有在你的系统上未安装该软件包。你可以使用以下方法安装该软件

  1. sudo yum install redhat-lsb-core

使用rpm命令检查CentOS版本

rpm (Red Hat Package Manager)是基于Red Hat的系统(如RHEL,CentOS和Fedora)的软件包管理工具。

你可以使用rpm工具显示有关centos-release包的信息,其中包括名称中的CentOS版本

  1. rpm --query centos-release
  1. centos-release-7-18elcentos.x86_64

使用/etc/centos-release文件检查CentOS版本

/etc/centos-release文件由centos-release包提供。

要检查CentOS版本,请输入以下命令:

  1. cat /etc/centos-release
  1. CentOS Linux release 1804 (Core)

使用/etc/os-release文件检查CentOS版本

/etc/os-release文件存在于运行systemd的所有系统上,并包含操作系统标识数据。

只有拥有CentOS 7时,此方法才有效

  1. > cat /etc/os-release
  2. NAME="CentOS Linux"
  3. VERSION="7 (Core)"
  4. ID="centos"
  5. ID_LIKE="rhel fedora"
  6. VERSION_ID="7"
  7. PRETTY_NAME="CentOS Linux 7 (Core)"
  8. ANSI_COLOR="0;31"
  9. CPE_NAME="cpe:/o:centos:centos:7"
  10. HOME_URL="https://www.centos.org/"
  11. BUG_REPORT_URL="https://bugs.centos.org/"
  12. CENTOS_MANTISBT_PROJECT="CentOS-7"
  13. CENTOS_MANTISBT_PROJECT_VERSION="7"
  14. REDHAT_SUPPORT_PRODUCT="centos"
  15. REDHAT_SUPPORT_PRODUCT_VERSION="

使用hostnamectl命令检查你的CentOS版本

hostnamectl是一个允许你设置主机名的命令,但你也可以使用它来查找你的CentOS版本

只有在CentOS 7时,此方法才有效

  1. > hostnamectl
  2. Static hostname: localhost.localdomain
  3. Icon name: computer-vm
  4. Chassis: vm
  5. Machine ID: 2849f743fbe74706abaa6cb8b2ae5377
  6. Boot ID: 8259a43c6265465884920ac6d762ed5e
  7. Virtualization: kvm
  8. Operating System: CentOS Linux 7 (Core)
  9. CPE OS Name: cpe:/o:centos:centos:7
  10. Kernel: Linux 0-8elx86_64
  11. Architecture: x86-64

【Linux常用命令速查手册】关注【入门小站】,后台回复 「1001」 自取。

与[转帖]CentOS 8已经停止维护,怎么检查CentOS的版本相似的内容:

[转帖]CentOS 8已经停止维护,怎么检查CentOS的版本

https://rumenz.com/rumenbiji/centos-check-version.html CentOS 8 在2021年12月31日停止更新并停止维护(EOL)。 CentOS 7 将会在2024年6月30日停止维护(EOL) 那么怎么知道我们线上正在跑的是哪个版本呢? 现在Ce

[转帖]CentOS8完美升级gcc版本方法

https://blog.whsir.com/post-6114.html 在CentOS8系统中,默认gcc版本已经是8.x.x版本,但是在一些场景中,还是需要高版本的gcc,网上一些作死的文章还在复制粘贴的告诉你如何编译升级gcc版本。 之前吴昊也写过CentOS完美升级gcc版本方法:http

[转帖]【最佳实践】瀚高数据库安全版v4.5.8安装

瀚高数据库安全版v4.5.8已发布,功能和安装方式都有所不同。下面先跟我一起安装上吧。 操作系统环境:Centos7.9,处理器:x86_64 (说明:以下每一节的命令操作,均可以复制粘贴直接执行) 1. 安装软件 将软件包上传到root用户的目录下,执行以下命令校验安装包完整性,然后执行安装: m

[转帖]CentOS救援模式下启用ssh

https://baijiahao.baidu.com/s?id=1726897688052574035&wfr=spider&for=pc CentOS Rescue 模式启用ssh远程连接 CentOS 7/8 插入系统iso镜像光盘,重启 选择 TroubleshootingRescue a

[转帖]CentOS-7-x86_64-DVD-2009 rpm包列表(centos7.9)

https://www.cnblogs.com/hiyang/p/14803391.html 文件数 4071 个,共3.8G 复制389-ds-base-1.3.10.2-6.el7.x86_64.rpm 389-ds-base-libs-1.3.10.2-6.el7.x86_64.rpm Cen

[转帖]CentOS8安装MySQL8详细教程,爬坑必备

https://www.ab62.cn/article/23022.html 安装环境 CentOS:8.5.2111MySQL:8.0.30 MySQL Community Server 安装过程 下载MySQL Yum Repository 官网查看MySQL的yum仓库列表,地址https:/

[转帖]seafile 7.1.12专业版升级到seafile 8.0.11专业版教程

https://www.ittel.cn/archives/11643.html 目录 seafile 8.0.11专业版新功能 版本变更 部署环境升级 Ubuntu 18.04/20.4 Debian 10 CentOS 7.X CentOS 8.X 升级到 8.0.11 Ubuntu 18.04

[转帖]nmcli管理网络 RHEL8和CentOS8怎么重启网络

1. 前言 本文主要讲解如何重启RHEL 8或者CentOS 8网络以及如何解决RHEL8和CentOS8系统的网络管理服务报错,当我们安装好RHEL 8或者 CentOS 8,重启启动网络时,会出现以下报错: # systemctl restart network.service 报错信息如下 F

[转帖]Linux下编译安装配置python3.9

Linux版本:CentOS-7.8-x86_64-Minimal-2003 操作用户:root (1)依赖包安装: 如果是Linux的minimal系统,需要安装: yum install -y vim wget tftp lrzsz bzip2 zip unzip net-tools bind-

[转帖]MegaRaidCli64 常用命令解释

MegaRaidCli64 常用命令解释 安装查看创建删除案例 安装 Centos wget https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/8-07-14_Meg