How to Install and Uninstall brotli-rs Package on Kali Linux

Last updated: November 23,2024

1. Install "brotli-rs" package

This guide let you learn how to install brotli-rs on Kali Linux

$ sudo apt update $ sudo apt install brotli-rs

2. Uninstall "brotli-rs" package

Please follow the guidance below to uninstall brotli-rs on Kali Linux:

$ sudo apt remove brotli-rs $ sudo apt autoclean && sudo apt autoremove

3. Information about the brotli-rs package on Kali Linux

Package: brotli-rs
Source: rust-brotli
Version: 3.4.0-1
Installed-Size: 1727
Maintainer: Debian Rust Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Size: 605392
SHA256: e1f19fc39054cf8565d7c8e36690978d2b0077ea5191ee605af7ef86452afaed
SHA1: d043ddf68da6e3de91bd0927736b1c94efe53fde
MD5sum: bda42d95ac5cb17b2035af97ae9e8b9d
Description: Compressor and decompressor for brotli written in rust
A compressor and decompressor for brotli with an interface avoiding the rust
stdlib.
This makes it suitable for embedded devices and kernels.
It is designed with a pluggable allocator so that the standard lib's allocator
may be employed.
The default build also includes a stdlib allocator and stream interface.
Disable this with --features=no-stdlib. All included code is safe.
Description-md5:
Multi-Arch: allowed
Homepage: https://github.com/dropbox/rust-brotli
Built-Using: rustc (= 1.70.0+dfsg1-1)
X-Cargo-Built-Using: rust-alloc-no-stdlib (= 2.0.4-1), rust-alloc-stdlib (= 0.2.2-1), rust-brotli-decompressor (= 2.5.0-1), rustc (= 1.70.0+dfsg1-1)
Section: utils
Priority: optional
Filename: pool/main/r/rust-brotli/brotli-rs_3.4.0-1_amd64.deb

5. The same packages on other Linux Distributions