在CentOS中安装Fedora RPM

在CentOS 5中安装Fedora RPM有多安全?它取决于Fedora RPM的版本还是通常更好地避开?
我建议改用 Fedora EPEL

“Extra Packages for Enterprise Linux
(EPEL) is a volunteer-based community
effort from the Fedora project to
create a repository of high-quality
add-on packages for Red Hat Enterprise
(RHEL) and its compatible spinoffs
such as CentOS or Scientific Linux.
Fedora is the upstream of RHEL and
add-on packages for EPEL are sourced
from the Fedora repository primarily
and built against RHEL.”

最新的Fedora版本的二进制RPM是针对更新的库构建的,因此通常与较旧的CentOS库不兼容.如果你想尝试Fedora RPMs(如果没有EPEL替代品),我会得到Fedora Source RPM并尝试重新编译CentOS(但由于依赖性,通常很难).

相关文章

有时候CentOS工作在无互联网的环境下,需要在离线环境下安装一些组件,这次实现的是模拟在离线环境下安...
首先参照https://www.cnblogs.com/wdw984/p/13330074.html,来进行如何安装Centos和离线下载rpm包。 离...
有两个.NET CORE3.1网站部署在CentOS7上(内网IP是192.168.2.32),现在想实现访问http://192.168.2.32...
1、yum -y install vsftpd 安装vsftpd 2、配置vsftpd的配置文件(/etc/vsftpd/vsftpd.conf)主要修改以...
首先去mysql官网下载mysql的离线rpm安装包(https://downloads.mysql.com/archives/community/) Mysql...
第一步下载erlang环境并安装: wget https://packages.erlang-solutions.com/erlang/rpm/centos/7/x86_...