1yumdownloader(1) yumdownloader(1)
2
3
4
6 yumdownloader
7
9 yumdownloader [options] package1 [package2...]
10
12 yumdownloader is a program for downloading RPMs from Yum repositories.
13
15 -h, --help
16 Help; display a help message and then quit.
17
18 --destdir DIR
19 Specify a destination directory for the download. Defaults to
20 the current directory.
21
22 --urls Instead of downloading RPMs, list the URLs that would be down‐
23 loaded.
24
25 --resolve
26 When downloading RPMs, resolve dependencies and also download
27 the required packages.
28
29 --source
30 Instead of downloading the binary RPMs, download the source
31 RPMs.
32
33
35 Download the kernel RPM to /var/tmp:
36 yumdownloader --destdir /var/tmp kernel
37
38 List the URL for the kernel and kernel-smp RPMs:
39 yumdownloader --urls kernel kernel-smp
40
42 As yumdownloader uses YUM libraries for retrieving all the information,
43 it relies on YUM configuration for its default values like which repos‐
44 itories to use. Consult YUM documentation for details:
45
46 /etc/yum.conf
47 /etc/yum/repos.d/
48 /var/cache/yum/
49
50
52 yum.conf [4m(5)
53 http://linux.duke.edu/yum/
54
55
57 See the Authors file included with this program.
58
59
61 There of course aren't any bugs, but if you find any, they should be
62 sent to the mailing list: yum@lists.linux.duke.edu or filed in
63 bugzilla.
64
65
66
67Gijs Hollestelle 2005 Nov 28 yumdownloader(1)