java多线程    Java入门    vsftp    ftp    linux配置    centos    FRP教程    HBase    Html5缓存    webp    zabbix    分布式    neo4j图数据库    

Linux 中rpm deb el7 el6的意义

用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


This entry was posted in Linux and tagged , . Bookmark the permalink.
月小升QQ 2651044202, 技术交流QQ群 178491360
首发地址:月小升博客https://java-er.com/blog/linux-rpm-deb-el7-el6/
无特殊说明,文章均为月小升原创,欢迎转载,转载请注明本文地址,谢谢
您的评论是我写作的动力.

Leave a Reply