Is there an easy way to use a repository/PPA only when needed as we'd do in a RHEL based distro with yum's --enablerepo, --disablerepo flags .
For example
yum --enablerepo=epel install vlc
yum --disablerepo=* --enablerepo=centdvd list available
Is there an easy way to use a repository/PPA only when needed as we'd do in a RHEL based distro with yum's --enablerepo, --disablerepo flags .
For example
yum --enablerepo=epel install vlc
yum --disablerepo=* --enablerepo=centdvd list available