I'd like to download several packages and all dependences needed to install them. But when I try, for example, to execute
Code:
yumdownloader --resolve wine
it downloads only wine and wine-wow packages. But wine and wine-wow requires also packages like wine-desktop, glibc, etc and they doesn't appears to be downloaded. Probably this because they are already installed? Anyway I'd like to download all the dependences in a way to install them on offline machine. Is there a way to do it?