Centos проверить версию linux

Содержание
  1. Как узнать версию CentOS
  2. Как посмотреть версию CentOS
  3. Способ 1. Как определить версию CentOS с помощью команды rpm
  4. Способ 2. Как посмотреть версию CentOS с помощью команды lsb_release
  5. Способ 3. Просмотр версии CentOS в файле /etc/centos-release
  6. Способ 4: Как посмотреть версию CentOS с помощью команды hostnamectl
  7. Как узнать версию CentOS
  8. Способ 1. Как найти версию CentOS с помощью команды lsb_release
  9. Способ 2. Как узнать версию Linux CentOS с помощью файла centos-release
  10. Способ 3. Как посмотреть версию CentOS в файле system-release
  11. Способ 4. Как проверить версию CentOS c помощью файла /etc/os-release
  12. Способ 5. Как получить информацию о версии CentOS через файл /etc/redhat-release
  13. Способ 6. Как определить версию CentOS с помощью команды hostnamectl
  14. Способ 7. Как уточнить версию CentOS с помощью утилиты rpm query
  15. Способ 8. Как выяснить версию CentOS при помощи других команд rpm
  16. How to Check CentOS Version?
  17. How to Check CentOS Version From Command Line
  18. lsb Command to Display Details of CentOS Linux Release
  19. Find CentOS Version with the hostnamectl Command
  20. Find CentOS Version with RPM
  21. Check CentOS Version in Release File
  22. Check Linux Kernel Version in CentOS
  23. 4 Ways to Check CentOS or RHEL Version
  24. How to Check Linux Kernel Version in CentOS
  25. How to Check CentOS or RHEL Release Version
  26. 1. Using RPM Command
  27. 2. Using Hostnamectl Command
  28. 3. Using lsb_release Command
  29. 4. Using Distro Release Files

Как узнать версию CentOS

Не все установочные файлы программ или команды для настройки Linux-системы подходят под любую ОС. Чтобы подобрать подходящие инструменты, нужно понимать, какая CentOS версия системы установлена на вашем устройстве. Версию не обязательно запоминать или записывать на бумажном носителе — вы всегда можете обратиться к системе и узнать её. В этой статье мы расскажем, как узнать версию CentOS разными способами.

Проверить версию CentOS можно несколькими способами:

  • через команду rpm,
  • через команду lsb_release,
  • посмотреть данные в файле /etc/centos-release,
  • через команду hostnamectl.

Практически все эти способы позволяют посмотреть не только версии ядра, но и год выпуска обновления.

VPS с установленной CentOS

Закажите сервер с чистой CentOS или панелью
управления ISPmanager всего за пару минут.

Как посмотреть версию CentOS

Способ 1. Как определить версию CentOS с помощью команды rpm

RPM позволяет управлять пакетами для систем на основе Red Hat. С помощью этого инструмента можно посмотреть пакет CentOS, в названии которого будет информация о версии системы.

Узнать версию CentOS можно только из консоли.

Готово, перед вами появится пакет, в названии которого содержится версия выпуска.

Способ 2. Как посмотреть версию CentOS с помощью команды lsb_release

Как посмотреть версию CentOS с помощью команды lsb_release

В строке «Description» вы увидите версию ОС:

Если перед вами появилась ошибка, значит, у вас не установлена утилита lsb_release.

Как установить yum

sudo yum install redhat-lsb-core

Как установить yum 2

Система попросит пароль суперпользователя. Введите его:

Как установить yum 3

Подтвердите начало загрузки. Введите д или y:

Готово, версия Linux CentOS перед вами.

Способ 3. Просмотр версии CentOS в файле /etc/centos-release

Информация об установленной операционной системе хранится в конфигурационных файлах. С помощью команды cat можно просмотреть содержимое файлов и узнать выпуск ОС. Для этого:

Как посмотреть версии CentOS в файле /etc/centos-release

В ответе вы увидите данные о версии CentOS:

Готово, теперь вы знаете, какая версия CentOS установлена на вашем устройстве.

Способ 4: Как посмотреть версию CentOS с помощью команды hostnamectl

hostnamectl — это команда CentOS, которую используют, чтобы узнать имя хоста, параметры виртуализации и архитектуру системы. Среди этих параметров есть и версия операционной системы.

Читайте также:  Linux mint прекращена работа cinnamon

Обратите внимание! В ответе будет показана только ветвь системы, например CentOS 8. Если вам нужна полная информация о версии, например CentOS 8.3.2011, воспользуйтесь командами, описанными в инструкциях выше.

Источник

Как узнать версию CentOS

В большинстве случаев при установке или выборе пакета программного обеспечения необходимо знать версию CentOS на своём компьютере, чтобы избежать несоответствия зависимостей и других проблем. В нашем руководстве вы узнаете несколько способов того, как этого сделать.

