1RZPM(1)                   BSD General Commands Manual                  RZPM(1)
2

NAME

4     RZPM — rizin package manager
5

SYNOPSIS

7     rz-pm [init|update|cmd] [...]
8

DESCRIPTION

10     Allows to install, update, uninstall and discover plugins and tools that
11     can be used with rizin.
12
13     -a, repo    Adds an external rz-pm repository, no arguments to -a will
14                 list all the registered repos, use '-a - repo' to unregis‐
15                 ter/remove those repos.
16
17     -I, info    Show information about repository and installed packages
18
19     -i, install pkgname
20                 Install a package
21
22     -gi, global-install pkgname
23                 Install a package in the system directory
24
25     -t, test [OK|FX|BR|XX] [build-id]
26                 Show last build + testsuite run from travis, greps for errors
27
28     -u, uninstall pkgname
29                 Uninstall a package
30
31     -gu, global-install pkgname
32                 Uninstall a package from the system directory
33
34     -l, list    List installed packages
35
36     -s, search keyword
37                 Search in database for packages matching keyword
38
39     -r, run command ...args
40                 Run command with RZPM_BINDIR in PATH
41
42     -v, version
43                 Show version information
44
45     -h, help    Show usage help message
46
47     -c, clean   Clean the source cache
48
49     -w, when    Show when a package was installed or exit 1 if pkg does not
50                 exist
51

EXAMPLES

53     Initialize and update the package database
54
55       $ rz-pm init
56       $ rz-pm update
57
58     Install a package
59
60       $ rz-pm install yara3
61
62     Install a test package (don't git pull on $RZPM_GITDIR/yara3)
63
64       $ RZPM_GITSKIP=1 rz-pm install yara3
65
66     Uninstall a package
67
68       $ rz-pm uninstall yara3
69
70     Search a package
71
72       $ rz-pm search yara
73
74     List available packages
75
76       $ rz-pm -s
77

SEE ALSO

79     rizin(1)
80
81                                  Jun 7, 2016
Impressum