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

Last updated: May 19,2024

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

Here is a brief guide to show you how to install rust-arrayvec0.5+std-devel.noarch on Fedora 35

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

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

Please follow the step by step instructions below to uninstall rust-arrayvec0.5+std-devel.noarch on Fedora 35:

$ 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 35

Last metadata expiration check: 5:25:48 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rust-arrayvec0.5+std-devel
Version : 0.5.2
Release : 2.fc35
Architecture : noarch
Size : 7.0 k
Source : rust-arrayvec0.5-0.5.2-2.fc35.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.