Способ 1. Как найти версию CentOS с помощью команды lsb_release

  1. Откройте Терминал. Существует вероятность, что эта команда не предустановлена в вашей системе, однако вы можете установить её, введя:

[root@centos ~]# yum install redhat-lsb

  1. Нажмите Enter и проверьте версию CentOS с помощью команды lsb_release -d.

Ответ появится в строке, начинающейся со слова Description:

[root@centos ~]# lsb_release -d

Description: CentOS Linux release 8.1.1911 (Core)

Способ 2. Как узнать версию Linux CentOS с помощью файла centos-release

Подробная информация о выпуске версии CentOS содержится в специальном файле, к которому можно получить доступ через терминал и команды cat.

  1. Откройте Терминал.
  2. Введите cat /etc/centos-release.
  3. Нажмите Enter.

На выходе вы получите примерно следующие результаты:

[root@centos ~]# cat /etc/centos-release

CentOS Linux release 8.1.1911 (Core)

8.1.1911 – и есть версия вашей системы.

Способ 3. Как посмотреть версию CentOS в файле system-release

  1. Откройте Терминал.
  2. Вбейте /etc/system-release.
  3. Нажмите Enter.

Готово! Результаты будут содержать в себе ту же информацию, что и предыдущий файл centos-release.

Способ 4. Как проверить версию CentOS c помощью файла /etc/os-release

  1. Запустите Терминал.
  2. Впишите cat /etc/os-release.
  3. Щёлкните Enter.

Этот файл содержит всю основную информацию об установленной операционной системе. Таким образом, из него вы можете получить основной номер версии, указанный после слова VERSION:

[root@centos ~]# cat /etc/os-release

VERSION color:#ff0000;»>8 (Core)»

PRETTY_NAME=»CentOS Linux 8 (Core)»

Способ 5. Как получить информацию о версии CentOS через файл /etc/redhat-release

CentOS построен на основе дистрибутива RedHat Linux, поэтому вы легко сможете узнать версию своей системы с помощью файла /etc/redhat-release. По сути, он содержит ту же информацию, что и файл centos-release.

  1. Запустите Терминал.
  2. Введите cat /etc/redhat-release.
  3. Нажмите Enter.

Готово! Информация на вашем экране будет выглядеть примерно так:

[root@centos ~]# cat /etc/redhat-release

CentOS Linux release 8.1.1911 (Core)

Цифры после «CentOS Linux release» – это ваша версия CentOS.

Способ 6. Как определить версию CentOS с помощью команды hostnamectl

Ещё одной возможностью узнать версию вашей системы является команда hostnamectl, которая предоставляет общие сведения о ней, в том числе и версию ОС.

  1. Откройте Терминал.
  2. Используйте команду hostnamectl.
  3. Нажмите Enter и получите примерно следующие результаты, где после слов «Operating System» указана версия CentOS.

Static hostname: localhost.localdomain

Transient hostname: li1176-240.members.linode.com

Machine ID: c2a4bfa7e0c74457b3a978656ab959e8

Boot ID: c89bae2d3ec7493987a455bfa15e4818

Operating System: CentOS Linux 7 (Core)

CPE OS Name: cpe:/o:centos:centos:7

Kernel: Linux 3.10.0-1062.12.1.el7.x86_64

[root@centos ~]# hostnamectl | grep «Operating System»

Operating System: CentOS Linux 7 (Core)

Способ 7. Как уточнить версию CentOS с помощью утилиты rpm query

Утилита rpm (Redhat Package Manager) крайне важна для управления пакетами вашей системы. Более того, именно благодаря ей вы можете узнать больше о версии CentOS.

  1. Откройте Терминал.
  2. Введите rpm -q centos-release.
  3. Нажмите Enter, чтобы получить ответ.

Информация о версии вашей системы написана в строке, которая начинается с «centos-release»:

[root@centos ~]# rpm -q centos-release

Способ 8. Как выяснить версию CentOS при помощи других команд rpm

Есть две команды rpm, которые просто и лаконично ответят, какая же версия CentOS у вас установлена.

  1. Откройте Терминал.
  2. Введите rpm -E %{rhel} или rpm —eval %{centos_ve}.
  3. Нажмите Enter.
Читайте также:  Таблица разделов дисков linux

В обоих случаях в качестве результата вы получите только номер версии вашей ОС:

Вот и всё. Теперь вы знаете сразу несколько способов того, как легко и просто узнать версию CentOS.

Источник

How to Check CentOS Version?

Home » SysAdmin » How to Check CentOS Version?

There are many reasons why you should know the CentOS version you are running. For example, if you are troubleshooting a system issue, you will want to know.

Also, it’s useful to ensure your Linux operating system is up-to-date. Outdated software can cause serious security risks and vulnerabilities.

In this tutorial, discover four different options on how to check CentOS version.

