How to Install and Uninstall rust-alloc-no-stdlib-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 25,2024
1. Install "rust-alloc-no-stdlib-devel.noarch" package
This is a short guide on how to install rust-alloc-no-stdlib-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
rust-alloc-no-stdlib-devel.noarch
Copied
2. Uninstall "rust-alloc-no-stdlib-devel.noarch" package
Please follow the guidelines below to uninstall rust-alloc-no-stdlib-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
rust-alloc-no-stdlib-devel.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the rust-alloc-no-stdlib-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 0:10:27 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-alloc-no-stdlib-devel
Version : 2.0.4
Release : 1.el9
Architecture : noarch
Size : 19 k
Source : rust-alloc-no-stdlib-2.0.4-1.el9.src.rpm
Repository : epel
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 "alloc-no-stdlib" crate.
Available Packages
Name : rust-alloc-no-stdlib-devel
Version : 2.0.4
Release : 1.el9
Architecture : noarch
Size : 19 k
Source : rust-alloc-no-stdlib-2.0.4-1.el9.src.rpm
Repository : epel
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 "alloc-no-stdlib" crate.