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

Last updated: September 22,2024

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

Here is a brief guide to show you how to install rust-alloc-no-stdlib-devel.noarch on Fedora 34

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

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

Learn how to uninstall rust-alloc-no-stdlib-devel.noarch on Fedora 34:

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

3. Information about the rust-alloc-no-stdlib-devel.noarch package on Fedora 34

Last metadata expiration check: 4:25:09 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rust-alloc-no-stdlib-devel
Version : 2.0.3
Release : 1.fc34
Architecture : noarch
Size : 20 k
Source : rust-alloc-no-stdlib-2.0.3-1.fc34.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
Description : 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 "alloc-no-stdlib" crate.