Instructions on how to check your CentOS version

How to Check CentOS Version From Command Line

lsb Command to Display Details of CentOS Linux Release

LSB (Linux Standard Base) is a joint project of several Linux distributions to standardize software system structure. One of the commands available from the command line lsb_release . The output will indicate which OS version you are running.

1. Before you can use lsb commands, you have to install the package first. Use the following command:

sudo yum install redhat-lsb-core 

2. Type in your sudo password to authorize the installation and then press y and Enter to confirm.
3. View CentOS version information with the command:

Find CentOS Version with the hostnamectl Command

CentOS version 7 and above has the hostnamectl command, which can query and change the hostname and other related settings. It displays information from the /etc/centos-release file, uname –a file and others.

In addition to version number, it indicates which Linux kernel your system is using.

To see these specifics, use the command:

example of centos version number and output

Find CentOS Version with RPM

RPM is a free and open-source package manager created for Red Hat Linux and its related distributions.

With the rpm command, you can find out the full package name and the release version of CentOS you are running.

Example of RPM command to view version of CentOS

Check CentOS Version in Release File

To check which Linux distro and major release version you have installed, open the release file using the command:

The output reveals the name of the operating system, its major release version, and other specifics, as displayed in the image below.

example of Centos command output for operating system and release version

To see the full release version, use the command:

The output reveals the full release version of your operating system, including the:

example of major, minor and Asynchronous release number

Check Linux Kernel Version in CentOS

Knowing the kernel version you are running is often as useful as finding the release version.

Find out which Linux kernel version you running, with the uname command:

The output you receive is the version number of the kernel of your operating system.

In the example displayed below, 3.10.0.957.

example of linux kernel version displayed in CentOS

This article details 4 ways to check CentoOS version installed. Also, you now know how to check the Linux kernel version. To learn how to check the version of other Red Hat based Linux operating systems check our guide on “Check Linux Red Hat (RHEL) Version“.

Читайте также:  Linux books in pdf

If you discover you are not using the latest stable version, read our guide on how to update CentOS!

Источник

4 Ways to Check CentOS or RHEL Version

Do you know the version of CentOS/RHEL release you are running on your server? Why is this even important? There are several reasons to keep this information in mind: to quickly gather information about your system; keep up with bug fixes and security updates, and configure correct software repositories for a specific release, among others.

This is probably an easy task for experienced users, but it’s not usually the case for newbies. In this article, we will show how to check the version of CentOS or RHEL Linux installed on your server.

How to Check Linux Kernel Version in CentOS

Knowing the kernel version is just as important as knowing the distro release version. To check Linux kernel version, you can use the uname command.

$ uname -or OR $ uname -a #print all system information

Check Kernel Version in CentOS

From the output of the above command, the CentOS is powered by an old kernel version, to install or upgrade to the latest kernel release, follow the instructions in our article: How to Install or Upgrade to Kernel 4.15 in CentOS 7.

How to Check CentOS or RHEL Release Version

CentOS release version numbers have two parts, a major version such as “6” or “7” and a minor or update version, such as or “6.x” or “7.x”, which correspond to the major version and update set of RHEL receptively, used to build a particular CentOS release.

To elaborate more in this, take for instance CentOS 7.5 is built from the source packages of RHEL 7 update 5 (also known as RHEL version 7.5), which is referred to as a “point release” of RHEL 7.

Let’s take a look at these 4 useful ways to check CentOS or RHEL release version.

1. Using RPM Command

RPM (Red Hat Package Manager) is a popular and core package management utility for Red Hat based systems like (RHEL, CentOS and Fedora), using this rpm command, you will get your CentOS/REHL release version.

$ rpm --query centos-release [On CentOS] $ rpm --query redhat-release [On RHEL] 

Check CentOS Version Using RPM Command

2. Using Hostnamectl Command

hostnamectl command is used to query and set Linux system hostname, and show other system related information, such as operating system release version as shown in the screenshot.

Check CentOS Version Using hostnamectl Command

3. Using lsb_release Command

lsb_release command displays some LSB (Linux Standard Base) and distribution information. On CentOS/REHL 7, the lsb_release command is provided in the redhat-lsb package which you can install it.

$ sudo yum install redhat-lsb

Once you have installed it, you can check your CentOS/REHL version as shown.

Show CentOS Version

4. Using Distro Release Files

All the above commands retrieve OS release information from a number of system files. You can view the contents of these files directly, using the cat command.

$ cat /etc/centos-release [On CentOS] $ cat /etc/redhat-release [On RHEL] $ cat /etc/system-release $ cat /etc/os-release #contains more information

Check CentOS Release Version

That’s all for now! If you know any other method that should be covered here, let us know via the comment form below. You can also ask any questions related to the topic.

Источник

Оцените статью
Adblock
detector