How to Install and Uninstall rust-send_wrapper-devel.noarch Package on Oracle Linux 9
Last updated: November 14,2024
1. Install "rust-send_wrapper-devel.noarch" package
Please follow the steps below to install rust-send_wrapper-devel.noarch on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
rust-send_wrapper-devel.noarch
Copied
2. Uninstall "rust-send_wrapper-devel.noarch" package
Please follow the steps below to uninstall rust-send_wrapper-devel.noarch on Oracle Linux 9:
$
sudo dnf remove
rust-send_wrapper-devel.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the rust-send_wrapper-devel.noarch package on Oracle Linux 9
Last metadata expiration check: 0:26:41 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-send_wrapper-devel
Version : 0.6.0
Release : 1.el9
Architecture : noarch
Size : 18 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 "send_wrapper" crate.
Available Packages
Name : rust-send_wrapper-devel
Version : 0.6.0
Release : 1.el9
Architecture : noarch
Size : 18 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 "send_wrapper" crate.