[root@uat-zabbix-server ~]# yum provides */lsb_release
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
redhat-lsb-core-4.1-27.el7.i686 : LSB Core module support
Repo : yum-server
Matched from:
Filename : /usr/bin/lsb_release
redhat-lsb-core-4.1-27.el7.x86_64 : LSB Core module support
Repo : yum-server
Matched from:
Filename : /usr/bin/lsb_release
redhat-lsb-core-4.1-27.el7.x86_64 : LSB Core module support
Repo : @yum-server
Matched from:
Filename : /usr/bin/lsb_release
[root@uat-zabbix-server ~]#
[root@uat-zabbix-server ~]# yum install redhat-lsb-core-4.1-27.el7.x86_64 -y
或者
[root@uat-zabbix-server ~]# yum install redhat-lsb -y
[root@uat-zabbix-server ~]# lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: RedHatEnterpriseServer
Description: Red Hat Enterprise Linux Server release 7.4 (Maipo)
Release: 7.4
Codename: Maipo
[root@uat-zabbix-server ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.4 (Maipo)
[root@uat-zabbix-server ~]#