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 --repofrompath=<repoid>,<path/url>
31 Specify repoid & paths of additional repositories - unique
32 repoid and complete path required, can be specified multiple
33 times. Example: --repofrompath=myrepo,/path/to/repo
34
35 -t, --tempcache
36 Use a temp dir for storing/accessing yum-cache.
37
38 -p DESTDIR, --download_path=DESTDIR
39 Path to download packages to.
40
41 -u, --urls
42 Instead of downloading RPMs, list the URLs that would be down‐
43 loaded.
44
45 -n, --newest
46 Toggle downloading only the newest packages (defaults to newest-
47 only).
48
49 -q, --quiet
50 Output as little information as possible.
51
52
54 yum.conf [4m(5)
55 http://yum.baseurl.org/
56
57
59 See the Authors file included with this program.
60
61
62
63 13 January 2013 repotrack(1)