How to Install and Uninstall rust-scoped-tls-devel.noarch Package on Fedora 39

Last updated: October 06,2024

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

Learn how to install rust-scoped-tls-devel.noarch on Fedora 39

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

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

Learn how to uninstall rust-scoped-tls-devel.noarch on Fedora 39:

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

3. Information about the rust-scoped-tls-devel.noarch package on Fedora 39

Last metadata expiration check: 4:38:49 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rust-scoped-tls-devel
Version : 1.0.1
Release : 3.fc39
Architecture : noarch
Size : 16 k
Source : rust-scoped-tls-1.0.1-3.fc39.src.rpm
Repository : fedora
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 "scoped-tls" crate.