Centos

EL5 和 EL6 在封裝方面是什麼意思?

  • May 20, 2021

我將 CentOS 與 Citrix XenServer 一起使用。

[root@xen01 shm]# uname -a
Linux xen01 2.6.32.43-0.4.1.xs1.8.0.855.170800xen #1 SMP Mon Jul 21 05:12:35 EDT 2014 i686 i686 i386 GNU/Linux

[root@xen01 shm]# lsb_release -a
LSB Version:    :core-4.0-ia32:core-4.0-noarch
Distributor ID: XenServer
Description:    XenServer release 6.2.0-70446c (xenenterprise)
Release:    6.2.0-70446c
Codename:   xenenterprise

我從http://sourceforge.net/projects/apcupsd/files/rpms%20-%20Stable/3.14.10/apcupsd-3.14.10-1.el5.i386.rpm/download安裝了 apcupsd 包

但是去年有一個新版本,似乎 RPM 沒有更新到 3.14.12。

但是我找到了這個版本:https ://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4191/apcupsd-3.14.12-1.el6

我想知道 EL5 和 EL6 在包方面到底是什麼意思。後者由於依賴關係而失敗,但我可以安裝 EL6 包嗎?

EL5 代表 Enterprise Linux 5(Red Hat Enterprise Linux 版本或 CentOS 版本),EL6 代表 Enterprise Linux 6。

您可以找到您正在執行的目前版本:

cat /etc/redhat-release

或者

cat /etc/centos-release

根據您的系統執行的版本,您可以安裝這些軟體包。

如果您仍然無法使用此答案找到您的版本,您可以試試這個:

cat /etc/*-release

引用自:https://unix.stackexchange.com/questions/177933