How to Install and Uninstall librust-str-stack-dev Package on Kali Linux

Last updated: May 23,2024

1. Install "librust-str-stack-dev" package

In this section, we are going to explain the necessary steps to install librust-str-stack-dev on Kali Linux

$ sudo apt update $ sudo apt install librust-str-stack-dev

2. Uninstall "librust-str-stack-dev" package

Learn how to uninstall librust-str-stack-dev on Kali Linux:

$ sudo apt remove librust-str-stack-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the librust-str-stack-dev package on Kali Linux

Package: librust-str-stack-dev
Source: rust-str-stack (0.1.0-1)
Version: 0.1.0-1+b2
Installed-Size: 46
Maintainer: Debian Rust Maintainers
Architecture: amd64
Provides: librust-str-stack+default-dev (= 0.1.0-1+b2), librust-str-stack-0+default-dev (= 0.1.0-1+b2), librust-str-stack-0-dev (= 0.1.0-1+b2), librust-str-stack-0.1+default-dev (= 0.1.0-1+b2), librust-str-stack-0.1-dev (= 0.1.0-1+b2), librust-str-stack-0.1.0+default-dev (= 0.1.0-1+b2), librust-str-stack-0.1.0-dev (= 0.1.0-1+b2)
Size: 10204
SHA256: c020cbdf2eff7f5748fb827e1725c0468bc833163a68f57f9f65af587fb65ec1
SHA1: 3e263d46a37eef5af43bd59498e8abe98eb7294a
MD5sum: ee9461ecf04db10704deab07e64960a9
Description: String allocator for allocating many write-once strings - Rust source code
This library is primarily useful for parsing where you need to repeatedly build
many strings, use them, and then throw them away. Instead of allocating many
independent strings, this library will put them all in the same buffer.
.
Source code for Debianized Rust crate "str_stack"
Description-md5:
Multi-Arch: same
Section: rust
Priority: optional
Filename: pool/main/r/rust-str-stack/librust-str-stack-dev_0.1.0-1+b2_amd64.deb

5. The same packages on other Linux Distributions