Blogger Information
Blog 60
fans 0
comment 0
visits 66638
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
【Remi】配置Remi镜像源
大宝
Original
513 people have browsed it

本实验基于 <font color=red>CentOS 7.9</font>系统进行操作。

  1. [root@centos ~]# cat /etc/redhat-release
  2. CentOS Linux release 7.9.2009 (Core)

一、参考链接

阿里巴巴开源镜像站-OPSX镜像站-阿里云开发者社区

remi镜像-remi下载地址-remi安装教程-阿里巴巴开源镜像站

Remi’s RPM repository (aliyun.com)

二、Remi简介

Remi repository 是包含最新版本 PHP 和 MySQL 包的 Linux 源,由 Remi 提供维护。有个这个源之后,使用 YUM 安装或更新 PHP、MySQL、phpMyAdmin 等服务器相关程序的时候就非常方便了。

三、Remi配置

1、下载安装包

下载链接?: Remi’s RPM repository

  1. wget https://mirrors.aliyun.com/remi/enterprise/remi-release-7.rpm

或者

  1. curl -O https://mirrors.aliyun.com/remi/enterprise/remi-release-7.rpm

image-20220223200701468

2、安装安装包

  1. rpm -Uvh remi-release-7.rpm

3、查看是否安装

  1. [root@centos ~]# ls /etc/yum.repos.d/
  2. bak CentOS-Sources.repo remi-glpi92.repo remi-php71.repo remi.repo
  3. CentOS-Base.repo CentOS-Vault.repo remi-glpi93.repo remi-php72.repo remi-safe.repo
  4. CentOS-CR.repo CentOS-x86_64-kernel.repo remi-glpi94.repo remi-php73.repo zabbix.repo
  5. CentOS-Debuginfo.repo epel.repo remi-modular.repo remi-php74.repo
  6. CentOS-fasttrack.repo epel-testing.repo remi-php54.repo remi-php80.repo
  7. CentOS-Media.repo remi-glpi91.repo remi-php70.repo remi-php81.repo
  8. [root@centos ~]#

4、清除并生成本地YUM源缓存

  1. yum clean all
  2. yum makecache
  3. yum repolist

image-20220223200357038

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post