How to Install and Uninstall rust-send_wrapper+futures-devel.noarch Package on CentOS Stream 9

Last updated: May 20,2024

1. Install "rust-send_wrapper+futures-devel.noarch" package

Here is a brief guide to show you how to install rust-send_wrapper+futures-devel.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install rust-send_wrapper+futures-devel.noarch

2. Uninstall "rust-send_wrapper+futures-devel.noarch" package

Please follow the guidance below to uninstall rust-send_wrapper+futures-devel.noarch on CentOS Stream 9:

$ sudo dnf remove rust-send_wrapper+futures-devel.noarch $ sudo dnf autoremove

3. Information about the rust-send_wrapper+futures-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 0:34:22 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-send_wrapper+futures-devel
Version : 0.6.0
Release : 1.el9
Architecture : noarch
Size : 7.5 k
Source : rust-send_wrapper-0.6.0-1.el9.src.rpm
Repository : epel
Summary : Wrapper type to allow moving non-Send types between threads
URL : https://crates.io/crates/send_wrapper
License : MIT OR Apache-2.0
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. 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 library source intended for building other packages which
: use the "futures" feature of the "send_wrapper" crate.