|
|
|
|
|
by jgillich
3357 days ago
|
|
I read this so often, but I have no idea why people think that. * dnf's basic commands are all obvious: install, search, update and info - unlike the seperation between apt-get and apt-cache * dnf automatically fetches and updates the repo cache * dnf can rollback entire transactins * dnf supports delta-upgrades, which speed up things a lot on slower connections * dnf makes unattended upgrades easy (just add -y), apt may still ask questions even with DEBIAN_FRONTEND=noninteractive The new apt tool improves on some of these issues, but dnf is still a much better tool in my opinion. |
|
In the meantime, apt-get has been there (and "good enough") from before yum even existed. I really don't like re-learning for the sake of it; the less I need to know to run a box, the better.