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

Last updated: October 06,2024

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

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

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

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

Please follow the guidelines below to uninstall rust-scoped-tls-hkt+default-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:14:40 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rust-scoped-tls-hkt+default-devel
Version : 0.1.2
Release : 3.fc34
Architecture : noarch
Size : 7.6 k
Source : rust-scoped-tls-hkt-0.1.2-3.fc34.src.rpm
Repository : fedora
Summary : More flexible version of `scoped-tls`
URL : https://crates.io/crates/scoped-tls-hkt
License : MIT or ASL 2.0
Description : More flexible version of `scoped-tls`, allowing the following additional
: features:
: - Storage of references to dynamically sized types.
: - Storage of mutable references.
: - Storage of types containing unbound lifetime parameters (higher-
: kinded types).
: - Some combination of the above.
:
: This package contains library source intended for building other packages
: which use "default" feature of "scoped-tls-hkt" crate.