How to Install and Uninstall librust-send-wrapper-dev Package on Kali Linux

Last updated: July 05,2024

1. Install "librust-send-wrapper-dev" package

This tutorial shows how to install librust-send-wrapper-dev on Kali Linux

$ sudo apt update $ sudo apt install librust-send-wrapper-dev

2. Uninstall "librust-send-wrapper-dev" package

In this section, we are going to explain the necessary steps to uninstall librust-send-wrapper-dev on Kali Linux:

$ sudo apt remove librust-send-wrapper-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the librust-send-wrapper-dev package on Kali Linux

Package: librust-send-wrapper-dev
Source: rust-send-wrapper (0.6.0-1)
Version: 0.6.0-1+b1
Installed-Size: 57
Maintainer: Debian Rust Maintainers
Architecture: amd64
Provides: librust-send-wrapper+default-dev (= 0.6.0-1+b1), librust-send-wrapper-0+default-dev (= 0.6.0-1+b1), librust-send-wrapper-0-dev (= 0.6.0-1+b1), librust-send-wrapper-0.6+default-dev (= 0.6.0-1+b1), librust-send-wrapper-0.6-dev (= 0.6.0-1+b1), librust-send-wrapper-0.6.0+default-dev (= 0.6.0-1+b1), librust-send-wrapper-0.6.0-dev (= 0.6.0-1+b1)
Suggests: librust-send-wrapper+futures-core-dev (= 0.6.0-1+b1)
Size: 12692
SHA256: 2e08f3342b8ba23296d37dfb2e985194eba6de641e3f23de9d0fa78977b4871f
SHA1: 7dbd382e0b40a4e2bd3b68bbaf059374b6da06d7
MD5sum: 087aa85373b83b964a31b62f79025ee4
Description: This Rust library implements a wrapper type called SendWrapper which allows you to move around non-Send types between threads, as long as you access the contained value only from within the original thread - Rust source code
You also have to make sure that the wrapper is dropped from within the original
thread. If any of these constraints is violated, a panic occurs.
.
This package contains the source for the Rust send_wrapper crate, packaged by
debcargo for use with cargo and dh-cargo.
Description-md5:
Multi-Arch: same
Section: rust
Priority: optional
Filename: pool/main/r/rust-send-wrapper/librust-send-wrapper-dev_0.6.0-1+b1_amd64.deb