Use DNF instead of YUM.#10
Conversation
Yum is deprecated and since Fedora 30 it is removed entirely (its binary).
|
I could've pushed it without PR, however I'm not confident enough it won't break things. Since Fedora 30 the /usr/bin/yum no longer exists. I'd also like Jakub's opinion, since he's in charge of some tests automation which use those tests. |
|
As an alternative, we can use 'dnf-yum' package. |
|
Using dnf will make the scripts not work in RHEL-7 for example, so I'd rather go with 'dnf-yum' as @praiskup proposes. I guess installing it on Fedora only could work well. |
|
I am more for dnf-yum too. |
|
'dnf-yum' can't be installed inside beaker :( |
|
@FaramosCZ that sounds like a bug either in dnf-yum or yum or snake or beaker client (that it depends on yum). |
|
I've reported this https://bugzilla.redhat.com/show_bug.cgi?id=1669061 (this seems to be problem only on Fedora 30 (rawhide)). |
Yum is deprecated and since Fedora 30 it is removed entirely (its binary).