How to Install and Uninstall rust-arrayvec0.5+std-devel.noarch Package on Oracle Linux 9

Last updated: September 24,2024

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

Please follow the steps below to install rust-arrayvec0.5+std-devel.noarch on Oracle Linux 9

$ 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 Oracle Linux 9:

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

3. Information about the rust-arrayvec0.5+std-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 0:41:03 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-arrayvec0.5+std-devel
Version : 0.5.2
Release : 4.el9
Architecture : noarch
Size : 7.0 k
Source : rust-arrayvec0.5-0.5.2-4.el9.src.rpm
Repository : epel
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.