apt-get 相当于 yum 的 --enablerepo

apt-get 相当于 yum 的 --enablerepo

是否有一种简单的方法可以在需要时使用存储库/PPA,就像我们在基于 RHEL 的发行版中使用 yum 的标志--enablerepo一样--disablerepo

例如

yum --enablerepo=epel install vlc
yum --disablerepo=* --enablerepo=centdvd list available

相关内容