列出所有的套件庫(repository)
yum repolist
yum -v repolist | less
列出所有 EPEL 中的套件
yum --disablerepo="*" --enablerepo="epel" list available
搜尋 EPEL 中的套件
yum --disablerepo="*" --enablerepo="epel" search mongodb
安裝 EPEL 中的套件
yum --disablerepo="*" --enablerepo="epel" install mongodb
--disablerepo="*" 與 --enablerepo="epel" 參數
停用所有其他的套件庫,只使用 EPEL
沒有留言:
張貼留言