0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CentOS 6.x で EPEL リポジトリを利用する

Last updated at Posted at 2016-11-30

実現したいこと

CentOS 6.x で EPEL リポジトリを利用できるように設定する

実現方法および解決方法

EPEL リポジトリを利用するための証明書のインポートと設定ファイルを記述する

実行コマンド

# 設定ファイルのインストール
sudo yum install epel-release

# 設定ファイルの修正
# yumコマンドでenablerepoオプションでリポジトリを指定しないと
# EPRL リポジトリをインストールできないようにする
$ sudo sed -i 's/enabled=1/enabled=0/' /etc/yum.repos.d/epel.repo

$ yum --enablerepo=epel list

参考情報

0
1
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?