Linuxにyumコマンドでリポジトリを操作するメモ

2018年12月23日

設定の表示
#yum-config-manager

リポジトリの一覧表示
yum repolist [all]

リポジトリを追加
#yum-config-manager –add-repo [repositoryのURL]

リポジトリを有効化
#yum-config-manager –enable-repo [repositoryの名前]

3.リポジトリを無効化
#yum-config-manager –disable-repo [repositoryの名前]

Linux

Posted by arkgame