How to Install and Uninstall regalloc2-tool Package on Kali Linux

Last updated: November 27,2024

1. Install "regalloc2-tool" package

Please follow the steps below to install regalloc2-tool on Kali Linux

$ sudo apt update $ sudo apt install regalloc2-tool

2. Uninstall "regalloc2-tool" package

In this section, we are going to explain the necessary steps to uninstall regalloc2-tool on Kali Linux:

$ sudo apt remove regalloc2-tool $ sudo apt autoclean && sudo apt autoremove

3. Information about the regalloc2-tool package on Kali Linux

Package: regalloc2-tool
Source: rust-regalloc2
Version: 0.9.3-1
Installed-Size: 2878
Maintainer: Jonas Smedegaard
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Size: 882616
SHA256: 1bb31281c5963d43eb59ea3db5189a0c755671edf8cee676f030a4b11cc4b22a
SHA1: 6d75276b0bdc3a0265f48ab4efac6e68bc108440
MD5sum: 5695937a0ab6c1e29b2963cf40a63968
Description: tool for testing regalloc2
regalloc2 is a register allocator
that started life as, and is about 50% still,
a port of IonMonkey's backtracking register allocator to Rust.
In many regards, it has been generalized, optimized, and improved
since the initial port.
.
In addition,
it contains substantial amounts of testing infrastructure
(fuzzing harnesses and checkers)
that does not exist in the original IonMonkey allocator.
.
This package contains the command-line tool regalloc2-tool
which reads a bincode-encoded SerializableFunction
and then runs the register allocator and checker on it.
.
This is a useful tool for debugging register allocation failures
and to investigate cases of poor register allocation.
Description-md5:
Multi-Arch: allowed
Homepage: https://github.com/bytecodealliance/regalloc2
Built-Using: rust-ahash-0.7 (= 0.7.7-2), rust-slice-group-by (= 0.3.1-3), rustc (= 1.70.0+dfsg1-6)
X-Cargo-Built-Using: rust-ahash-0.7 (= 0.7.7-2), rust-cfg-if (= 1.0.0-1), rust-getrandom (= 0.2.10-1), rust-hashbrown (= 0.12.3-1), rust-libc (= 0.2.152-1), rust-log (= 0.4.20-2), rust-once-cell (= 1.19.0-1), rust-rustc-hash (= 1.1.0-1), rust-slice-group-by (= 0.3.1-3), rust-smallvec (= 1.11.2-1), rustc (= 1.70.0+dfsg1-6),
Section: rust
Priority: optional
Filename: pool/main/r/rust-regalloc2/regalloc2-tool_0.9.3-1_amd64.deb

5. The same packages on other Linux Distributions