- ベストアンサー
CentOS 6にリポジトリを追加する方法
- CentOS 6で使うことのできるリポジトリには何があるでしょうか。
- FedoraのようにRPMFusionは入れることができるのでしょうか。調べたのですが、以下の手順に従ったところ、CentOS 5の情報であるためか、入れることができませんでした。
- 具体的な導入方法もご教授くださるとありがたいです。
- みんなの回答 (4)
- 専門家の回答
質問者が選んだベストアンサー
RPMFusionは以下の呪文でいけるようです。 su -c 'rpm -Uvh http://download1.rpmfusion.org/free/el/updates/testing/6/i386/rpmfusion-free-release-6-0.1.noarch.rpm http://download1.rpmfusion.org/nonfree/el/updates/testing/6/i386/rpmfusion-nonfree-release-6-0.1.noarch.rpm' Installing Free and Nonfree Repositories http://rpmfusion.org/Configuration/
その他の回答 (3)
- cynthia4
- ベストアンサー率51% (186/358)
Available Repositories for CentOS http://wiki.centos.org/AdditionalResources/Repositories 6用としてまとまっていないので 存在するか確認する必要がある。 ATrpm は、有っても使わない方が無難。 php, mysql などが他より新しい。 Utter Ramblings ( 今の所、6 は無い。) Remi 6が有る。 しかし chrome は、 下記参照 Howto: Installing Google Chrome on RHEL 6 for x86 and x86_64 | Red Hat Enterprise Linux 6 http://blog.ask4itsolutions.com/2011/03/20/howto-installing-google-chrome-on-rhel-6-red-hat-enterprise-linux-6-32bit-64bi/ hotot は http://www.hotot.org/get_hotot.html を見ると RHEL6 clone では、どうも install 出来ない。source も無い。 ただし、chrome の add-on ( ? plug-in ) として出来る様です。 やってみて、起動はしたが、使う気は無いのでこれ以上解りません。 ------------- 私の現在の repository ただし CentOS6.0 ではなく Scientific Linux 6.0 # yum repolist adobe-linux-i386 Adobe Systems Incorporated 18 elrepo ELRepo.org Community Enterprise Linux R 97 *epel Extra Packages for Enterprise Linux 6 - 5,019 google-chrome google-chrome 3 google-chrome-32bit Google Chrome for 32bit Users 5 rpmforge RHEL 6.0 - RPMforge.net - dag 3,980 rpmfusion-free-updates RPM Fusion for EL 6 - Free - Updates 0 rpmfusion-free-updates-testing RPM Fusion for EL 6 - Free - Test Updat 51 rpmfusion-nonfree-updates RPM Fusion for EL 6 - Nonfree - Updates 0 rpmfusion-nonfree-updates-testing RPM Fusion for EL 6 - Nonfree - Test Up 13 sl Scientific Linux 6.0 - i386 4,630 sl-security Scientific Linux 6.0 - i386 - security 915
お礼
各々のソフトウェアに対して適宜対応していくのがもっとも賢い方法のようですね。(少なくともCentOSに関しては。) 回答ありがとうございます。
- 8ive22ty
- ベストアンサー率52% (770/1479)
私は次のようにRPMforgeを入れました。 問題なく使用できています。 1. wget http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt 2. rpm --import RPM-GPG-KEY.dag.txt 3. touch /etc/yum.repos.d/rpmforge.repo 4. rpmforge.repoに次の内容を貼り付ける。 [rpmforge] name=RPMforge RPM repository for Red Hat Enterprise Linux baseurl=http://ftp.riken.jp/Linux/dag/redhat/el6/en/$basearch/rpmforge/ gpgcheck=1 enabled=0 ---以上でrepo作成終了。 たとえば、leafpad をinstallする場合は yum --enablerepo=rpmforge install leafpad
お礼
RPMForgeというリポジトリもあるのですね!登録することができました。 回答有難うございました。
- wingstar
- ベストアンサー率37% (102/275)
CentOS5では、どんなリポジトリを使っていたのでしょうか? CentOS5でも使えるリポジトリでは、普通に6用のものを公開してたりしますが… (remi,dag,epel...etc)
お礼
CentOSは今回が始めてで、UbuntuやFedoraとの使い勝手の違いに苦労していたところでした。 リポジトリにバージョンごとの種類があるのですか?知りませんでした。 紹介していただいたリポジトリも登録してみたいと思います。 有難うございました。
お礼
epelをインストールしたら使うことができるようになりました。 回答有難うございました。
補足
打ち込んでみました。しかし、以下のように表示されてうまくいきません。 [teltel@TelyanComputer ~]$ su -c 'rpm -Uvh http://download1.rpmfusion.org/free/el/updates/testing/6/i386/rpmfusion-free-release-6-0.1.noarch.rpm http://download1.rpmfusion.org/nonfree/el/updates/testing/6/i386/rpmfusion-nonfree-release-6-0.1.noarch.rpm' パスワード: http://download1.rpmfusion.org/free/el/updates/testing/6/i386/rpmfusion-free-release-6-0.1.noarch.rpm を取得中 http://download1.rpmfusion.org/nonfree/el/updates/testing/6/i386/rpmfusion-nonfree-release-6-0.1.noarch.rpm を取得中 警告: /var/tmp/rpm-tmp.2Seb8e: ヘッダ V3 RSA/SHA256 Signature, key ID 849c449f: NOKEY 警告: /var/tmp/rpm-tmp.KNWrl0: ヘッダ V3 RSA/SHA256 Signature, key ID 5568bbb2: NOKEY エラー: 依存性の欠如: epel-release >= 6 は rpmfusion-free-release-6-0.1.noarch に必要とされています epel-release >= 6 は rpmfusion-nonfree-release-6-0.1.noarch に必要とされています 依存性の欠如とのことですが、これはどのように解決したらよいのでしょうか。お手数かけてすみません。お願いします。