回答:
yum repolist
yum repolist enabled
有効なすべてのリポジトリを表示します。これら2つのコマンドは同じです。
yum repolist disabled
無効なリポジトリを表示します。
yum repolist all
すべてを表示します。
/etc/yum.repos.d
、に変更enabled=1
しenabled=0
ます。
yum-config-manager --enable <repo>
、無効にする:yum-config-manager --disable <repo>
。
これはyumリポジトリのパスです
[root @ localhost yum.repos.d]#pwd
/etc/yum.repos.d
これはそのディレクトリのコンテンツです
[root @ localhost yum.repos.d]#ll 合計60 -rw-r--r-- 1ルートルート179 Jul 17 11:56 adobe-linux-i386.repo -rw-r--r-- 1ルートルート1926年6月26日14:59 CentOS-Base.repo -rw-r--r-- 1ルートルート637 6月26日14:59 CentOS-Debuginfo.repo -rw-r--r-- 1ルートルート626 6月26日14:59 CentOS-Media.repo -rw-r--r-- 1ルートルート2593 6月26日14:59 CentOS-Vault.repo -rw-r--r-- 1ルートルート912 2011年1月23日elrepo.repo -rw-r--r-- 1ルートルート957 5月9日21:25 epel.repo -rw-r--r-- 1ルートルート1056 5月9日21:25 epel-testing.repo 。 。 。
違いyum.conf
とはyum.repos.d
earliarシステムyum.confである(/etc/yum.conf
)我々はそれが非常に今、彼らが何をしたか輻輳されたすべてのものを設定する必要があり、単一のファイル内で、使用していた、彼らはいくつかのレポファイル、代わりの1つのレポファイルとを作成し、すべてのリポジトリは/etc/yum.repos.d/ディレクトリの下に保持されます。
私は追加したいと思います:
yum -v repolist all
サーバーがSpacewalkまたはRedHatの一部を使用している場合、これはリポジトリURLを見つけるのに非常に役立ちます。
注:サーバーがSpacewalkに登録されている場合、/ etc / yum.repos.d /の下にエントリはありません。少なくとも次のようなコマンドを使用して登録します。
rhnreg_ks --activationkey=<key> --serverUrl=http://<server>/XMLRPC