dnf cache

Ed Greshko ed.greshko at greshko.com
Mon Sep 7 14:48:03 UTC 2015


On 09/07/15 19:22, Jon Ingason wrote:
> Well, you could write a short shell script like:
>
> #! /usr/bin/sh
> #
>
> dnf download --destdir <DESTDIR>

That won't quite work since you've not made an allowance for passing parameters.

dnf download --destdir <DESTDIR>  $@

is what would be needed in most cases.

FWIW, I prefer using "alias" for this situation as it can just be added to one's .bashrc.

-- 
It seems most people that say they are "done talking about it" never really are until given the last word.


More information about the users mailing list