用gitlab的版本举例子 https://packages.gitlab.com/gitlab/gitlab-ce
gitlab-ce-14.1.5-ce.0.el7.x86_64.rpm
1.rpm包主要用于redhat及分支如redhat,centos,Fedora等
2.deb包主要用于debian及分支如debian,ubuntu等。
1.RPM(Red Hat Package Manager),是基于Red hat的Linux Distribution的包管理系统,
2. 对于基于Debian的系统使用deb格式的包 Debian前三个字母缩写
EL是Red Hat Enterprise Linux的简写 (小红帽)
带有el5,el6,el7的软件包,安装系统范围:
- EL6软件包用于在Red Hat 6.x, CentOS 6.x, CloudLinux 6.x 进行安装
- EL5软件包用于在Red Hat 5.x, CentOS 5.x, CloudLinux 5.x的安装
- EL7 软件包用于在Red Hat 7.x, CentOS 7.x, CloudLinux 7.x的安装
比如libstdc++-devel-4.4.7-4.el6.x86_64.rpm此rpm包完全可以安装到常见的RedHat6.5和CentOS6.5版本的Linux 系统中,因为此rpm包中有el6
https://www.cnblogs.com/longchang/p/12530697.html