What is the difference between rpm-ostree and dnf modules?
I understand that one installs packages using dnf5 and the other does so with rpm-ostree, but I have trouble understanding when I would want to use one over the other. Does one or the other perform better for solving certain problems? If so which ones?
3 Replies
Solution
rpm-ostree was the "original" module, and after that dnf is added
for most use cases i believe dnf is the better option to use
Thanks 👍