GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
R2PM(1) FreeBSD General Commands Manual R2PM(1)

R2PM
radare2 package manager

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

Allows to install, update, uninstall and discover plugins and tools that can be used with radare2.
repo
Adds an external r2pm repository, no arguments to -a will list all the registered repos, use '-a - repo' to unregister/remove those repos.
info
Show information about repository and installed packages
install pkgname
Install a package
global-install pkgname
Install a package in the system directory
test [OK|FX|BR|XX] [build-id]
Show last build + testsuite run from travis, greps for errors
uninstall pkgname
Uninstall a package
global-install pkgname
Uninstall a package from the system directory
list
List installed packages
search keyword
Search in database for packages matching keyword
run command ...args
Run command with R2PM_BINDIR in PATH
version
Show version information
help
Show usage help message
clean
Clean the source cache
when
Show when a package was installed or exit 1 if pkg does not exist

Initialize and update the package database


$ r2pm init
$ r2pm update

Install a package


$ r2pm install yara3

Install a test package (don't git pull on $R2PM_GITDIR/yara3)


$ R2PM_GITSKIP=1 r2pm install yara3

Uninstall a package


$ r2pm uninstall yara3

Search a package


$ r2pm search yara

List available packages


$ r2pm -s

radare2(1)
June 7, 2016

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.