1repotrack(1) repotrack(1)
2
3
4
6 repotrack - track a package and its dependencies and download them
7
9 repotrack [options] package1 [package2...]
10
12 repotrack is a program for keeping track of a particular package and
13 its dependencies. It will download one or more packages and all depen‐
14 dencies.
15
17 -h, --help
18 Display a help message, and then quit.
19
20 -c CONFIG, --config=CONFIG
21 Config file to use (defaults to /etc/yum.conf).
22
23 -a ARCH, --arch=ARCH
24 Act as if running the specified arch (default: current arch).
25
26 -r REPOID, --repoid=REPOID
27 Specify repo ids to query, can be specified multiple times
28 (default is all enabled).
29
30 -t, --tempcache
31 Use a temp dir for storing/accessing yum-cache.
32
33 -p DESTDIR, --download_path=DESTDIR
34 Path to download packages to.
35
36 -u, --urls
37 Instead of downloading RPMs, list the URLs that would be down‐
38 loaded.
39
40 -n, --newest
41 Toggle downloading only the newest packages (defaults to newest-
42 only).
43
44 -q, --quiet
45 Output as little information as possible.
46
47
49 yum.conf [4m(5)
50 http://yum.baseurl.org/
51
52
54 See the Authors file included with this program.
55
56
57
58 13 January 2013 repotrack(1)