1 .TH zpm-repo 8 2018-11-30 "ZPM 0.2"
3 zpm-repo \- manage remote package repositories
16 zpm-repo manages remote repositories
18 zpm-repo operates in several modes: list, add, del(ete), url,
20 lists each defined remote repository, along with its priority, url,
21 and a unix timestamp of the last time it was refreshed.
23 zpm-repo add \fIname url\fR
25 add a new repository. The name is arbitrary.
27 zpm-repo del \fIname\fR
29 Delete the named repository. Also delete any cached packages downloaded
32 zpm-repo url \fIname [ newurl ]\fR
34 Print or set the url of a given repository.
36 zpm-repo pri \fIname [ newurl ]\fR
38 Print or set the priority of a given repository.
40 zpm-repo fetch \fIname downloadargs\fR
42 download a given package, download is an alias for fetch.
44 zpm-repo update \fIname\fR
46 Update repository metadata. Pull is an alias for update.
48 zpm-repo packages \fIname\fR
50 List packages contained in a repo.
52 zpm-repo contents \fIname package\fR
54 List files contained in a given package of a repo.
56 zpm-repo purge \fIname purgeinfo\fR
58 Deletes packages from the repository package cache. Deletes
59 all packages if purgeinfo is not given.
63 specify a root directory for packages
66 specify a zpm database where repository information is stored.
70 0 on success non zero on failure