X-Post from /c/linux@programming.dev
The author raises some good questions about the licensing of the core utils. Why the MIT license? Why not stick to GNU GPL?
X-Post from /c/linux@programming.dev
The author raises some good questions about the licensing of the core utils. Why the MIT license? Why not stick to GNU GPL?
the bigger difference with dnf is instead of
apt update && upgradeit’sdnf upgrade --refreshWhy does dnf always default to n in y/n questions? That is annoying to me
So does pacman, I don’t see what package manager doesn’t confirm with y/n for safety.
With apt it defaults to (Y/n) rather than dnf’s (y/N) that’s what I’m talking about.
Ah you mean the capitalisation.
you can add the flag
-yif it helps