How to Install and Uninstall rr Package on Kali Linux

Last updated: November 25,2024

1. Install "rr" package

Learn how to install rr on Kali Linux

$ sudo apt update $ sudo apt install rr

2. Uninstall "rr" package

Learn how to uninstall rr on Kali Linux:

$ sudo apt remove rr $ sudo apt autoclean && sudo apt autoremove

3. Information about the rr package on Kali Linux

Package: rr
Version: 5.7.0-2
Installed-Size: 4235
Maintainer: Stephen Kitt
Architecture: amd64
Depends: python3:any, libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libc6-i386 (>= 2.34), libcapnp-1.0.1, libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4)
Size: 1313456
SHA256: 842298360a4082c5808807240835d13b7ee7b81f5c30d4418ff084ad11495bba
SHA1: f0b1550efdacf005f44e6f34145e1a3d62f81b2f
MD5sum: cf60fc77f4bbb499aad2bdc010475ab5
Description: application execution recorder, player and debugger
rr allows application executions to be recorded and then replayed
with gdb as many times as desired.
.
This allows intermittent, or complex to reproduce, bugs to be
captured and then debugged at leisure. Replays are deterministic,
always identical from one run to another.
.
rr is incompatible with ptrace hardening, and currently only supports
Intel CPUs with Nehalem or later microarchitectures, some AMD CPUs
with Zen or later microarchitectures, and some AArch64
microarchitectures (e.g. ARM Neoverse N1 or Apple Silicon M-series).
The amd64 package supports debugging amd64 and i386 binaries.
Description-md5:
Homepage: https://rr-project.org
Section: devel
Priority: optional
Filename: pool/main/r/rr/rr_5.7.0-2_amd64.deb