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

Last updated: May 18,2024

1. Install "radare2" package

Please follow the guidance below to install radare2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install radare2

2. Uninstall "radare2" package

Please follow the steps below to uninstall radare2 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: radare2
Priority: extra
Section: universe/devel
Installed-Size: 272
Maintainer: Ubuntu Developers
Original-Maintainer: David Martínez Moreno
Architecture: amd64
Version: 0.9.6-3.1ubuntu1
Depends: libc6 (>= 2.14), libradare2-0.9.6
Recommends: libradare2-dev
Filename: pool/universe/r/radare2/radare2_0.9.6-3.1ubuntu1_amd64.deb
Size: 86694
MD5sum: aaac8726ca173a23efe69fd60d62ac5a
SHA1: ca4ecb0817c00b61c8d59b4057ec33d8c5677f98
SHA256: b06941c37d09653d035c63ce1c768dc4725a8c61f9d46e7a0462d3a36ca58503
Description-en: free and advanced command line hexadecimal editor
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.
Description-md5: 54c4e6ca7d79783f5f8ca088316a348b
Homepage: http://www.radare.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu