How to Install and Uninstall rust-send_wrapper+default-devel.noarch Package on Fedora 39

Last updated: October 12,2024

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

Learn how to install rust-send_wrapper+default-devel.noarch on Fedora 39

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

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

Please follow the steps below to uninstall rust-send_wrapper+default-devel.noarch on Fedora 39:

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

3. Information about the rust-send_wrapper+default-devel.noarch package on Fedora 39

Last metadata expiration check: 3:05:40 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-send_wrapper+default-devel
Version : 0.6.0
Release : 1.fc39
Architecture : noarch
Size : 7.5 k
Source : rust-send_wrapper-0.6.0-1.fc39.src.rpm
Repository : updates
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 "default" feature of the "send_wrapper" crate.