How to Install and Uninstall rust-send_wrapper+default-devel.noarch Package on Oracle Linux 9

Last updated: July 01,2024

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

Please follow the step by step instructions below to install rust-send_wrapper+default-devel.noarch on Oracle Linux 9

$ 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 Oracle Linux 9:

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

3. Information about the rust-send_wrapper+default-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 0:21:01 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-send_wrapper+default-devel
Version : 0.6.0
Release : 1.el9
Architecture : noarch
Size : 7.4 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 "default" feature of the "send_wrapper" crate.