How to Install and Uninstall radare2-plugins Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "radare2-plugins" package

Please follow the step by step instructions below to install radare2-plugins on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install radare2-plugins

2. Uninstall "radare2-plugins" package

Here is a brief guide to show you how to uninstall radare2-plugins on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove radare2-plugins $ sudo apt autoclean && sudo apt autoremove

3. Information about the radare2-plugins package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: radare2-plugins
Priority: extra
Section: universe/libs
Installed-Size: 108
Maintainer: Ubuntu Developers
Original-Maintainer: David Martínez Moreno
Architecture: amd64
Source: radare2
Version: 0.9.6-3.1ubuntu1
Depends: valac, libc6 (>= 2.4), liblua5.2-0, libpython2.7 (>= 2.7), libradare2-0.9.6
Filename: pool/universe/r/radare2/radare2-plugins_0.9.6-3.1ubuntu1_amd64.deb
Size: 15844
MD5sum: 3f058e5c95d1083679e21799ce7fed25
SHA1: 83623967bb9f875a818029303420fabc08800269
SHA256: 4c984ec682a89e9ef760d6856765b910bc3398051eceb768d5f6cffa27501ae8
Description-en: plugins for radare2
The project aims to create a complete, portable, multi-architecture,
unix-like toolchain for reverse engineering.
.
It is composed by an hexadecimal editor (radare) with a wrapped IO
layer supporting multiple backends for local/remote files, debugger
(OS X, BSD, Linux, W32), stream analyzer, assembler/disassembler (rasm)
for x86, ARM, PPC, m68k, Java, MSIL, SPARC, code analysis modules and
scripting facilities. A bindiffer named radiff, base converter (rax),
shellcode development helper (rasc), a binary information extractor
supporting PE, mach0, ELF, class, etc. named rabin, and a block-based
hash utility called rahash.
.
This package provides the necessary libraries to run Python, Lua and Vala
from within radare2.
Description-md5: 1027a2b36191ae37e299936ee1efd8a8
Homepage: http://www.radare.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu