How to Install and Uninstall rust-scoped-tls+default-devel.noarch Package on Fedora 35

Last updated: October 06,2024

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

Please follow the step by step instructions below to install rust-scoped-tls+default-devel.noarch on Fedora 35

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

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

Please follow the steps below to uninstall rust-scoped-tls+default-devel.noarch on Fedora 35:

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

3. Information about the rust-scoped-tls+default-devel.noarch package on Fedora 35

Last metadata expiration check: 3:53:40 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rust-scoped-tls+default-devel
Version : 1.0.0
Release : 7.fc35
Architecture : noarch
Size : 7.6 k
Source : rust-scoped-tls-1.0.0-7.fc35.src.rpm
Repository : fedora
Summary : Implementation of the standard library's old `scoped_thread_local!` macro
URL : https://crates.io/crates/scoped-tls
License : MIT or ASL 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 "default" feature of "scoped-tls" crate.