How to Install and Uninstall rust-alloc-no-stdlib+default-devel.noarch Package on Fedora 38

Last updated: June 03,2024

1. Install "rust-alloc-no-stdlib+default-devel.noarch" package

Please follow the step by step instructions below to install rust-alloc-no-stdlib+default-devel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install rust-alloc-no-stdlib+default-devel.noarch

2. Uninstall "rust-alloc-no-stdlib+default-devel.noarch" package

Please follow the step by step instructions below to uninstall rust-alloc-no-stdlib+default-devel.noarch on Fedora 38:

$ sudo dnf remove rust-alloc-no-stdlib+default-devel.noarch $ sudo dnf autoremove

3. Information about the rust-alloc-no-stdlib+default-devel.noarch package on Fedora 38

Last metadata expiration check: 3:27:54 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : rust-alloc-no-stdlib+default-devel
Version : 2.0.4
Release : 1.fc38
Architecture : noarch
Size : 8.2 k
Source : rust-alloc-no-stdlib-2.0.4-1.fc38.src.rpm
Repository : updates
Summary : Dynamic allocator that may be used with or without the stdlib
URL : https://crates.io/crates/alloc-no-stdlib
License : BSD-3-Clause
Description : A dynamic allocator that may be used with or without the stdlib. This
: allows a package with nostd to allocate memory dynamically and be used
: either with a custom allocator, items on the stack, or by a package that
: wishes to simply use Box<>. It also provides options to use calloc or a
: mutable global variable for pre-zeroed memory.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "alloc-no-stdlib" crate.