2
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.

epel、remiのリポジトリを導入

2
Last updated at Posted at 2015-09-07

epel

ダウンロードサイトから最新版を取得

URL:

※ epel-releaseで検索する(執筆時点では、epel-release-6-8.noarch.rpm)

wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm


rpm -Uvh epel-release-6-8.noarch.rpm

設定ファイルを変更

cp /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo.org
vim /etc/yum.repos.d/epel.repo
/etc/yum.repos.d/epel.repo
enabled=0

# enabled=0で利用する

remi

ダウンロードサイトから最新版を取得

URL:

※centosで検索

wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm


rpm -Uvh remi-release-6.rpm

remiはデフォルトで設定がenabled=0なので設定ファイルは変更しない

sudo vim /etc/yum.repos.d/remi-safe.repo

# enabled=0で利用する
2
1
0

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
2
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?