On 11/6/05, Alexander Dalloz <ad+lists@xxxxxxxxx> wrote: > > To disable a repository, I do > > > > yum --disablerepo=livna update > > > > but to disable two repositories at the same, say livna and dag, how > > should one modify the above instruction? > > yum --disablerepo=livna --disablerepo=updates-testing --disablerepo=dag > update > > The same syntax is valid for "--enablerepo=foo". Disabling and enabling > commands can be used together. That is it! Thanks, Alexander and Zubin. Paul