mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 07:00:30 +00:00
64 lines
1.3 KiB
Groff
64 lines
1.3 KiB
Groff
.Dd Jun 7, 2016
|
|
.Dt R2PM 1
|
|
.Sh NAME
|
|
.Nm R2PM
|
|
.Nd radare2 package manager
|
|
.Sh SYNOPSIS
|
|
.Nm r2pm
|
|
.Op init|update|cmd
|
|
.Op ...
|
|
.Sh DESCRIPTION
|
|
Allows to install, update, uninstall and discover plugins and tools that can be used with radare2.
|
|
.Bl -tag -width Fl
|
|
.It Fl i, Cm info
|
|
Show information about repository and installed packages
|
|
.It Fl i, Cm install Ar pkgname
|
|
Install a package
|
|
.It Fl gi, Cm global-install Ar pkgname
|
|
Install a package in the system directory
|
|
.It Fl t, Cm test [OK|FX|BR|XX] Cm [build-id]
|
|
Show last build + testsuite run from travis, greps for errors
|
|
.It Fl u, Cm uninstall Ar pkgname
|
|
Uninstall a package
|
|
.It Fl gu, Cm global-install Ar pkgname
|
|
Uninstall a package from the system directory
|
|
.It Fl l, Cm list
|
|
List installed packages
|
|
.It Fl s, Cm search Ar keyword
|
|
Search in database for packages matching keyword
|
|
.It Fl r, Cm run Ar command ...args
|
|
Run command with R2PM_BINDIR in PATH
|
|
.It Fl v, Cm version
|
|
Show version information
|
|
.It Fl h, Cm help
|
|
Show usage help message
|
|
.It Fl c, Cm clean
|
|
Clean the source cache
|
|
.El
|
|
.Sh EXAMPLES
|
|
.Pp
|
|
Initialize and update the package database
|
|
.Pp
|
|
$ r2pm init
|
|
$ r2pm update
|
|
.Pp
|
|
Install a package
|
|
.Pp
|
|
$ r2pm install yara3
|
|
.Pp
|
|
Uninstall a package
|
|
.Pp
|
|
$ r2pm uninstall yara3
|
|
.Pp
|
|
Search a package
|
|
.Pp
|
|
$ r2pm search yara
|
|
.Pp
|
|
List available packages
|
|
.Pp
|
|
$ r2pm -s
|
|
.Sh SEE ALSO
|
|
.Pp
|
|
.Xr radare2(1)
|
|
|