2
3

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.

「CentOS7.3」にRPMforgeをダウンロードする

Posted at

普通にダウンロードしようと思ったら、
既に廃止されているよう。

ホームページに行ってもDLリンクらしきものが見当たらない。

そこで、下記サイトを参考にダウンロードしてみました。
【【Linux CentOS 7 64bit】廃止されたRPMForgeリポジトリをそれでも使用する方法 】
http://akira-arets.blogspot.jp/2016/11/centos7-enable-rpmforge.html

基本的には上記サイトに記載されていることをするだけで
ダウンロードできた。

海外の有志が作ったミラーサイトからDLする必要がある。
(ただし、メンテナンスされていないため、使用は推奨されない。)

ミラーサイト↓↓↓
http://repository.it4i.cz/mirrors/repoforge/

ターミナルで以下コマンドを実行

yum install http://repository.it4i.cz/mirrors/repoforge/redhat/el7/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm

ダウンロードされたことを確認

ls /etc/yum.repos.d/

以上でRPMforgeのダウンロードが完了。

最後に、
リポジトリを無効化することを忘れないこと。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?