How to Install and Uninstall rust-arrayvec0.5+std-devel.noarch Package on Fedora 34

Last updated: May 19,2024

1. Install "rust-arrayvec0.5+std-devel.noarch" package

Please follow the guidance below to install rust-arrayvec0.5+std-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rust-arrayvec0.5+std-devel.noarch

2. Uninstall "rust-arrayvec0.5+std-devel.noarch" package

This tutorial shows how to uninstall rust-arrayvec0.5+std-devel.noarch on Fedora 34:

$ sudo dnf remove rust-arrayvec0.5+std-devel.noarch $ sudo dnf autoremove

3. Information about the rust-arrayvec0.5+std-devel.noarch package on Fedora 34

Last metadata expiration check: 1:18:46 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rust-arrayvec0.5+std-devel
Version : 0.5.2
Release : 2.fc34
Architecture : noarch
Size : 7.1 k
Source : rust-arrayvec0.5-0.5.2-2.fc34.src.rpm
Repository : updates
Summary : Vector with fixed capacity, backed by an array (it can be stored on the stack too)
URL : https://crates.io/crates/arrayvec
License : MIT or ASL 2.0
Description : Vector with fixed capacity, backed by an array (it can be stored on the stack
: too). Implements fixed capacity ArrayVec and ArrayString.
:
: This package contains library source intended for building other packages
: which use "std" feature of "arrayvec" crate.