YUM: How to install package from a specific repository?
Usually, yum just install the latest package among all the enabled respositories. However, for a particular package, is there a way to install the package from a specific repository?
Eg. Package A is available in both base and extra repositories. However, the package in extra repository is newer. Is there a way to use yum to install the older package from the base repository instead and to maintain the package at the older version even with yum update?
Thanks!
|