linux 最常用yum源 remi

2021-09-09 05:58:57 字數 756 閱讀 8134

centos下除了epel源之外還有remi的源,remi源保證了軟體的最新版,注意:並不一定是穩定的。並且安裝了remi源預設是不開啟的,只有有需要的時候才進行開啟使用。

在centos 7上:

# rpm --import

# rpm -ivh

remi repository 是包含最新版本 php 和 mysql 包的 linux 源,由 remi 提供維護。有個這個源之後,使用 yum 安裝或更新 php、mysql、phpmyadmin 等伺服器相關程式的時候就非常方便了。

這是最常用的yum倉庫之一。

1. enterprise linux 7 (with epel) x86_64

wget

wget

rpm -uvh remi-release-7.rpm epel-release-latest-7.noarch.rpm

# for rhel only

subscription-manager repos --enable=rhel-7-server-optional-rpms12

345wget

wget

rpm -uvh remi-release-7.rpm epel-release-latest-7.noarch.rpm

# for rhel only

subscription-manager repos --enable=rhel-7-server-optional-rpms

配置常用yum源

yum repolist all檢視載入哪些源 採用命名方式選用部分源 國內yum源的安裝 163,阿里雲,epel 阿里雲映象源 1 備份 mv etc yum.repos.d centos base.repo etc yum.repos.d centos base.repo.backup cen...

linux修改yum源映象源

修改centos預設yum源為國內yum映象源 1 首先備份系統自帶yum源配置檔案 etc yum.repos.d centos base.repo 1 root localhost mv etc yum.repos.d centos base.repo etc yum.repos.d cento...

linux修改yum源映象源

修改centos預設yum源為國內yum映象源 1 首先備份系統自帶yum源配置檔案 etc yum.repos.d centos base.repo 備份前建議先安裝wget,yum install wget root localhost mv etc yum.repos.d centos bas...