LoginSignup
2

More than 5 years have passed since last update.

posted at

EPELリポジトリを導入

EPELリポジトリを導入

cd /usr/local/src/
wget https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-7.noarch.rpm
yum install epel-release-7-7.noarch.rpm

使い方

yum --enablerepo="epel" install パッケージ名

もしくは/etc/yum.repos.d/epel.repoのenabledを1にする。

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
What you can do with signing up
2