How to Install and Uninstall rust-scoped-tls+default-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 25,2024

1. Install "rust-scoped-tls+default-devel.noarch" package

Please follow the instructions below to install rust-scoped-tls+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "rust-scoped-tls+default-devel.noarch" package

This guide covers the steps necessary to uninstall rust-scoped-tls+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the rust-scoped-tls+default-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:52:07 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-scoped-tls+default-devel
Version : 1.0.1
Release : 1.el9
Architecture : noarch
Size : 7.6 k
Source : rust-scoped-tls-1.0.1-1.el9.src.rpm
Repository : epel
Summary : Provide scoped access to thread local storage (TLS)
URL : https://crates.io/crates/scoped-tls
License : MIT OR Apache-2.0
Description : Library implementation of the standard library's old `scoped_thread_local!`
: macro for providing scoped access to thread local storage (TLS) so any type can
: be stored into TLS.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "scoped-tls" crate.