- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
X-Post from /c/[email protected]
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/[email protected]
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.
The capitalization indicates what happens if you press enter.
you can add the flag
-yif it helpsIt doesn’t really. I want to see what the installer wants to do before agreeing to it, but I want to usually agree with it, if that makes sense.