On 09/13/16 11:48, Roman Vyacheslavovich wrote:
Hi All!
I have two repos with the same named package. How can i set to ignore it from one of them?
repo1:package repo2:package
i want completely ignore package from repo2. is it possible with dnf?
With YUM, you used to be able to put a line in your repo2.repo file like:
exclude=package
Not sure if this still works with DNF or not.
Thanks.