1yumdownloader(1)                                              yumdownloader(1)
2
3
4

NAME

6       yumdownloader
7

SYNOPSIS

9       yumdownloader [options] package1 [package2...]
10

DESCRIPTION

12       yumdownloader is a program for downloading RPMs from Yum repositories.
13

GENERAL OPTIONS

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

ADDITIONAL OPTIONS

34       Yumdownloader  inherits  all other options from yum. See the yum(8) man
35       page for more information
36
37

EXAMPLES

39       Download the kernel RPM to /var/tmp:
40              yumdownloader --destdir /var/tmp kernel
41
42       List the URL for the kernel and kernel-smp RPMs:
43              yumdownloader --urls kernel kernel-smp
44

FILES

46       As yumdownloader uses YUM libraries for retrieving all the information,
47       it relies on YUM configuration for its default values like which repos‐
48       itories to use. Consult YUM documentation for details:
49
50       /etc/yum.conf
51       /etc/yum/repos.d/
52       /var/cache/yum/
53
54

SEE ALSO

56       yum.conf (5)
57       http://yum.baseurl.org/
58
59

AUTHORS

61       See the Authors file included with this program.
62
63

BUGS

65       There are of course no bugs, but should you find any, you should  first
66       consult  the  FAQ  section  on  http://yum.baseurl.org/wiki/Faq  and if
67       unsuccessful in finding a resolution contact  the  mailing  list:  yum-
68       devel@lists.baseurl.org.   To file a bug use http://bugzilla.redhat.com
69       for Fedora/RHEL/Centos related bugs  and  http://yum.baseurl.org/report
70       for all other bugs.
71
72
73
74
75Gijs Hollestelle               28 November 2005               yumdownloader(1)
Impressum