YanoRyuichi.com/
Wiki
Blog
GitHub
Sandbox
開始行:
* 標準・外部レポジトリの利用 [#t2c41786]
*** 設定があるレポジトリ [#a6ba27a3]
$ ls /etc/yum.repos.d/*.repo
/etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d...
/etc/yum.repos.d/CentOS-Debuginfo.repo /etc/yum.repos.d...
外部レポジトリはXXX.repoファイルでenabled = 0になっている。
*** 標準レポジトリ一覧 [#afda1a92]
$ yum repolist
Loaded plugins: fastestmirror
base | 2.1 kB 00:00
extras | 2.1 kB 00:00
updates | 1.9 kB 00:00
repo id repo name status
base CentOS-5 - Base enabled: 3,535
extras CentOS-5 - Extras enabled: 299
updates CentOS-5 - Updates enabled: 765
repolist: 4,599
*** 外部レポジトリも含めたレポジトリ一覧 [#n29f56a1]
$ yum repolist --enablerepo=rpmforge
Loaded plugins: fastestmirror
base ...
extras ...
rpmforge ...
updates ...
repo id repo name ...
base CentOS-5 - Base ...
extras CentOS-5 - Extras ...
rpmforge Red Hat Enterprise 5 - RPMforge.net - da...
updates CentOS-5 - Updates ...
repolist: 15,294
*** 外部リポジトリを追加する [#c53bb831]
$ wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenki...
$ rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-...
$ yum install jenkins ...
*** 外部レポジトリも含めた中からパッケージをインストール...
$ yum install git --enablerepo=rpmforge
終了行:
* 標準・外部レポジトリの利用 [#t2c41786]
*** 設定があるレポジトリ [#a6ba27a3]
$ ls /etc/yum.repos.d/*.repo
/etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d...
/etc/yum.repos.d/CentOS-Debuginfo.repo /etc/yum.repos.d...
外部レポジトリはXXX.repoファイルでenabled = 0になっている。
*** 標準レポジトリ一覧 [#afda1a92]
$ yum repolist
Loaded plugins: fastestmirror
base | 2.1 kB 00:00
extras | 2.1 kB 00:00
updates | 1.9 kB 00:00
repo id repo name status
base CentOS-5 - Base enabled: 3,535
extras CentOS-5 - Extras enabled: 299
updates CentOS-5 - Updates enabled: 765
repolist: 4,599
*** 外部レポジトリも含めたレポジトリ一覧 [#n29f56a1]
$ yum repolist --enablerepo=rpmforge
Loaded plugins: fastestmirror
base ...
extras ...
rpmforge ...
updates ...
repo id repo name ...
base CentOS-5 - Base ...
extras CentOS-5 - Extras ...
rpmforge Red Hat Enterprise 5 - RPMforge.net - da...
updates CentOS-5 - Updates ...
repolist: 15,294
*** 外部リポジトリを追加する [#c53bb831]
$ wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenki...
$ rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-...
$ yum install jenkins ...
*** 外部レポジトリも含めた中からパッケージをインストール...
$ yum install git --enablerepo=rpmforge
ページ名: