How To Install rust-alloc-no-stdlib-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-alloc-no-stdlib-devel on Fedora 36.
What is rust-alloc-no-stdlib-devel
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.
We can use yum or dnf to install rust-alloc-no-stdlib-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-alloc-no-stdlib-devel.
Install rust-alloc-no-stdlib-devel on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rust-alloc-no-stdlib-devel using dnf by running the following command:
sudo dnf -y install rust-alloc-no-stdlib-devel
Install rust-alloc-no-stdlib-devel on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rust-alloc-no-stdlib-devel using yum by running the following command:
sudo yum -y install rust-alloc-no-stdlib-devel
How To Uninstall rust-alloc-no-stdlib-devel on Fedora 36
To uninstall only the rust-alloc-no-stdlib-devel package we can use the following command:
sudo dnf remove rust-alloc-no-stdlib-devel
rust-alloc-no-stdlib-devel Package Contents on Fedora 36
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/.cargo-checksum.json
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/Cargo.toml
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/LICENSE
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/README.md
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/src
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/src/allocated_memory
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/src/allocated_memory/index_macro.rs
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/src/allocated_memory/mod.rs
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/src/allocated_stack_memory.rs
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/src/allocator.rs
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/src/bin
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/src/bin/example.rs
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/src/bin/heap_alloc.rs
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/src/bin/tests.rs
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/src/init.rs
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/src/lib.rs
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/src/stack_allocator.rs
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/src/tests.rs
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/tests
/usr/share/cargo/registry/alloc-no-stdlib-2.0.3/tests/lib.rs
/usr/share/doc/rust-alloc-no-stdlib-devel
/usr/share/doc/rust-alloc-no-stdlib-devel/README.md
/usr/share/licenses/rust-alloc-no-stdlib-devel
/usr/share/licenses/rust-alloc-no-stdlib-devel/LICENSE
References
Summary
In this tutorial we learn how to install rust-alloc-no-stdlib-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).