What does “Is this ok [y/d/N]:” mean?
When installing new software using yum, you will occasionally get the the option of “Is this ok [y/d/N]:” Everyone knows recognizes Yes and No, but the option d may have thrown you for a loop.
“d” simply stands for download only. If you were to do this from the commandline you’d use this:
yum –download-only
Occasionally this is useful if you are prepping a resource, like a thumb drive, with all of the RPMs that you standardly install. You might also want to have the RPMs available for switching between versions of software. I’m sure there are many more reasons too.
Hopefully this has answered your question.
test
I have no idea what this means… Change this to whateverjkgkgkjhg87687587iyuf
y=yes
d=download only (not install)
N=no and if it is with capital letter is by default if you just press enter.