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

NAME

4     R2PM — radare2 package manager
5

SYNOPSIS

7     r2pm [init|update|cmd] [...]
8

DESCRIPTION

10     Allows to install, update, uninstall and discover plugins and tools that
11     can be used with radare2.
12
13     -a, repo    Adds an external r2pm 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 R2PM_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       $ r2pm init
56       $ r2pm update
57
58     Install a package
59
60       $ r2pm install yara3
61
62     Uninstall a package
63
64       $ r2pm uninstall yara3
65
66     Search a package
67
68       $ r2pm search yara
69
70     List available packages
71
72       $ r2pm -s
73

SEE ALSO

75     radare2(1)
76
77                                  Jun 7, 2016
Impressum