EPELリポジトリ を追加 https://fedoraproject.org/wiki/EPEL
[root@falcon21 ~]# dnf -y install epel-release
メタデータの期限切れの最終確認: 7:32:00 時間前の 2020年11月18日 06時16分10秒 に実施しました。
依存関係が解決しました。
================================================================================================================
パッケージ アーキテクチャー バージョン リポジトリー サイズ
================================================================================================================
インストール中:
epel-release noarch 8-8.el8 extras 23 k
トランザクションの概要
================================================================================================================
インストール 1 パッケージ
ダウンロードサイズの合計: 23 k
インストール済みのサイズ: 32 k
パッケージのダウンロード:
epel-release-8-8.el8.noarch.rpm 254 kB/s | 23 kB 00:00
----------------------------------------------------------------------------------------------------------------
合計 37 kB/s | 23 kB 00:00
トランザクションの確認を実行中
トランザクションの確認に成功しました。
トランザクションのテストを実行中
トランザクションのテストに成功しました。
トランザクションを実行中
準備 : 1/1
インストール中 : epel-release-8-8.el8.noarch 1/1
scriptlet の実行中: epel-release-8-8.el8.noarch 1/1
検証 : epel-release-8-8.el8.noarch 1/1
Installed products updated.
インストール済み:
epel-release-8-8.el8.noarch
完了しました!
設定ファイル編集
[root@falcon21 ~]# vi /etc/yum.repos.d/epel.repo
1 [epel]
2 name=Extra Packages for Enterprise Linux $releasever - $basearch
3 #baseurl=https://download.fedoraproject.org/pub/epel/$releasever/Everything/$basearch
4 metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir
5 failovermethod=priority
6 # [enabled=1] = リポジトリ有効, [enabled=0] = リポジトリ無効
7 enabled=1
8 # [priority=*] を追記することで優先度を指定可
9 # 1-99 を指定可, 1 が最優先, 未指定の場合のデフォルトは 99
10 priority=10
11 gpgcheck=1
12 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
13
14 [epel-debuginfo]
15 name=Extra Packages for Enterprise Linux $releasever - $basearch - Debug
16 #baseurl=https://download.fedoraproject.org/pub/epel/$releasever/Everything/$basearch/debug
17 metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-$releasever&arch=$basearch&infra=$infra&content=$contentdir
18 enabled=0
19 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
20 gpgcheck=1
21
22 [epel-source]
23 name=Extra Packages for Enterprise Linux $releasever - $basearch - Source
24 #baseurl=https://download.fedoraproject.org/pub/epel/$releasever/Everything/SRPMS
25 metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-source-$releasever&arch=$basearch&infra=$infra&content=$contentdir
26 enabled=0
27 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
28 gpgcheck=1
~
~
~一時的にリポジトリを有効にしてインストール
# dnf --enablerepo=epel install [パッケージ名]
***********************************************************************
~RHEL 用のドライバーを提供する ELRepo を追加
https://elrepo.org/tiki/tiki-index.php
[root@falcon21 ~]# dnf -y install elrepo-release
Extra Packages for Enterprise Linux 8 - x86_64 7.7 MB/s | 8.3 MB 00:01
Extra Packages for Enterprise Linux Modular 8 - x86_64 204 kB/s | 98 kB 00:00
依存関係が解決しました。
====================================================================================================================================================
パッケージ アーキテクチャー バージョン リポジトリー サイズ
====================================================================================================================================================
インストール中:
elrepo-release noarch 8.1-1.el8.elrepo extras 14 k
トランザクションの概要
====================================================================================================================================================
インストール 1 パッケージ
ダウンロードサイズの合計: 14 k
インストール済みのサイズ: 5.0 k
パッケージのダウンロード:
elrepo-release-8.1-1.el8.elrepo.noarch.rpm 223 kB/s | 14 kB 00:00
----------------------------------------------------------------------------------------------------------------------------------------------------
合計 21 kB/s | 14 kB 00:00
トランザクションの確認を実行中
トランザクションの確認に成功しました。
トランザクションのテストを実行中
トランザクションのテストに成功しました。
トランザクションを実行中
準備 : 1/1
インストール中 : elrepo-release-8.1-1.el8.elrepo.noarch 1/1
検証 : elrepo-release-8.1-1.el8.elrepo.noarch 1/1
Installed products updated.
インストール済み:
elrepo-release-8.1-1.el8.elrepo.noarch
完了しました!
[root@falcon21 ~]# vi /etc/yum.repos.d/elrepo.repo
1 ### Name: ELRepo.org Community Enterprise Linux Repository for el8
2 ### URL: http://elrepo.org/
3
4 [elrepo]
5 name=ELRepo.org Community Enterprise Linux Repository - el8
6 baseurl=http://elrepo.org/linux/elrepo/el8/$basearch/
7 http://mirrors.coreix.net/elrepo/elrepo/el8/$basearch/
8 http://mirror.rackspace.com/elrepo/elrepo/el8/$basearch/
9 http://repos.lax-noc.com/elrepo/elrepo/el8/$basearch/
10 mirrorlist=http://mirrors.elrepo.org/mirrors-elrepo.el8
11 # [enabled=1] = リポジトリ有効, [enabled=0] = リポジトリ無効
12 enabled=1
13 # [priority=*] を追記することで優先度を指定可
14 # 1-99 を指定可, 1 が最優先, 未指定の場合のデフォルトは 99
15 priority=10
16 gpgcheck=1
17 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org
18
19 [elrepo-testing]
20 name=ELRepo.org Community Enterprise Linux Testing Repository - el8
21 baseurl=http://elrepo.org/linux/testing/el8/$basearch/
22 http://mirrors.coreix.net/elrepo/testing/el8/$basearch/
23 http://mirror.rackspace.com/elrepo/testing/el8/$basearch/
24 http://repos.lax-noc.com/elrepo/testing/el8/$basearch/
25 mirrorlist=http://mirrors.elrepo.org/mirrors-elrepo-testing.el8
26 enabled=0
27 gpgcheck=1
28 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org
29
30 [elrepo-kernel]
31 name=ELRepo.org Community Enterprise Linux Kernel Repository - el8
32 baseurl=http://elrepo.org/linux/kernel/el8/$basearch/
33 http://mirrors.coreix.net/elrepo/kernel/el8/$basearch/
34 http://mirror.rackspace.com/elrepo/kernel/el8/$basearch/
35 http://repos.lax-noc.com/elrepo/kernel/el8/$basearch/
36 mirrorlist=http://mirrors.elrepo.org/mirrors-elrepo-kernel.el8
37 enabled=0
38 gpgcheck=1
39 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org
40
41 [elrepo-extras]
42 name=ELRepo.org Community Enterprise Linux Extras Repository - el8
43 baseurl=http://elrepo.org/linux/extras/el8/$basearch/
44 http://mirrors.coreix.net/elrepo/extras/el8/$basearch/
45 http://mirror.rackspace.com/elrepo/extras/el8/$basearch/
46 http://repos.lax-noc.com/elrepo/extras/el8/$basearch/
47 mirrorlist=http://mirrors.elrepo.org/mirrors-elrepo-extras.el8
48 enabled=0
49 gpgcheck=1
50 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org
~
一時的にリポジトリを有効にしてインストールするには
]# dnf --enablerepo=epel install [パッケージ名]
***********************************************************************
Remi's RPM repository を追加
https://rpms.remirepo.net/
[root@falcon21 ~]# dnf -y install https://rpms.remirepo.net/enterprise/remi-release-8.rpm
ELRepo.org Community Enterprise Linux Repository - el8 117 kB/s | 332 kB 00:02
remi-release-8.rpm 17 kB/s | 23 kB 00:01
依存関係が解決しました。
====================================================================================================
パッケージ アーキテクチャー バージョン リポジトリー サイズ
====================================================================================================
インストール中:
remi-release noarch 8.1-2.el8.remi @commandline 23 k
トランザクションの概要
====================================================================================================
インストール 1 パッケージ
合計サイズ: 23 k
インストール済みのサイズ: 17 k
パッケージのダウンロード:
トランザクションの確認を実行中
トランザクションの確認に成功しました。
トランザクションのテストを実行中
トランザクションのテストに成功しました。
トランザクションを実行中
準備 : 1/1
インストール中 : remi-release-8.1-2.el8.remi.noarch 1/1
検証 : remi-release-8.1-2.el8.remi.noarch 1/1
Installed products updated.
インストール済み:
remi-release-8.1-2.el8.remi.noarch
完了しました!
収録リポジトリを確認
[root@falcon21 ~]# rpm -ql remi-release
/etc/pki/rpm-gpg/RPM-GPG-KEY-remi
/etc/pki/rpm-gpg/RPM-GPG-KEY-remi.el8
/etc/pki/rpm-gpg/RPM-GPG-KEY-remi2017
/etc/pki/rpm-gpg/RPM-GPG-KEY-remi2018
/etc/pki/rpm-gpg/RPM-GPG-KEY-remi2019
/etc/pki/rpm-gpg/RPM-GPG-KEY-remi2020
/etc/yum.repos.d/remi-modular.repo
/etc/yum.repos.d/remi-safe.repo
/etc/yum.repos.d/remi.repo
有効なリポジトリを確認
[root@falcon21 ~]# grep 'enabled=1' /etc/yum.repos.d/remi-*
/etc/yum.repos.d/remi-modular.repo:enabled=1
/etc/yum.repos.d/remi-safe.repo:enabled=1
[root@falcon21 ~]# vi /etc/yum.repos.d/remi-safe.repo
1 # This repository is safe to use with RHEL/CentOS base repository
2 # it only provides additional packages for the PHP stack
3 # all dependencies are in base repository or in EPEL
4
5 [remi-safe]
6 name=Safe Remi's RPM repository for Enterprise Linux 8 - $basearch
7 #baseurl=http://rpms.remirepo.net/enterprise/8/safe/$basearch/
8 #mirrorlist=https://rpms.remirepo.net/enterprise/8/safe/$basearch/httpsmirror
9 mirrorlist=http://cdn.remirepo.net/enterprise/8/safe/$basearch/mirror
10 # [enabled=1] = リポジトリ有効, [enabled=0] = リポジトリ無効
11 enabled=1
12 # [priority=*] を追記することで優先度を指定可
13 # 1-99 を指定可, 1 が最優先, 未指定の場合のデフォルトは 99
14 priority=10
15 gpgcheck=1
16 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi.el8
17
18 [remi-safe-debuginfo]
19 name=Remi's RPM repository for Enterprise Linux 8 - $basearch - debuginfo
20 baseurl=http://rpms.remirepo.net/enterprise/8/debug-remi/$basearch/
21 enabled=0
22 gpgcheck=1
23 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi.el8
~
~
一時的にリポジトリを有効にしてインストールするには
# dnf --enablerepo=remi-safe install [パッケージ名]
モジュラーリポジトリも利用可 リスト表示
[root@falcon21 ~]# dnf --enablerepo=remi-modular --disablerepo=AppStream module list
Safe Remi's RPM repository for Enterprise Linux 8 - x86_64 363 kB/s | 1.6 MB 00:04
Remi's Modular repository for Enterprise Linux 8 - x86_64 173 kB/s | 694 kB 00:04
@modulefailsafe
Name Stream Profiles Summary
container-tools rhel8 [e] common Common tools and dependencies for container ru
ntimes
httpd 2.4 [e] common [i], deve Apache HTTP Server
l, minimal
javapackages-runtime 201801 [e] common Basic runtime utilities to support Java applic
ations
llvm-toolset rhel8 [e] common LLVM
mariadb 10.3 [e] client, galera, MariaDB Module
server [i]
mysql 8.0 [e] client, server [ MySQL Module
i]
nginx 1.14 [e] common nginx webserver
perl 5.26 [e] common [i], mini Practical Extraction and Report Language
mal
perl-DBD-SQLite 1.58 [e] common SQLite DBI driver
perl-DBI 1.641 [e] common A database access API for Perl
php 7.3 [e] common [i], deve PHP scripting language
l, minimal
python36 3.6 [e] build, common Python programming language, version 3.6
ruby 2.6 [e] common [i] An interpreter of object-oriented scripting la
nguage
satellite-5-client 1.0 [e] common, gui Red Hat Satellite 5 client packages
virt rhel [e] common Virtualization module
Extra Packages for Enterprise Linux Modular 8 - x86_64
Name Stream Profiles Summary
389-directory-server stable default [d], leg 389 Directory Server
acy, minimal
389-directory-server testing default [d], leg 389 Directory Server
acy, minimal
avocado latest default, minimal Framework with tools and libraries for Automat
ed Testing
cobbler 3 default [d] Versatile Linux deployment server
dwm latest default, user Dynamic window manager for X
libuv epel8-buildroot devel [d] libuv-devel for EPEL 8
nginx mainline common nginx webserver
nodejs 13 default, develop Javascript runtime
ment, minimal
zabbix 5.0 agent, proxy, se Open-source monitoring solution for your IT in
rver frastructure
Remi's Modular repository for Enterprise Linux 8 - x86_64
Name Stream Profiles Summary
composer 1 common [d] Dependency Manager for PHP
composer 2 [d] common [d] Dependency Manager for PHP
glpi 9.3 common [d] Free IT asset management software
glpi 9.4 [d] common [d] Free IT asset management software
php remi-7.2 common [d], deve PHP scripting language
l, minimal
php remi-7.3 common [d], deve PHP scripting language
l, minimal
php remi-7.4 common [d], deve PHP scripting language
l, minimal
php remi-8.0 common [d], deve PHP scripting language
l, minimal
redis remi-5.0 common [d] Redis persistent key-value database
redis remi-6.0 common [d] Redis persistent key-value database
ヒント: [d]efault, [e]nabled, [x]disabled, [i]nstalled
---------------------
リポジトリを追加するためのdnfコマンド
リポジトリ名を指定して
# dnf config-manager --add-repo=myrepository.repo
URLを指定してリポジトリを追加
# dnf config-manager --add-repo=http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo
リポジトリを有効にする
# dnf config-manager --enable リポジトリ名
/無効にする
# dnf config-manager --disable リポジトリ名
---------------------
リポジトリを一覧表示
現在有効になっているリポジトリを一覧表示する
[root@falcon21 ~]# dnf repolist
repo id repo の名前
AppStream CentOS-8 - AppStream
BaseOS CentOS-8 - Base
elrepo ELRepo.org Community Enterprise Linux Repository - el8
epel Extra Packages for Enterprise Linux 8 - x86_64
epel-modular Extra Packages for Enterprise Linux Modular 8 - x86_64
extras CentOS-8 - Extras
remi-modular Remi's Modular repository for Enterprise Linux 8 - x86_64
remi-safe Safe Remi's RPM repository for Enterprise Linux 8 - x86_64
現在有効になっているリポジトリを一覧表示する
[root@falcon21 ~]# dnf repolist --enabled
repo id repo の名前
AppStream CentOS-8 - AppStream
BaseOS CentOS-8 - Base
elrepo ELRepo.org Community Enterprise Linux Repository - el8
epel Extra Packages for Enterprise Linux 8 - x86_64
epel-modular Extra Packages for Enterprise Linux Modular 8 - x86_64
extras CentOS-8 - Extras
remi-modular Remi's Modular repository for Enterprise Linux 8 - x86_64
remi-safe Safe Remi's RPM repository for Enterprise Linux 8 - x86_64
現在無効になっているリポジトリを一覧表示する
[root@falcon21 ~]# dnf repolist --enabled
repo id repo の名前
AppStream CentOS-8 - AppStream
BaseOS CentOS-8 - Base
elrepo ELRepo.org Community Enterprise Linux Repository - el8
epel Extra Packages for Enterprise Linux 8 - x86_64
epel-modular Extra Packages for Enterprise Linux Modular 8 - x86_64
extras CentOS-8 - Extras
remi-modular Remi's Modular repository for Enterprise Linux 8 - x86_64
remi-safe Safe Remi's RPM repository for Enterprise Linux 8 - x86_64
[root@falcon21 ~]#
[root@falcon21 ~]# dnf repolist --disabled
repo id repo の名前
AppStream-source CentOS-8 - AppStream Sources
BaseOS-source CentOS-8 - BaseOS Sources
Devel CentOS-8 - Devel WARNING! FOR BUILDROOT USE ONLY!
HighAvailability CentOS-8 - HA
PowerTools CentOS-8 - PowerTools
base-debuginfo CentOS-8 - Debuginfo
c8-media-AppStream CentOS-AppStream-8 - Media
c8-media-BaseOS CentOS-BaseOS-8 - Media
centosplus CentOS-8 - Plus
centosplus-source CentOS-8 - Plus Sources
cr CentOS-8 - cr
elrepo-extras ELRepo.org Community Enterprise Linux Extras Repository - el8
elrepo-kernel ELRepo.org Community Enterprise Linux Kernel Repository - el8
elrepo-testing ELRepo.org Community Enterprise Linux Testing Repository - el8
epel-debuginfo Extra Packages for Enterprise Linux 8 - x86_64 - Debug
epel-modular-debuginfo Extra Packages for Enterprise Linux Modular 8 - x86_64 - Debug
epel-modular-source Extra Packages for Enterprise Linux Modular 8 - x86_64 - Source
epel-playground Extra Packages for Enterprise Linux 8 - Playground - x86_64
epel-playground-debuginfo Extra Packages for Enterprise Linux 8 - Playground - x86_64 - Debug
epel-playground-source Extra Packages for Enterprise Linux 8 - Playground - x86_64 - Source
epel-source Extra Packages for Enterprise Linux 8 - x86_64 - Source
epel-testing Extra Packages for Enterprise Linux 8 - Testing - x86_64
epel-testing-debuginfo Extra Packages for Enterprise Linux 8 - Testing - x86_64 - Debug
epel-testing-modular Extra Packages for Enterprise Linux Modular 8 - Testing - x86_64
epel-testing-modular-debuginfo Extra Packages for Enterprise Linux Modular 8 - Testing - x86_64 - Debug
epel-testing-modular-source Extra Packages for Enterprise Linux Modular 8 - Testing - x86_64 - Source
epel-testing-source Extra Packages for Enterprise Linux 8 - Testing - x86_64 - Source
extras-source CentOS-8 - Extras Sources
fasttrack CentOS-8 - fasttrack
remi Remi's RPM repository for Enterprise Linux 8 - x86_64
remi-debuginfo Remi's RPM repository for Enterprise Linux 8 - x86_64 - debuginfo
remi-modular-test Remi's Modular testing repository for Enterprise Linux 8 - x86_64
remi-safe-debuginfo Remi's RPM repository for Enterprise Linux 8 - x86_64 - debuginfo
remi-test Remi's test RPM repository for Enterprise Linux 8 - x86_64
remi-test-debuginfo Remi's test RPM repository for Enterprise Linux 8 - x86_64 - debuginfo
現在利用可能なリポジトリを全て表示する
[root@falcon21 ~]# dnf repolist --all
repo id repo の名前 状態
AppStream CentOS-8 - AppStream 有効化
AppStream-source CentOS-8 - AppStream Sources 無効化
BaseOS CentOS-8 - Base 有効化
BaseOS-source CentOS-8 - BaseOS Sources 無効化
Devel CentOS-8 - Devel WARNING! FOR BUILDROOT USE ONLY! 無効化
HighAvailability CentOS-8 - HA 無効化
PowerTools CentOS-8 - PowerTools 無効化
base-debuginfo CentOS-8 - Debuginfo 無効化
c8-media-AppStream CentOS-AppStream-8 - Media 無効化
c8-media-BaseOS CentOS-BaseOS-8 - Media 無効化
centosplus CentOS-8 - Plus 無効化
centosplus-source CentOS-8 - Plus Sources 無効化
cr CentOS-8 - cr 無効化
elrepo ELRepo.org Community Enterprise Linux Repository - el8 有効化
elrepo-extras ELRepo.org Community Enterprise Linux Extras Repository - el8 無効化
elrepo-kernel ELRepo.org Community Enterprise Linux Kernel Repository - el8 無効化
elrepo-testing ELRepo.org Community Enterprise Linux Testing Repository - el8 無効化
epel Extra Packages for Enterprise Linux 8 - x86_64 有効化
epel-debuginfo Extra Packages for Enterprise Linux 8 - x86_64 - Debug 無効化
epel-modular Extra Packages for Enterprise Linux Modular 8 - x86_64 有効化
epel-modular-debuginfo Extra Packages for Enterprise Linux Modular 8 - x86_64 - Debug 無効化
epel-modular-source Extra Packages for Enterprise Linux Modular 8 - x86_64 - Sourc 無効化
epel-playground Extra Packages for Enterprise Linux 8 - Playground - x86_64 無効化
epel-playground-debuginfo Extra Packages for Enterprise Linux 8 - Playground - x86_64 - 無効化
epel-playground-source Extra Packages for Enterprise Linux 8 - Playground - x86_64 - 無効化
epel-source Extra Packages for Enterprise Linux 8 - x86_64 - Source 無効化
epel-testing Extra Packages for Enterprise Linux 8 - Testing - x86_64 無効化
epel-testing-debuginfo Extra Packages for Enterprise Linux 8 - Testing - x86_64 - Deb 無効化
epel-testing-modular Extra Packages for Enterprise Linux Modular 8 - Testing - x86_ 無効化
epel-testing-modular-debuginfo Extra Packages for Enterprise Linux Modular 8 - Testing - x86_ 無効化
epel-testing-modular-source Extra Packages for Enterprise Linux Modular 8 - Testing - x86_ 無効化
epel-testing-source Extra Packages for Enterprise Linux 8 - Testing - x86_64 - Sou 無効化
extras CentOS-8 - Extras 有効化
extras-source CentOS-8 - Extras Sources 無効化
fasttrack CentOS-8 - fasttrack 無効化
remi Remi's RPM repository for Enterprise Linux 8 - x86_64 無効化
remi-debuginfo Remi's RPM repository for Enterprise Linux 8 - x86_64 - debugi 無効化
remi-modular Remi's Modular repository for Enterprise Linux 8 - x86_64 有効化
remi-modular-test Remi's Modular testing repository for Enterprise Linux 8 - x86 無効化
remi-safe Safe Remi's RPM repository for Enterprise Linux 8 - x86_64 有効化
remi-safe-debuginfo Remi's RPM repository for Enterprise Linux 8 - x86_64 - debugi 無効化
remi-test Remi's test RPM repository for Enterprise Linux 8 - x86_64 無効化
remi-test-debuginfo Remi's test RPM repository for Enterprise Linux 8 - x86_64 - d 無効 無効化
------- ここの無効なリストを選択し有効化 ------------
リポジトリを有効化
[root@falcon21 ~]# dnf config-manager --enable (repoid)
リポジトリ確認
[root@falcon21 ~]# ll /etc/yum.repos.d
合計 88
-rw-r--r--. 1 root root 731 9月 16 05:10 CentOS-AppStream.repo
-rw-r--r--. 1 root root 712 9月 16 05:10 CentOS-Base.repo
-rw-r--r--. 1 root root 1043 9月 16 05:10 CentOS-CR.repo
-rw-r--r--. 1 root root 668 9月 16 05:10 CentOS-Debuginfo.repo
-rw-r--r--. 1 root root 743 9月 16 05:10 CentOS-Devel.repo
-rw-r--r--. 1 root root 756 9月 16 05:10 CentOS-Extras.repo
-rw-r--r--. 1 root root 738 9月 16 05:10 CentOS-HA.repo
-rw-r--r--. 1 root root 928 9月 16 05:10 CentOS-Media.repo
-rw-r--r--. 1 root root 736 9月 16 05:10 CentOS-PowerTools.repo
-rw-r--r--. 1 root root 1382 9月 16 05:10 CentOS-Sources.repo
-rw-r--r--. 1 root root 74 9月 16 05:10 CentOS-Vault.repo
-rw-r--r--. 1 root root 798 9月 16 05:10 CentOS-centosplus.repo
-rw-r--r--. 1 root root 338 9月 16 05:10 CentOS-fasttrack.repo
-rw-r--r-- 1 root root 2089 11月 18 14:22 elrepo.repo
-rw-r--r-- 1 root root 1167 12月 19 2019 epel-modular.repo
-rw-r--r-- 1 root root 1249 12月 19 2019 epel-playground.repo
-rw-r--r-- 1 root root 1266 12月 19 2019 epel-testing-modular.repo
-rw-r--r-- 1 root root 1203 12月 19 2019 epel-testing.repo
-rw-r--r-- 1 root root 1356 11月 18 14:07 epel.repo
-rw-r--r-- 1 root root 903 2月 27 2020 remi-modular.repo
-rw-r--r-- 1 root root 1006 11月 18 14:39 remi-safe.repo
-rw-r--r-- 1 root root 1384 2月 27 2020 remi.repo